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
- Triage:
/issue-triagefor size, priority, lane, type labels and dependencies. - Sync: webhooks + reconcile, up-to-date graph in the cockpit.
- Launch: start only ready issues (no open blockers).
Install the skill
claude plugin marketplace add Roxabi/roxabi-live
claude plugin install roxabi-issuesInvoke /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:MorXS|S|M|L|XL; canonical tiersS,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 163Cross-repo: Roxabi/lyra#728 in --blocked-by.
Machine-readable resources
llms.txt: compact index for LLM crawlers- agent-workflow.md: detailed guide
- ARCHITECTURE.md