What problem does it solve?
This Skill streamlines the final handoff for completed work by integrating a task branch into local main while preserving a clean, reversible Git state and keeping the plan file off main.
Core Features & Use Cases
- End-to-end task closure: Handles the full close-out workflow for a finished branch, including spec status updates, squash merge preparation, and final verification.
- Local-only Git integration: Keeps all actions on local branches so the work can be inspected, verified, or reverted before anything is shared.
- Plan-aware release hygiene: Ensures the implementation lands on main while the planning document remains only on the task branch.
- Use case: A developer has completed a TODO.md task, reviewed the changes, and wants to land the work cleanly into main without pushing or rewriting history.
Quick Start
Use this Skill to close the current finished task branch into local main and report the merge result, branch state, and verification status.