ops-backlog-health
Installation
SKILL.md
Backlog Health
Periodic, non-interactive scrub of the backlog. Surfaces drift, closes resolved blockers, and reports a one-screen summary. Does NOT triage individual issues — that's /ops-triage.
Workflow
Pass 1 — Close stale blockers
For every open issue with the blocked label:
- Parse the issue body for
## Blocked by #Nreferences. - Run
gh issue view <N> --json statefor each blocker. - If all blockers are CLOSED, remove the
blockedlabel and post a comment:
gh issue comment <N> --body "$(cat <<'EOF'
> *Backlog health pass: blockers resolved.*