triage-labels

triage-labels is an agent for Claude Code from stonematt/mcp-obsidian-cli. It costs 0 tokens per session (853 once invoked), scanned A, original, MIT.

A mapping between general issue-triage roles and the labels used by this repository's issue tracker. Triage is the process of deciding what an issue needs and who should handle it.

In plain words
What is it for?
It helps classify new issues, request missing information, mark work ready for an agent or a person, and close issues that will not be planned.
Why use it?
It removes ambiguity when an engineering instruction names a role such as ready-for-agent but the repository uses different labels. It also explains how the labels represent the issue's lifecycle.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

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/stonematt/mcp-obsidian-cli/triage-labels
Clone the repo
git clone --depth 1 https://github.com/stonematt/mcp-obsidian-cli

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-labels

README.md
[![agentmods](https://agentmods.dev/badge/agents/stonematt/mcp-obsidian-cli/triage-labels.svg)](https://agentmods.dev/agents/stonematt/mcp-obsidian-cli/triage-labels)
Your own site
<a href="https://agentmods.dev/agents/stonematt/mcp-obsidian-cli/triage-labels"><img src="https://agentmods.dev/badge/agents/stonematt/mcp-obsidian-cli/triage-labels.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 853 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.1 $0.00000 $0.00853
Opus 5 $0.00000 $0.00426
Sonnet 5 $0.00000 $0.00171
Haiku 4.5 $0.00000 $0.00085

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

Security

Grade A, and why

triage-labels 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 6d 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.

docs/agents/triage-labels.md · 59 lines

How it starts

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

Triage Labels

The engineering skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo, which follow the nitimini lifecycle vocabulary.

Canonical role → repo label mapping

Role in skills Repo label(s) Meaning
needs-triage status: triage New issue, needs scoping. All issues open here.
needs-info status: needs-info Waiting on the reporter for clarification.
ready-for-agent status: ready + afk-ready flag Spec'd, scope tight enough that an AFK agent (Sonnet, no human pings, very low uncertainty) can pick it up.
ready-for-human status: ready (no afk-ready) Spec'd but needs human implementation — too much uncertainty for AFK.
wontfix close with --reason "not planned" Declined. No label; the closed state is the signal.

When a skill says "apply the AFK-ready label," apply BOTH status: ready AND afk-ready. The flag is orthogonal to status, per nitimini.

Full lifecycle label set

Beyond the five triage roles, the issue state machine uses more labels. See issue-tracker.md and the nitimini workflow for the full state machine.

Namespace Label Meaning
status (lifecycle) status: triage New, needs scoping
status status: needs-info Waiting on reporter
status status: ready Spec'd, awaiting pickup
status status: wip Branch open, work started
status status: blocked Waiting on dependency or decision
status status: staged Merged to dev, awaiting prod release
(project) Released Project Status only (no label); set on close by workflow
flag afk-ready Brief tight enough for autonomous-agent pickup. Orthogonal to status:*.
flag kind:bse Bug or small enhancement; opportunistic / throw-in work
flag priority: high Escalate scheduling
intent intent:structural Refactor with no user-visible change. Snapshot diff must be empty.
reference adr Issue references or proposes an ADR
area area:* Code area scope. Deferred — create on first use.

Read the full file on GitHub · 59 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. 6d ago First seen · 59 lines · 0 tokens per session scan A 1325cd2d8f0c

Subscribe to this mod's changes

triage-labels is an agent published in the GitHub repository stonematt/mcp-obsidian-cli (2 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 853 tokens. 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.