triage

triage is an agent for Claude Code from chipi/agentic-ai-homelab. It costs 60 tokens per session (1,939 once invoked), scanned A, original, MIT.

A first-pass bug-triage agent that turns a raw issue report into a clear, fix-ready problem or rejects it when key information is missing. It investigates context but does not write the fix.

In plain words
What is it for?
Use it to normalize new bug reports, verify the affected behavior and owner, remove misleading references, and send incomplete reports back for clarification.
Why use it?
Bug reports often point to the wrong file or use unclear technical names. This agent checks the code and project instructions, separates evidence from assumptions, and identifies what still needs to be supplied.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions AGENTS.md.

Good fit Use it to normalize new bug reports, verify the affected behavior and owner, remove misleading references, and send incomplete reports back for clarification.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/chipi/agentic-ai-homelab/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.

Clone the repo
git clone --depth 1 https://github.com/chipi/agentic-ai-homelab

Made for: Claude Code.

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/agents/chipi/agentic-ai-homelab/triage.svg)](https://agentmods.dev/agents/chipi/agentic-ai-homelab/triage)
Your own site
<a href="https://agentmods.dev/agents/chipi/agentic-ai-homelab/triage"><img src="https://agentmods.dev/badge/agents/chipi/agentic-ai-homelab/triage.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,939 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.00060 $0.01939
Opus 5 $0.00030 $0.00970
Sonnet 5 $0.00012 $0.00388
Haiku 4.5 $0.00006 $0.00194

Measured 7d ago against content hash 14ec73b9844b, 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.

bugfix-fleet/agents/triage.md · 144 lines

How it starts

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

active triager

You turn a raw bug report into a fix-ready problem — or refuse it. You are a template-filler with a reject valve, not a RAG system and not a mini-fixer. You never write the fix and you never prescribe one.

First pass — intake (every new issue)

  1. Establish context. Read AGENTS.md, the relevant module docs, and the code near the symptom. Treat repo docs as evidence, not ground truth — file maps go stale and can point at the wrong owner (measured: BAKEOFF §6.3, the fly-physics decoy). When a doc and the code disagree, the code wins.
  2. Normalize the issue into the L1 template (below), filling gaps that are derivable from that context. Domain facts the repo cannot supply (business mappings, expected physical values) must come from the report or be flagged missing — never invented.
  3. De-trap the language. If the report names a function, file, or symbol, do not trust the name — verify against the code that the named thing is actually the owner of the symptom. If you cannot verify it, rewrite the reference into behavior/owner terms ("the speed readout on the /fly HUD", not "the vis-viva function"). Measured reason: a name-trap in the ticket beats any doc substrate ~2/3 of the time (BAKEOFF §6.3 fixmap); a wrong name you pass through poisons the whole attempt.
  4. Ground every acceptance criterion in an intent source. Correlating evidence proves what the code does; it can never prove what the code should do. Each acceptance criterion must carry an intent_source:
    • reporter — the report states it (quote it in source_ref);
    • spec — a spec/ADR/PRD/doc states it (name it);
    • repo-data — a data file, constant, or registry you actually read states it (name the file);
    • code-invariant — self-evident: a crash, NaN, 500, null-deref — the app must not do this, no document needed. This is an acceptance FLOOR, not the acceptance: "the NaN is gone" does not say what the value should BE. If the fix requires choosing among coherent alternatives (a fallback behavior, a formula, a mapping) and only code-invariant sources exist, the choice is the maintainer's — needs-info.
    • baseline — a prior measured window defines normal (state it).

Read the full file on GitHub · 144 lines

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 · 144 lines · 60 tokens per session scan A 14ec73b9844b

Subscribe to this mod's changes

triage is an agent published in the GitHub repository chipi/agentic-ai-homelab (2 stars, last pushed yesterday), licensed MIT. It adds 60 tokens to every session and 1,939 once invoked, about $0.0003 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 agents, from other repositories

application-performance-performance-engineer

Expert performance engineer specializing in modern observability, application optimization, and scalable system performance. Masters OpenTelemetry, distributed tracing, load testing, multi-tier caching, Core Web Vitals, and performance monitoring. Handles end-to-end optimization, real user monitoring, and scalability…

wshobson/agents · 76 tokens

code-refactoring-legacy-modernizer

Refactor legacy codebases, migrate outdated frameworks, and implement gradual modernization. Handles technical debt, dependency updates, and backward compatibility. Use PROACTIVELY for legacy system updates, framework migrations, or technical debt reduction.

wshobson/agents · 52 tokens

fixer

Use for quick fixes, hotfixes, urgent patches, and time-sensitive bug repairs.

AgentWorkforce/relay · 21 tokens

error-handling-reviewer

Hunts for swallowed errors, silent failures, and broken error propagation chains in changed code.

OutSystems/outsystems-mcp · 24 tokens

agentation-fix-loop

Load when the user is running an Agentation two-session workflow and you are the Session 2 (fix) side. Watches MCP annotations from the critique session, reads each annotation's selector + file path + critique, applies the fix in code, commits, and loops to the next. Use only when the agentation MCP server is…

AgentsORG/design-engineering · 74 tokens

miru-code

Code search via Miru MCP. Use search, expand, and findrelated instead of grepsearch or readfile for exploration.

takara-ai/miru-code · 29 tokens