What problem does it solve?
Manually closing out tracked coding tasks is inconsistent and error-prone, often leading to missed status updates, unmerged pull requests, leftover local branches, or incomplete task tracker notes that break cross-session workflows and team visibility.
Core Features & Use Cases
- Standardized Closeout Flow: Provides a repeatable, safe workflow for landing work tied to tracked tasks, covering status sync, PR merging, and cleanup.
- Cross-Repo Support: Handles tasks spanning code repositories and task-tracking repos (e.g., personal_os), including committing task context artifacts to the correct repo.
- Safety Guardrails: Requires explicit user confirmation for all destructive actions (branch deletion, tracker closure, worktree removal) and gates closeout on readiness checks to prevent merging unfinished work.
- Use Case: Use this skill when you have completed implementation and review for a tracked feature, and want to merge its PR, update the task tracker to Done, and clean up local branches and worktrees without missing required steps.
Quick Start
Ask your coding agent to finish the active tracked task, and it will execute the full safe closeout flow including status updates, PR merging, tracker notes, and local branch cleanup.