What problem does it solve?
This Skill streamlines sequential GitHub issue delivery by organizing related work into isolated per-issue branches, validating each change, and merging only after checks pass.
Core Features & Use Cases
- Sequential Issue Processing: Handles multiple issues one at a time so each change stays atomic and easy to review.
- Dependency-Aware Planning: Detects blocked-by relationships and orders work to avoid rework or merge conflicts.
- CI-Gated Merge Flow: Waits for checks, evaluates review outcomes, and decides whether to merge, skip, or continue.
- Use Case: A maintainer needs to ship several backlog issues in one session without mixing changes or losing track of validation status.
Quick Start
Use the dev-all skill to process the selected GitHub issues sequentially, wait for CI after each pull request, and merge them in order.