Finishing A Development Branch

Close out a feature branch with release-grade hygiene and verification checks. Use before opening a PR, requesting review, or merging into a protected branch.

nikopj01 Updated

File contents

Finishing a Development Branch

Workflow

  1. Rebase or sync branch with target base and resolve conflicts cleanly.
  2. Run full test/lint/build checks and fix all failures.
  3. Squash or curate commits to tell a clear implementation story.
  4. Verify migrations, configs, and docs are complete and accurate.
  5. Prepare PR notes: scope, risks, rollback, and test evidence.

nikopj01/codex-skills/tree/main/finishing-a-development-branch commit 61d1dd03bb

Frequently asked questions

npx skillmds@latest add nikopj01/finishing-a-development-branch