A manual checklist and command guide for preparing and shipping releases.

Install

mkdir -p .claude/skills/ship-hongphuc2004 && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13099" && unzip -o skill.zip -d .claude/skills/ship-hongphuc2004 && rm skill.zip

Installs to .claude/skills/ship-hongphuc2004

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

> Converted from Claude Skill. Use as a manual checklist/prompt in Codex.
73 chars · catalog descriptionno explicit “when” trigger
Beginner

Key capabilities

  • Verify the current Git status and log history
  • Commit changes with a specified message
  • Push the current branch to the origin
  • Create a pull request with a title and body

How it works

The skill guides the user through a sequence of Git commands to check status, commit, push, and then uses the GitHub CLI to create a pull request.

Inputs & outputs

You give it
A short description of the changes, such as "feat: <mô tả>"
You get back
A new pull request on GitHub

When to use ship

  • Preparing a release
  • Shipping after code review
  • Creating a PR for feature completion

About ship

Guides the developer through the final steps of code delivery, including verifying logs, committing, pushing, and creating a pull request.

> Converted from Claude Skill. Use as a manual checklist/prompt in Codex.

When not to use it

  • When a pull request has already been opened and requires a force push
  • When the /mf-reviewcode skill has not passed
  • When attempting to merge one's own pull request

Limitations

  • Cannot merge pull requests
  • Does not allow force pushes after a PR is open
  • Requires /mf-reviewcode to pass before use

How it compares

This workflow automates the common steps of preparing and submitting a pull request, unlike manually executing each Git and GitHub CLI command.

Compared to similar skills

ship side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
ship (this skill)01moReviewBeginner
agent-workflow-automation46moReviewAdvanced
project-os16moReviewIntermediate
project-tooling14moCautionBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry