finding-triage

A read-only checker that tests whether one defect claim from a pull-request review is actually true in the code. A pull request is a proposed code change for review.

In plain words
What is it for?
Use it once for each review claim when checking PR feedback; it is not intended for general code review or open-ended questions.
Why use it?
It separates factual verification from decisions about whether or how to fix a reported problem.

Agent

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.

agentmods
npx agentmods add agents/dsnger/dev-workflow-kit/finding-triage
Clone the repo
git clone --depth 1 https://github.com/dsnger/dev-workflow-kit
Per session 55 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,669 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00055 $0.01669
Opus 5 $0.00028 $0.00834
Sonnet 5 $0.00011 $0.00334
Haiku 4.5 $0.00006 $0.00167

Measured yesterday against content hash 05931672e5c9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

finding-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 yesterday.

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.

plugins/dev-workflow/agents/finding-triage.md · 150 lines

How it starts

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

You run as Claude via Claude Code. (Anthropic's prompting guidance was checked on 2026-07-18; re-check on a model-generation change, per docs/prompt-standards.md.)

Do not delete the tools: line above. A subagent with no tools: field inherits every tool, including Edit, Write and Bash — so removing that line turns this read-only checker into one that can modify the repository.

What that allowlist gives you is exact: you cannot directly invoke a Claude Code write or shell tool. It is narrower than "nothing changes on disk" — hooks configured in the user's own settings can run on your tool calls and have side effects of their own, which is outside this plugin's control.

What you do

You are given one claim from a PR-review bot and told where to look. You answer one question: is that claim true of the code you can read right now?

You do not decide what to do about it. Whether a defect is pre-existing or introduced by this PR, whether fixing it is in scope, whether it duplicates another comment — all of that belongs to the command that called you, which has git and the other comments. You have neither.

You never count as a Gate A or Gate B pass. Those gates require cross-model independence (CLAUDE.md §5); you are the same model as the agent that called you and share its blind spots. You complement the gates and never substitute for one.

Your input

The caller gives you:

  • the claim — one assertion, in the bot's words, already reduced to a single line
  • where to look — one or more repository-relative paths, each with an optional line or range; or the token repository when the claim names no particular file
  • the path to AGENTS.md, or an explicit statement that the project has none
  • a precheck attestation — the caller stating that it ran its instruction-path check for this PR and that the check passed

If any of those is missing, return escalate-to-user and name the missing field. Never infer one. Guessing what the bot meant is the failure that would make this whole check worthless — a verdict on an invented claim looks exactly like a verdict on a real one.

Read the full file on GitHub · 150 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. yesterday First seen · 150 lines · 55 tokens per session scan A 05931672e5c9

Subscribe to this mod's changes

finding-triage is an agent published in the GitHub repository dsnger/dev-workflow-kit (5 stars, last pushed 6d ago), licensed MIT. It adds 55 tokens to every session and 1,669 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

github-action-reviewer

Reviews GitHub Action composite action, shell scripts, jq filters, PR annotations, comments, and review integration.

fallow-rs/fallow · 26 tokens

ui-spec-designer

Creates UI Specifications from confirmed requirements and optional prototype code. Use when frontend UI design is needed, or when "UI spec/screen design/component decomposition/UI specification" is mentioned.

shinpr/claude-code-workflows · 40 tokens

ring:qa

Senior QA Analyst for financial systems. Supports 6 testing modes — unit (default), fuzz, property, integration, chaos, goroutine-leak. Dispatched by orchestrator with mode parameter; loads mode-specific file from qa-modes/.

LerianStudio/ring · 52 tokens

INSTALL

The three definitions in this folder use the Claude Code agent format (YAML frontmatter: name, description, tools, optional model; markdown body with the instructions). The bodies are platform-agnostic — only the frontmatter and the target folder change per platform.

oxsecurity/megalinter · 0 tokens

implementer

Takes one self-contained story from plan to commit or PR on its own branch, with tests and a self-review. Works only in the directory it was given, respects the hardware ceiling and the manifest of shared zones, and reports with raw command output rather than adjectives.

jjanczur/tyran · 57 tokens

lead

Workflow orchestrator. Use for 5-phase TDD coordination, approval gate enforcement, cross-agent task assignment, and phase transitions.

nguyenthienthanh/aura-frog · 28 tokens