What problem does it solve? Managing a GitHub issue backlog involves repetitive process work: capturing half-formed ideas before they are lost, grooming stale or under-specified issues, routing freshly filed items, and keeping priorities current. This Skill encodes that entire issue lifecycle as six named operations so Claude Code can execute them consistently instead of re-deriving the process each time. ## Core Features & Use Cases - Capture and Create: File issues interactively, from a minimal-friction quick capture with a needs-grooming label to a fully baked issue with user story, parent epic linkage, and Definition-of-Ready pre-flight checks. - Groom and Triage: Periodically curate the needs-grooming inbox, walk ROADMAP horizons, kill stale issues, regroup orphans, and route needs-triage issues to epics, standalone status, duplicate, or not-planned — every mutation confirmed per item. - Prioritize and Auto-file: Suggest implementation order across open issues, and let other skills (QC, doc-audit, code-review) file durable findings non-interactively with dedup markers. - Use Case: After a code review surfaces a tech-debt finding, auto-file it as a labeled GitHub issue with dedup protection, then later run groom-inbox to promote captured ideas into triaged, epic-linked work items. ## Quick Start Ask Claude to groom the backlog by walking the needs-grooming inbox and promoting ready issues to triage.