What problem does it solve?
Maintainers of active repositories face bug queues that mix real defects, already-fixed issues, and duplicate community PRs, and processing them one at a time wastes review effort and risks duplicating contributor work. This Skill automates the entire outer loop from raw issue list to mergeable PR queue.
Core Features & Use Cases
- Parallel triage fan-out: Spawns one subagent per issue to reproduce each bug on HEAD, returning LEGIT, UNCLEAR, FIXED-AT-HEAD, or NOT-A-BUG verdicts validated against a JSON schema.
- Strategic-alignment gate: Runs an apm-ceo persona pass per legit bug against PRINCIPLES.md before any fix work, demoting out-of-scope or wrong-direction bugs with cited principles.
- PR-in-flight cross-reference and drive-to-merge: Checks every legit issue for open community PRs, then delegates each PR to a composed shepherd-driver subagent that runs review panels, folds recommendations, pushes with lint gates, and watches CI to green.
- Use Case: A maintainer asks to sweep the bug queue for the week; the Skill triages 14 open issues in parallel, finds 8 legit bugs, detects 3 already have community PRs, opens TDD fix PRs for the other 5, drives all 8 PRs to mergeable state, resolves merge conflicts, and renders a final report.
Quick Start
Ask the agent to sweep the bug queue and drive every legit bug and in-flight community PR to a mergeable state.