Closes the loop on a branch: green tests, clean commits, push hygiene, and a deliberate choice between merge, squash, or follow-up tickets.
Use cases
- Delivery completion
- Preparing to push
- Branch cleanup
Key features
- Confirm CI and local verification
- Stage only intentional files
- Push, open the PR, and archive or delete the branch
Related
Related
3 Indexed items
Git worktrees for isolation
Uses extra worktrees so parallel experiments or long-running tasks do not thrash your main working tree or stash pile.
Verify before you ship
Runs the right checks—tests, builds, or manual steps—before claiming completion so “done” always means verified in the real environment.
Incident response
Structures on-call work: timeline, blast radius, mitigations, and customer comms—so fixes stay coordinated instead of chaotic thread hopping.