What problem does it solve?
This Skill removes the manual burden of sorting, analyzing, and acting on a repository's open issues by performing a structured audit, detecting duplicates, classifying risk and staleness, and drafting validated GitHub actions for maintainers to approve.
Core Features & Use Cases
- Automated Audit: Gather open and recent closed issues and PRs via the gh CLI and produce triage tables (critical, PR-linked, active, duplicates, stale).
- Duplicate Detection: Compute local Jaccard similarity on normalized title+body to flag potential duplicates and recommend consolidation.
- Deep Analysis & Parallel Agents: Optionally launch per-issue analysis agents to verify categories, identify missing info, estimate fix effort, and produce exact comment text.
- Validated Actions: Draft comments, label additions, and close actions using templates and require explicit user validation before executing any gh commands.
- Use Cases: backlog cleanup, stale issue closing, duplicate consolidation, and prioritized security/regression escalation.
Quick Start
Run /issue-triage all to audit all open issues, optionally analyze selected issues in depth, and generate draft comments, labels, and close actions for your approval.