Triage
Skill stevennitesh/programming-agent-skills/skills/custom/triage
Triage raw tracker issues and configured external PR requests through maintainer-approved states and Codex-ready handoffs.From its SKILL.md
npx -y skills add stevennitesh/programming-agent-skills --skill triageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.6 KB, 564 tokens by cl100k_base, as published. Nobody here has run it
Triage
Move raw tracker requests to a maintainer-approved state and handoff. Triage owns classification, verification, shaping, approved state transitions, briefs, and rejected-enhancement memory. Tracker docs own transport, label mappings, the Ready-for-agent contract, and Mutation read-back. $implement and $parallel-implement own code changes and implemented closeout.
Spine
-
Load. Read
docs/agents/issue-tracker.mdanddocs/agents/triage-labels.mdbefore tracker access. If either is absent or incompatible with triage, recommend$repo-bootstrapand stop. Followdocs/agents/domain.mdfor codebase context and readdocs/agents/engineering-contract.mdbefore reproduction, checkout, or executable validation. Triage PRs only when the tracker enables them. A named PR bypasses only external-author discovery; a PR is an issue with attached code. -
Choose. Read one branch completely:
- ATTENTION-SCAN.md — show incoming work needing maintainer attention.
- SPECIFIC-ITEM.md — verify, shape, recommend, and apply one outcome.
- QUICK-OVERRIDE.md — apply an explicitly named state with reduced discovery.
Read AGENT-BRIEF.md only when preparing a
ready-for-agentorready-for-humanbrief. Read OUT-OF-SCOPE.md only when screening, rejecting, or reconsidering an enhancement. -
Run. Follow only the selected branch; its helper owns branch-specific discovery, sequence, and completion criterion. Treat valid
$to-ticketsoutput as ready; re-enter triage only for an explicit state or brief correction.For any mutation branch, keep exactly one mapped category role and one mapped state role; surface missing or conflicting roles before mutation. Mutate only an explicitly approved packet; any packet change requires fresh approval. A
ready-for-agentoutcome satisfies the tracker's Ready-for-agent contract and adds verification evidence.Prefix every posted issue or comment with:
> *This was generated by AI during triage.* -
Prove. Complete at the selected branch's criterion. An Attention Scan ends after its read-only criterion with tracker state unchanged. A mutation branch ends only after the approved packet is applied, read back, and returned as a triage packet confirming role invariants, disclaimer, required brief or rejected-enhancement record, shaping domain deltas, partial failures, skipped checks, and blockers.
What ships with it: 7 files
11.4 KB alongside SKILL.md
agents/
- openai.yaml43 B
- AGENT-BRIEF-EXAMPLES.md745 B
- AGENT-BRIEF.md4.0 KB
- ATTENTION-SCAN.md714 B
- OUT-OF-SCOPE.md1.6 KB
- QUICK-OVERRIDE.md838 B
- SPECIFIC-ITEM.md3.5 KB