Skip to content

Triage Labels

The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.

Label in mattpocock/skillsLabel in our trackerMeaning
needs-triageneeds-triageMaintainer needs to evaluate this issue
needs-infoneeds-infoWaiting on reporter for more information
ready-for-agentready-for-agentFully specified, ready for an AFK agent
ready-for-humanready-for-humanRequires human implementation
wontfixwontfixWill not be actioned

When a skill mentions a role (e.g. "apply the AFK-ready triage label"), use the corresponding label string from this table.

Edit the right-hand column to match whatever vocabulary you actually use.

Type labels

LabelMeaning
prdContext-only parent issue (PRD). Never implemented directly; excluded from agent dispatch batches
taskImplementable work item (a slice produced by issue breakdown)

Creation-time rules (for issue-producing skills)

When publishing an issue to the tracker:

  • A PRD / parent issue gets prd. Type labels are orthogonal to triage labels — a PRD keeps whatever triage label applies; the prd label alone excludes it from dispatch.
  • A work item (an implementable slice) gets task plus the triage label that reflects its state (normally ready-for-agent).

Agent lifecycle labels (agent:: prefix)

Applied and removed automatically by the /dispatch pipeline (canonical implement-issues workflow). Humans normally never set these.

LabelMeaning
agent::implementingAn agent is implementing this issue in an isolated worktree
agent::reviewingAdversarial review of the pushed branch is in progress
agent::fixingFix round (max 1) is addressing review findings
agent::mergingSerial rebase + full gate re-run + merge is in progress
agent::stalledThe pipeline gave up; the latest issue note explains why

Rules:

  • Success leaves no lifecycle label: the merged MR closes the issue via Closes #N.
  • Dispatch discovery skips any issue carrying an agent::* label (in-flight or stalled) or the prd label (context-only parent).
  • To retry a stalled issue: fix the cause, remove agent::stalled, keep ready-for-agent.

最后更新于: