What problem does it solve?
This Skill helps you close out a development branch safely and deliberately by enforcing pre-merge gates, CI discipline, explicit authorization, and a clear decision about whether to merge, open a PR, keep working, or discard the branch.
Core Features & Use Cases
- Pre-merge decision framework: Runs simplicity, test, failure-mode, and review checks before any ship action.
- Safe branch outcomes: Guides the final choice among merge to main, open PR, keep open, or discard, with special handling for detached HEAD and worktrees.
- Release readiness support: Adds launch checklist coverage for rollback, monitoring, on-call, feature flags, and migration safety when production traffic is involved.
- Use Case: After implementation, verification, and review are complete, use this Skill to evaluate CI status, present the finish menu, prepare a PR body if needed, or coordinate a production-safe merge path.
Quick Start
Ask the AI to run the finish-work skill for your current branch and present the finish menu with gate status, CI results, recommendation, and the single action awaiting your authorization.