What problem does it solve?
Clearing an open issue backlog by hand means triaging each issue, deciding what is safe to automate, writing the fix, opening a PR, and chasing CI and review feedback until mergeable. This Skill orchestrates that entire intake-to-merge pipeline for a batch of microsoft/apm issues while keeping a human maintainer in control at a single consolidated review checkpoint.
Core Features & Use Cases
- Batch triage with escalate-by-default gating: Runs a triage rubric per issue in parallel, then presents one consolidated digest; only clear, bounded, high-confidence accepts proceed, and anything doubtful escalates to the maintainer.
- Worktree-isolated solution pipelines: Each approved issue gets its own git worktree and an Ideate-to-Plan-to-Implement pipeline with typed coverage gates (regression traps for bugs, acceptance tests for features, docs builds for docs).
- Drive-to-merge shepherding: Accepted PRs are driven to mergeability with CI watching, review follow-up folding, and conflict resolution, with caps on iterations and no auto-merge.
- Use Case: A maintainer says "run the open backlog to mergeable PRs"; the Skill triages every issue, presents one review, implements the approved ones in isolated worktrees, and returns a final report of ready-to-merge PRs and escalated items.
Quick Start
Ask the agent to run the open microsoft/apm issue backlog through triage and drive the approved issues to mergeable pull requests.