Agent Skills: 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.

UncategorizedID: vadimcomanescu/codex-skills/finishing-a-development-branch

Install this agent skill to your local

pnpm dlx add-skill https://github.com/vadimcomanescu/codex-skills/tree/HEAD/skills/.experimental/devtools/finishing-a-development-branch

Skill Files

Browse the full folder contents for finishing-a-development-branch.

Download Skill

Loading file tree…

skills/.experimental/devtools/finishing-a-development-branch/SKILL.md

Skill Metadata

Name
finishing-a-development-branch
Description
Use when preparing to finish a development branch. Ensure tests pass, changes are clean, and the branch is ready for review or merge.

Finishing a Development Branch

Prepare a branch for review or merge with a clean, verified state.

Quick Start

  1. Sync with the target base branch.
  2. Run relevant tests and linters.
  3. Review diff for scope creep or leftovers.
  4. 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