Use this skill when the user asks for /phase-ship, shipping, final verification, commit and PR preparation, or the final stage of a software delivery flow.
Purpose
Move a verified change from local work to a clean commit or pull request.
Workflow
Confirm the working tree scope and avoid staging unrelated user changes.
Run final verification or confirm recent verification is still valid.
Check for secrets, local files, debug code, and accidental artifacts.
Prepare a conventional commit message.
Create or update the commit only when requested or clearly part of the flow.
Prepare a PR summary:
what changed
why it changed
test plan
risks and rollout notes
If pushing or opening a PR, use the project’s GitHub workflow and keep branch names clear.
Output
Include:
final verification status
commit hash if created
PR URL if created
test plan
residual risks
End with PHASE_SHIP_DONE when shipped, or PHASE_SHIP_BLOCKED.
1---2name: phase-ship3description: Phase Ship4---56# Phase Ship78Use this skill when the user asks for `/phase-ship`, shipping, final verification, commit and PR preparation, or the final stage of a software delivery flow.910## Purpose1112Move a verified change from local work to a clean commit or pull request.1314## Workflow15161. Confirm the working tree scope and avoid staging unrelated user changes.172. Run final verification or confirm recent verification is still valid.183. Check for secrets, local files, debug code, and accidental artifacts.194. Prepare a conventional commit message.205. Create or update the commit only when requested or clearly part of the flow.216. Prepare a PR summary:22 - what changed23 - why it changed24 - test plan25 - risks and rollout notes267. If pushing or opening a PR, use the project’s GitHub workflow and keep branch names clear.2728## Output2930Include:3132- final verification status33- commit hash if created34- PR URL if created35- test plan36- residual risks3738End with `PHASE_SHIP_DONE` when shipped, or `PHASE_SHIP_BLOCKED`.
Run npx skillmds@latest add yaomeng1749/phase-ship in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Phase Ship It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Yaomeng1749 (@yaomeng1749) published this skill. Their other Agent Skills are listed on their SkillMD profile.