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.zipInstalls 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.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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| ship (this skill) | 0 | 1mo | Review | Beginner |
| agent-workflow-automation | 4 | 6mo | Review | Advanced |
| project-os | 1 | 6mo | Review | Intermediate |
| project-tooling | 1 | 4mo | Caution | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
agent-workflow-automation
ruvnet
Agent skill for workflow-automation - invoke with $agent-workflow-automation
project-os
Peiiii
AI project OS for autonomous loop, automated orchestration, and rule-driven execution.
project-tooling
alinaqi
gh, vercel, supabase, render CLI and deployment platform setup
release-version
corvo007
Use when releasing a new version - guides through version bump, changelog generation, commit grouping, tagging, and GitHub CI tracking. Triggers on "发布新版本", "release", "发版", or version release requests.
Release
tobagin
Create a new Keymaker release — analyze changes, bump version, update changelog/README/AppStream metadata, build, commit, tag, push, and create GitHub release
release
RajwanYair
Bump the version, update the changelog, tag, and publish a GitHub release for RegiLattice. Use when preparing a new release, updating version numbers, creating a CHANGELOG entry, or pushing a version tag to trigger the CI release workflow. Triggers on: 'bump version', 'release', 'publish', 'version'