issue-triage

issue-triage is a skill for Claude Code, Codex from 10CG/Aria. It costs 103 tokens per session (3,752 once invoked), scanned A, original, MIT.

An issue-checking workflow for bug reports, feature requests, and discussions. It verifies the project version, relevant code, reproduction status, and existing branches or pull requests before recommending action.

In plain words
What is it for?
Use it to investigate an issue before starting a fix, check whether related work is already underway, and prepare a structured report and comment draft.
Why use it?
It reduces wasted work on outdated, already-fixed, or unreproducible issues and leaves a written record of the decision.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside the plugin that ships it — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed.

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 skills/10cg/aria/issue-triage
Any agent
npx skills add 10CG/Aria --skill issue-triage
Clone the repo
git clone --depth 1 https://github.com/10CG/Aria

Made for: Claude Code, Codex.

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 issue-triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/10cg/aria/issue-triage.svg)](https://agentmods.dev/skills/10cg/aria/issue-triage)
Your own site
<a href="https://agentmods.dev/skills/10cg/aria/issue-triage"><img src="https://agentmods.dev/badge/skills/10cg/aria/issue-triage.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,752 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.00103 $0.03752
Opus 5 $0.00051 $0.01876
Sonnet 5 $0.00021 $0.00750
Haiku 4.5 $0.00010 $0.00375

Measured 4d ago against content hash dd6f92dce4af, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

issue-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 4d ago.

The scan reads SKILL.md. This mod also ships 18 executable files (scripts/collectors/__init__.py, scripts/collectors/_code.py, scripts/collectors/_common.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

aria-plugin-benchmarks/ab-results/2026-05-17-issue-triage-iter2/skill-snapshot-old/skills/issue-triage/SKILL.md · 311 lines

How it starts

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

Issue Triage (issue-triage v1.0)

版本: 1.0.0 | 角色: issue 接收方核对 十步循环角色: B.2 实施阶段 — 接收 issue 后的前置核对步骤,防止在过期信息或未复现 bug 上开起新的 cycle 机械化: Step 0 由 scripts/triage.py (stdlib-only Python) 产出 JSON snapshot,AI 读 snapshot 进行 Step 6 复现 + verdict 综合。


快速开始

我应该使用这个 Skill 吗?

使用场景:

  • 收到 issue 后,在起新 OpenSpec / branch 之前
  • 确认 bug 是否在当前版本可复现
  • 查看是否已有 in-flight PR 或本地分支处理同一问题
  • 需要留 audit trail (verdict comment) 的 issue 核对

不使用场景:

  • 已完成 triage、正在起修复 cycle → 直接 /phase-a-planner
  • 只是看 issue 列表 / 查进度 → /state-scanner
  • 向 Aria 维护团队报告问题 → /aria-report (方向相反,见 §与 aria-report 的关系)

核心功能

阶段 内容 机械化
Step 0 执行 triage.py,产出 triage-report.json 全自动 (triage.py)
Steps 1-5 读取 issue、版本核对、代码路径验证、git 历史、in-flight 检查 全自动 (collectors)
Step 6 Reproduction — 三模式 exit (auto / pause / skip) AI 辅助
综合输出 Verdict 计算 + severity / recommended_action 填写 + triage-comment.md 草稿 AI

步骤定义 (SOT): 6 步流程的完整定义(每步目的、检查项、输出字段、失败模式)见 standards/conventions/issue-triage.md §Steps。本文档不复制步骤定义,仅描述 Skill 调用契约。


配置 (config-loader)

执行前读取 .aria/config.json,缺失则使用默认值。参见 config-loader

字段 默认值 说明
issue_triage.default_repo "" (从 forgejo_config 推断) 裸编号时的默认仓库
issue_triage.repro_timeout_seconds 120 Step 6 单次复现命令超时
issue_triage.step6_mode "auto" 默认 Step 6 模式: auto / pause / skip
issue_triage.output_dir ".aria" triage-report.json 输出目录

执行流程

Step 0: 机械执行 triage.py (硬约束)

不可协商: Steps 1-5 所有字段由 scripts/triage.py 机械采集,AI 不得跳过、不得逐字段手工 Bash 替代、不得在失败时"降级"到手工采集。

执行命令:

python3 "${CLAUDE_PLUGIN_ROOT:-aria}/skills/issue-triage/scripts/triage.py" \
  --issue "<owner>/<repo>#N" \
  --output .aria/triage-report.json

退出码契约:

退出码 含义 AI 动作
0 全部成功 (steps_with_data == 5) .aria/triage-report.json,进入 Stage 2
10 部分 collector 错误 (steps_with_data >= 2 AND <= 4),report 仍可用 读 report,展示受影响步骤 warning,继续 Stage 2
30 硬失败 (steps_with_data < 2),不生成 report Abort,展示 stderr,提示检查凭证和 issue 引用;禁止进入 Step 6

Read the full file on GitHub · 311 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. 4d ago First seen · 311 lines · 103 tokens per session scan A dd6f92dce4af

Subscribe to this mod's changes

issue-triage is a skill published in the GitHub repository 10CG/Aria (2 stars, last pushed 5d ago), licensed MIT. It adds 103 tokens to every session and 3,752 once invoked, about $0.0005 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

extracting-requirements

Use when starting an iterative-development run on human spec collateral — reads the spec, produces per-epic requirement files with proof obligations and behavior scenario cards with stable IDs.

prime-radiant-inc/iterative-development · 40 tokens

iterative-development

Use when implementing a project with a large, comprehensive, or ambiguous spec — extracts requirements with proof obligations, defines a walking skeleton with its first journey scenario, then loops through audited sprints that continuously build a behavior evidence corpus. Completion means passing evidence, not just…

prime-radiant-inc/iterative-development · 59 tokens

scoping-the-simplest-core

Use when turning extracted requirements into a roadmap — selects the walking skeleton iteration with its first journey scenario, orders remaining work into follow-on iterations, and applies story splitting when ACs have different dependency profiles.

prime-radiant-inc/iterative-development · 48 tokens

running-an-iteration

Use when executing the next pending iteration from an iterative-development roadmap — picks the iteration, decomposes into code and evidence tasks, runs sentinel corpus baseline, dispatches implementing-tasks, runs impacted + sentinel scenarios, and updates artifacts.

prime-radiant-inc/iterative-development · 51 tokens

auditing-progress

Use when an iteration has just finished and you need to verify behavior evidence quality in three tiers — deep evidence for current stories, impacted behavior for touched scenarios, and sentinel corpus for high-value regression detection.

prime-radiant-inc/iterative-development · 44 tokens

implementing-tasks

Use when executing a batch of TDD-sized tasks inside a running-an-iteration call — dispatches an implementer subagent per task following red-green-refactor discipline and returns per-task completion status.

prime-radiant-inc/iterative-development · 45 tokens