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:

  1. Parse the issue body for ## Blocked by #N references.
  2. Run gh issue view <N> --json state for each blocker.
  3. If all blockers are CLOSED, remove the blocked label and post a comment:
gh issue comment <N> --body "$(cat <<'EOF'
> *Backlog health pass: blockers resolved.*
Installs
1
Repository
paulund/ai
GitHub Stars
3
First Seen
May 9, 2026
ops-backlog-health — paulund/ai