For agents & LLMs

GitHub + /issue-triage + cockpit

GitHub stays the source of truth. Roxabi Live reads native relations (blocked-by, parent/child) and computes ready,blocked, done so you can run agents in parallel safely.

The loop

  1. Triage: /issue-triage for size, priority, lane, type labels and dependencies.
  2. Sync: webhooks + reconcile, up-to-date graph in the cockpit.
  3. Launch: start only ready issues (no open blockers).

Install the skill

claude plugin marketplace add Roxabi/roxabi-live
claude plugin install roxabi-issues

Invoke /issue-triage. Full reference on GitHub.

See also the full setup guide.

Label vocabulary (cockpit sync)

  • Lane: graph:lane/b, graph:lane/a1, …
  • Size: size:M or XS|S|M|L|XL; canonical tiers S, F-lite, F-full
  • Priority: P0-critical, P1-high, P2-medium, P3-low (issue-triage canonical)

No GitHub Projects V2 required. Labels + native relations are enough.

Useful commands

/issue-triage list --untriaged
/issue-triage set 42 --size M --priority High --lane b --type feat
/issue-triage set 91 --blocked-by 117
/issue-triage set 164 --parent 163
/issue-triage create --title "..." --size S --parent 163

Cross-repo: Roxabi/lyra#728 in --blocked-by.

Machine-readable resources

Open cockpitVersion française