triage-labels

triage-labels is an agent for coding agents from open-gsd/gsd-core. It costs 0 tokens per session (1,297 once invoked), scanned A, original, MIT.

An agent that translates standard issue-triage roles into the label names used by the open-gsd/gsd-core repository. Issue triage is the process of sorting reports by what information or action they need.

In plain words
What is it for?
Use it when classifying GitHub issues, especially to distinguish missing information, confirmed bugs, approved features, duplicates, items that will not be fixed, and other review states.
Why use it?
It prevents workflows from using labels that do not exist in the repository or from confusing similar review states.

Agent

Part of the gsd-core plugin — 72 skills, 38 agents, 7 hooks shipped together

About the project

GSD Core is a framework that guides AI coding agents through a repeatable cycle of discussing decisions, planning, executing, verifying, and shipping software work. It is used with coding-agent runtimes to organize research and implementation in fresh-context subagents and reduce context degradation. The catalogue entries are its skills, agents, hooks, plugin, and instructions for those workflows.

open-gsd/gsd-core · 9,125 stars · on GitHub · opengsd.net

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/open-gsd/gsd-core/triage-labels
Clone the repo
git clone --depth 1 https://github.com/open-gsd/gsd-core

Or install gsd-core, the plugin that ships this one along with the rest of its 72 skills, 38 agents, 7 hooks.

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/open-gsd/gsd-core/triage-labels.svg)](https://agentmods.dev/agents/open-gsd/gsd-core/triage-labels)
Your own site
<a href="https://agentmods.dev/agents/open-gsd/gsd-core/triage-labels"><img src="https://agentmods.dev/badge/agents/open-gsd/gsd-core/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 1,297 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.01297
Opus 5 $0.00000 $0.00648
Sonnet 5 $0.00000 $0.00259
Haiku 4.5 $0.00000 $0.00130

Measured 6d ago against content hash a353b3b6e53b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 · 43 lines

How it starts

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

Triage Labels

Maps the five canonical triage roles to the actual label strings in open-gsd/gsd-core.

Canonical role Label in this repo Notes
needs-triage needs-triage Auto-applied by GitHub Action on every new issue
needs-info needs-reproduction Waiting on reporter — cannot reproduce, more info required
ready-for-agent confirmed-bug Bug verified + fully specified — AFK agent can pick up. This is the fix gate (RULESET.CONTRIB.CLASSIFY.fix); bug-remediation workflows scope on it.
ready-for-human approved-enhancement / approved-feature Enhancement/feature approved by maintainer — human codes it
wontfix wontfix Will not be actioned
possible-duplicate possible-duplicate Applied by the Duplicate check workflow when a new issue's title closely matches existing open issues. The reporter (or a maintainer) replies justifying why it is not a duplicate within 24h, or the Duplicate auto-close sweep closes it. A reply clears this label and applies needs-maintainer-review for human adjudication. React 👎 to the bot comment to veto auto-close.
needs-version needs-version Applied by the Version gate workflow when a bug report is auto-closed for missing a valid GSD Version. Edit the issue to add the version and reopen it.
version-exempt version-exempt Maintainer-only opt-out label. Prevents the Version gate from closing an issue where a version genuinely does not apply.

Notes on this repo's label model

  • confirmed-bug is the AFK-agent-ready signal for bugs. It means "verified reproducible bug" and is the gate the fix workflow requires before any code is written. Apply it (in addition to bug) when triage reproduces/verifies a bug. The legacy confirmed label ("bug verified to exist") is retained only for back-compat in the duplicate-sweep exempt list — use confirmed-bug for new triage.
  • For enhancements and features, maintainer approval is approved-enhancement / approved-feature respectively. A contributor (human or agent) may not write code until one of these is applied.
  • There is no separate "ready-for-human" vs "ready-for-agent" distinction for enhancements — both flow through the same approved-* labels. If the work requires human judgment (design decisions, external access), note it in the issue body.
  • needs-triage is removed when any other state label is applied.
  • needs-reproduction is used instead of the generic needs-info — be specific in triage comments about what reproduction steps or information are missing.

Read the full file on GitHub · 43 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 · 43 lines · 0 tokens per session scan A a353b3b6e53b

Subscribe to this mod's changes

triage-labels is an agent published in the GitHub repository open-gsd/gsd-core (9,125 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,297 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-30.