triage

triage is a skill for Claude Code from yugasun/aiops. It costs 28 tokens per session (479 once invoked), scanned A, original, Apache-2.0.

A workflow for sorting software issues and outside pull requests into categories and next steps. It gathers the relevant discussion and code, checks whether a problem can be reproduced, and prepares a brief for an agent or maintainer.

In plain words
What is it for?
Triaging bugs and feature requests, checking labels and prior decisions, verifying reports, reviewing external changes, and preparing agent-ready issue briefs.
Why use it?
It turns an unorganised issue list into clear decisions about what needs information, development, human review, or rejection. This prevents work from starting before the request is understood and verified.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the aiops plugin — 23 skills shipped together

Good fit Triaging bugs and feature requests, checking labels and prior decisions, verifying reports, reviewing external changes, and preparing agent-ready issue briefs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yugasun/aiops/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 yugasun/aiops --skill triage
Clone the repo
git clone --depth 1 https://github.com/yugasun/aiops

Made for: Claude Code.

Or install aiops, the plugin that ships this one along with the rest of its 23 skills.

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/yugasun/aiops/triage.svg)](https://agentmods.dev/skills/yugasun/aiops/triage)
Your own site
<a href="https://agentmods.dev/skills/yugasun/aiops/triage"><img src="https://agentmods.dev/badge/skills/yugasun/aiops/triage.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 479 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 original No closer match found 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.00028 $0.00479
Opus 5 $0.00014 $0.00239
Sonnet 5 $0.00006 $0.00096
Haiku 4.5 $0.00003 $0.00048

Measured 7d ago against content hash c23f68987d5c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 7d 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.

skills/triage/SKILL.md · 47 lines

What it actually says

Triage

State machine for issues (and external PRs if configured in docs/agents/issue-tracker.md). Every tracker comment starts with:

This was generated by AI during triage.

Run /aiops-setup if triage label mapping is missing.

Roles

Category: bug | enhancement

State: needs-triage | needs-info | ready-for-agent | ready-for-human | wontfix

One category + one state per item. Label strings may differ — use docs/agents/triage-labels.md.

Brief format: AGENT-BRIEF.md. Rejections KB: OUT-OF-SCOPE.md.

Invocation

Natural language: "what needs attention", "triage #42", "move #42 to ready-for-agent".

Show attention

Buckets (oldest first): unlabeled, needs-triage, needs-info with new reporter activity. Tag [PR] vs [issue] when PRs are in scope.

Triage one item

  1. Gather — body, comments, labels, diff (PR). Check .out-of-scope/ for prior rejections; search codebase for existing implementation.
  2. Recommend category + state; wait for maintainer.
  3. Verify — reproduce bug or validate PR claims before grilling.
  4. Grill if needed/grilling + /domain-modeling, update CONTEXT/ADRs inline.
  5. Apply outcome:
    • ready-for-agent / ready-for-human — post brief
    • needs-info — triage notes (established + questions for reporter)
    • wontfix — already implemented (point to code) | rejected bug (close) | rejected enhancement (.out-of-scope/ then close)

Quick override

"Move #N to ready-for-agent" — apply directly after confirm; skip grill unless brief missing.

Files

What ships with it

2 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. 7d ago First seen · 47 lines · 28 tokens per session scan A c23f68987d5c

Subscribe to this mod's changes

triage is a skill published in the GitHub repository yugasun/aiops (4 stars, last pushed 18d ago), licensed Apache-2.0. It adds 28 tokens to every session and 479 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

hashiiiii-pull-request

Use this skill to create or edit a GitHub pull request with the repository template or the default structure.

hashiiiii/rules-for-ai · 28 tokens

hashiiiii-issues

Use this skill to create or edit GitHub issues with a consistent body structure.

hashiiiii/rules-for-ai · 22 tokens

spec-kitty-implement-review

Orchestrate the implement-review loop for Spec Kitty work packages using any configured agent. Covers agent dispatch, state transitions, rejection cycles, arbiter escalation, and dependency-aware sequencing across all 13 supported coding agents. Triggers: "implement and review WPs", "run the implement-review loop"…

Priivacy-ai/spec-kitty · 120 tokens

spec-kitty-runtime-review

Review runtime-owned outputs using the Spec Kitty review workflow surface, then direct approval or rejection with structured feedback. Triggers: "review this work package", "check runtime output", "approve this step", "review WP", "is this WP ready to approve", "check this implementation". Does NOT handle: setup-only…

Priivacy-ai/spec-kitty · 85 tokens

pr-review

Multi-dimensional review of a PR or feature branch in microsoft/win-dev-skills. Activate on "review my PR / changes / branch", "vet before pushing", "PR review", "is this ready to merge". Fans out parallel sub-agents over skill content, the skill-vs-tool boundary (solution hierarchy), tool correctness…

microsoft/win-dev-skills · 98 tokens

review

Adversarial senior review of the spec before any code is written. Constructs a skeptical reviewer whose authority comes from the codebase, §R research, and live best-practice — then tries to REFUTE the spec, not rubber-stamp it. Every finding cites evidence (file:line or source); unverifiable ones are flagged.…

JuliusBrussee/cavekit · 139 tokens