ship-pr
Installation
SKILL.md
Ship PR
Use this skill when the implementation is complete and the user wants the work committed, pushed, and opened as a pull request.
Native Integration
Use native git, GitHub, PR, branch, and review integrations when the active agent provides them. This skill defines the shipping checks: intended files only, final verification, concise PR story, compatibility notes, assumptions, and known risks.
Workflow
-
Confirm scope.
- Run
git status --short. - Review the diff and identify intended files.
- Do not stage unrelated user changes.
- Run
-
Verify.
- Run the smallest checks that prove the work.
- Run broader checks when the blast radius justifies them.
- Record any checks that cannot run and why.