What problem does it solve?
This skill solves the problem of manually coordinating a complete issue workflow across multiple phases (research, plan, implement, update, then commit) for issue-driven engineering work.
Core Features & Use Cases
- End-to-end issue pipeline orchestration: Runs research, plan, implement, and update sequentially, ensuring the required artifacts are produced at each phase.
- Dedicated worktree workflow: Executes fully inside an existing
worktree-issue-<N> worktree, deriving the issue number from the branch name to keep runs isolated.
- Integrity validation and audit trail: Writes per-phase logs to
tasks/logs/, generates an eval verdict via pipeline-eval.sh, and enforces artifact existence and minimum content thresholds.
Quick Start
Run /auto-issues from inside your issue’s dedicated worktree branch named worktree-issue-N so the pipeline can derive N, execute all phases, and commit the resulting changes.