What problem does it solve?
This Skill automates the finalization of completed work, merging it into the main codebase and cleaning up associated artifacts, ensuring a smooth transition from review to production.
Core Features & Use Cases
- Automated Merging: Merges approved worktrees into the main branch using squash merges to maintain a clean history.
- Artifact Cleanup: Removes temporary worktrees and branches associated with completed tasks.
- Dependency Management: Automatically unblocks and activates dependent requests once a task is successfully accepted.
- Use Case: After a code review is passed for a new feature request (REQ-001), this Skill will automatically merge the feature branch into
master, clean up the feature branch and worktree, and then check if any other requests were waiting for REQ-001 to be completed, activating them if so.
Quick Start
Use the accept skill to finalize and merge the completed work for request REQ-001.