finishing-branch
Installation
SKILL.md
Finishing Branch
Close a development branch deliberately. Do not merge, delete, or mark work complete until the branch has fresh verification evidence and a clear user or workflow decision.
Checklist
- Inspect status:
git status --short --branch. - Review the diff:
git diff --statand targeted file diffs. - Run the verification commands relevant to changed code.
- Confirm task/story/epic acceptance criteria are accounted for.
- Present the completion choice.
- Record the decision in ohno handoff or task notes.
- Clean up only after the selected path succeeds.