backlog
Installation
SKILL.md
/backlog
Backlog health at a glance.
Objective
Quick assessment of backlog state. Stats, staleness, priority distribution,
readiness scores. Standalone — usable outside /groom.
Process
1. Fetch Issues
gh issue list --state open --limit 200 --json number,title,labels,body,createdAt,updatedAt,milestone,assignees
2. Compute Stats
Related skills