What problem does it solve?
This Skill automates the end-to-end execution workflow for GitHub Project issues by applying priority-based concurrency, enabling teams to move sprint work forward without manual coordination.
Core Features & Use Cases
- Priority-driven parallel execution: Processes P0 → P1 → P2 → P3 batches with dynamic concurrency, maximizing throughput while respecting dependencies.
- Dependency-aware scheduling: Uses a DAG-like model to ensure an issue only starts after its dependencies are completed, with graceful fallbacks if cycles exist.
- Worktree isolation and automation: Creates a separate Git worktree per issue, runs code development tasks via a codeagent wrapper, then reviews and merges PRs automatically where possible.
- Progress tracking and cleanup: Provides real-time progress reports and a cleanup routine to remove stale resources and branches after completion.
Quick Start
Trigger the skill against a target project by number, for example: gh-project-implement 1