What problem does it solve?
It helps GitHub issue triage by surfacing likely duplicates, tracker fits, missing required labels, and issues that may already be superseded by recent merged work—without changing anything.
Core Features & Use Cases
- Read-only issue hygiene: Produces a digest of duplication candidates, tracker matches, label gaps, and supersession candidates for the open-issue set.
- Deterministic shortlist + LLM confirmation: Uses a shell helper to generate candidate JSON, then dispatches an LLM subagent to confirm/deny where needed and craft suggested manual
gh commands.
- No mutations / safe decision support: Avoids automatically editing labels, closing issues, or posting comments; the user reviews the suggested actions.
Quick Start
Run /pipeline:analyze-issues to get a set of markdown tables showing duplicates, tracker fits, missing labels, and possibly superseded issues for your open issues.