← Back to registry
Skill
finishing-a-development-branch
Use when preparing to finish a development branch. Ensure tests pass, changes are clean, and the branch is ready for review or merge.
Install
One-line setup
Copy and run this in your terminal to install the skill. Re-run to reinstall and update an existing install.
npx codex-skills-registry@latest --skill=devtools/finishing-a-development-branch --yesFinishing a Development Branch
Prepare a branch for review or merge with a clean, verified state.
Quick Start
- Sync with the target base branch.
- Run relevant tests and linters.
- Review diff for scope creep or leftovers.
- Update docs or release notes if needed.
Guardrails
- Don’t merge without tests or explicit approval.
- Avoid mixing unrelated changes in the same PR.
References
- Extended examples:
references/examples.md