What problem does it solve?
Manually managing the end-to-end workflow from GitHub issue intake to merged PR is slow, error-prone, and requires constant context switching between tools, status checks, and review follow-ups. This skill eliminates that manual overhead by automating the full development lifecycle with deterministic routing and self-correcting guardrails.
Core Features & Use Cases
- Deterministic Lifecycle Routing: Automatically moves work through 7 defined phases (issue intake, refinement, implementation, draft gate, feedback resolution, pre-approval gate, merge) with no manual strategy selection required.
- Self-Correcting Review Gates: Automatically resolves Copilot review threads, enforces acceptance criteria, and posts audit-trail gate comments to keep PRs on track.
- State-Aware Resume: Picks up exactly where a previous loop left off using persistent checkpoints, so you never have to re-share context or re-trace status after a break.
- Use Case: A developer can kick off work on a GitHub bug report, and the skill will handle implementation, review cycles, feedback fixes, and PR preparation up to the human approval checkpoint with no extra manual steps.
Quick Start
Use the dev-loop skill to run an autonomous end-to-end development cycle for GitHub issue 112 that handles implementation, review, and PR preparation up to the human approval checkpoint.