| 1 | # Triage Labels |
| 2 | |
| 3 | 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. |
| 4 | |
| 5 | | Label in mattpocock/skills | Label in our tracker | Meaning | |
| 6 | | -------------------------- | -------------------- | ---------------------------------------- | |
| 7 | | `needs-triage` | `needs-triage` | Maintainer needs to evaluate this issue | |
| 8 | | `needs-info` | `needs-info` | Waiting on reporter for more information | |
| 9 | | `ready-for-agent` | `ready-for-agent` | Fully specified, ready for an AFK agent | |
| 10 | | `ready-for-human` | `ready-for-human` | Requires human implementation | |
| 11 | | `wontfix` | `wontfix` | Will not be actioned | |
| 12 | |
| 13 | When a skill mentions a role (e.g. "apply the AFK-ready triage label"), use the corresponding label string from this table. |
| 14 | |
| 15 | Edit the right-hand column to match whatever vocabulary you actually use. |
| 16 |