triage

triage is a skill for Codex from tsai09495/matt-pocock-engineering. It costs 44 tokens per session (1,740 once invoked), scanned A, a copy of triage, MIT.

A process for sorting incoming issues or external code changes into defined categories and workflow states.

In plain words
What is it for?
Use it to list, assess, label, move, close, or prepare an agent-ready brief for issue-tracker items and, where supported, external pull requests.
Why use it?
It gives teams a consistent way to decide what an issue is, what should happen next, and what information another agent needs to act on it.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to list, assess, label, move, close, or prepare an agent-ready brief for issue-tracker items and, where supported, external pull requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tsai09495/matt-pocock-engineering/triage
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add tsai09495/matt-pocock-engineering --skill triage
Clone the repo
git clone --depth 1 https://github.com/tsai09495/matt-pocock-engineering

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/tsai09495/matt-pocock-engineering/triage/github.svg)](https://agentmods.dev/skills/tsai09495/matt-pocock-engineering/triage)
Your own site
<a href="https://agentmods.dev/skills/tsai09495/matt-pocock-engineering/triage"><img src="https://agentmods.dev/badge/skills/tsai09495/matt-pocock-engineering/triage/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for triage

Your own site · 80×15
<a href="https://agentmods.dev/skills/tsai09495/matt-pocock-engineering/triage"><img src="https://agentmods.dev/badge/skills/tsai09495/matt-pocock-engineering/triage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,740 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 88% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00044 $0.01740
Opus 5 $0.00022 $0.00870
Sonnet 5 $0.00009 $0.00348
Haiku 4.5 $0.00004 $0.00174

Measured 9d ago against content hash c5b7d6a1d9b4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

triage scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

88% identical to triage — 65 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/matt-engineering/skills/triage/SKILL.md · 114 lines

How it starts

The opening of the file, as written. The whole thing — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Triage

Move issues on the project issue tracker through a small state machine of triage roles.

If this repo treats external pull requests as a request surface (see the issue-tracker config), triage covers them too: a PR is an issue with attached code — same roles, same states, same machine, with a few deltas marked "for a PR" below. Resolve a bare #42 to an issue or PR per the tracker config.

Every comment or issue posted to the issue tracker during triage must start with this disclaimer:

> *This was generated by AI during triage.*

Read-only issue tracker queries are allowed during triage. Before mutating the issue tracker or repo files, show the exact planned changes and wait for approval unless the user's current request explicitly authorizes that specific mutation. Mutations include comments, labels, state changes, closing issues or PRs, and .out-of-scope/ writes.

Reference docs

Roles

Two category roles:

  • bug — something is broken
  • enhancement — new feature or improvement

Five state roles:

  • needs-triage — maintainer needs to evaluate
  • needs-info — waiting on reporter for more information
  • ready-for-agent — fully specified, ready for an AFK agent
  • ready-for-human — needs human implementation
  • wontfix — will not be actioned

For a PR, the same states read against the attached code: ready-for-agent means a brief is attached and an agent should take the next step on the diff; ready-for-human means it's ready for a human to merge.

Every triaged issue should carry exactly one category role and one state role. If state roles conflict, flag it and ask the maintainer before doing anything else.

These are canonical role names — the actual label strings used in the issue tracker may differ. The mapping should have been provided to you - run /setup-matt-pocock-skills if not.

Read the full file on GitHub · 114 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 114 lines · 44 tokens per session scan A c5b7d6a1d9b4

Subscribe to this mod's changes

triage is a skill published in the GitHub repository tsai09495/matt-pocock-engineering (2 stars, last pushed 14d ago), licensed MIT. It adds 44 tokens to every session and 1,740 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to triage, differing in 65 lines, and is treated as a copy.

Related

Other skills, from other repositories

manage-taskboard

Manage Codex Taskboard / e-taskboard work with taskctl. Use for taskboard issue IDs, status sync, comments, or taskctl cloud setup—not for unrelated product docs.

chuspeeism/dashi-taskboard · 41 tokens

workspace

Multi-repo campaign coordinator. Same lifecycle as fleet -- scope claims, discovery relay, wave-based execution -- but the unit of work is a repo, not a file. Coordinates campaigns across repositories with shared context.

SethGammon/Citadel · 44 tokens

decision-map

Turn a loose idea into a git-tracked, session-resumable map of typed investigation tickets, then drive them to resolution one at a time. The planning-loop engine for work that is still being figured out — too fuzzy for a campaign, too big for a single intake item. Resolved tickets graduate into .planning/intake/ for…

SethGammon/Citadel · 77 tokens

merge-review

Reviews pending fleet worktree merges before they're accepted. Reads the merge-check queue, detects file-level conflicts between branches, proposes a safe merge order, and surfaces reconciliation plans for overlapping changes.

SethGammon/Citadel · 40 tokens

unharness

Safely leave Citadel using the active adoption receipt. Produces a no-write, reviewable plan, preserves a portable archive, removes only exact owned material, and reports modified or externally registered surfaces as retained or unknown. Legacy installs must be imported before exact leave is claimed.

SethGammon/Citadel · 59 tokens

to-issues

A planning aid that breaks a PRD or technical specification into small implementation issues, each covering a complete, demonstrable piece of work.

smallnest/goal-workflow · 96 tokens