issue-triage

issue-triage is a skill for Claude Code, Codex from ric03uec/clawrium. It costs 36 tokens per session (680 once invoked), scanned A, original, Apache-2.0.

An automated workflow that reviews recent GitHub issues in ric03uec/clawrium, applies labels from the repository's allowed taxonomy, and proposes a planning file in a pull request.

In plain words
What is it for?
Use it to assign type, complexity, and area labels, flag unclear completion criteria for review, and draft an Outcome, Approach, Files, and Risk plan.
Why use it?
It reduces repeated manual sorting of incoming issues and creates a consistent starting plan when an issue is ready for development.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to assign type, complexity, and area labels, flag unclear completion criteria for review, and draft an Outcome, Approach, Files, and Risk plan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ric03uec/clawrium/issue-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.

Any agent
npx skills add ric03uec/clawrium --skill issue-triage
Clone the repo
git clone --depth 1 https://github.com/ric03uec/clawrium

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/ric03uec/clawrium/issue-triage.svg)](https://agentmods.dev/skills/ric03uec/clawrium/issue-triage)
Your own site
<a href="https://agentmods.dev/skills/ric03uec/clawrium/issue-triage"><img src="https://agentmods.dev/badge/skills/ric03uec/clawrium/issue-triage.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 680 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00036 $0.00680
Opus 5 $0.00018 $0.00340
Sonnet 5 $0.00007 $0.00136
Haiku 4.5 $0.00004 $0.00068

Measured 4d ago against content hash 5d7457b22683, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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.

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.

skills/hermes/issue-triage/SKILL.md · 67 lines

How it starts

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

issue-triage

Triage incoming work on ric03uec/clawrium. Run on a 10-minute poll cycle. The loop is: find issues that need triage → read them carefully → apply labels → draft a planning file as a PR.

Inputs

For each candidate issue:

  • Title and body.
  • Current labels (skip if needs-triage is absent or the issue already has a type:* label).
  • The repo's LABELS.md for the allowed taxonomy. Do not invent labels.

Candidates are issues opened or updated in the last 15 minutes (giving the poll a 5-minute overlap so nothing is missed during a slow run). Use:

gh issue list --repo ric03uec/clawrium \
  --search "sort:updated-desc updated:>$(date -u -d '15 minutes ago' +%Y-%m-%dT%H:%M:%SZ)" \
  --json number,title,body,labels,updatedAt

Output

  • Apply labels from the taxonomy in LABELS.md. At minimum: one type:*, one complexity:*, one area:*. Add needs-review when the issue lacks a clear Definition of Done.
  • Open a PR adding .itx/active/<issue-number>/plan.md with a one-page scaffold (Outcome / Approach / Files / Risk). Title: chore(triage): draft plan for #<n>. Body links to the issue.

Hard constraints

  • Never apply the agent-ready label. The PAT denies it; even if it did not, this label is a human decision.
  • Never push directly to main or merge a PR. PRs target main with a feature branch named triage/<issue-number>-<slug>.
  • If the issue body is empty or one sentence, label needs-review and leave a single short comment asking for Outcome + Definition of Done. Do not invent requirements.
  • If LABELS.md is missing or unreadable, stop and post a [ITX-STUCK] comment on the issue rather than guessing label names.

Anti-patterns

  • Re-labeling issues that already have a type:* label — assume a human or earlier triage decided. Touch only the missing dimensions.
  • Drafting an .itx/active/<n>/plan.md that exceeds one page. The plan is a starting point for /itx-plan-create, not a substitute for it.
  • Commenting on the issue with summaries of the body. The body is the source of truth; do not paraphrase it back.

Read the full file on GitHub · 67 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 Changed 5d7457b22683
  2. 8d ago First seen · 67 lines · 36 tokens per session scan A 79565fce95ae

Subscribe to this mod's changes

issue-triage is a skill published in the GitHub repository ric03uec/clawrium (51 stars, last pushed 4d ago), licensed Apache-2.0. It adds 36 tokens to every session and 680 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

depsguard

Install and run DepsGuard, a zero-dependency CLI that scans and fixes package manager configs (npm, pnpm, yarn, bun, uv) for supply chain security best practices.

arnica/depsguard · 41 tokens

python

Use when the task is Python itself, in any framework or none: PEP 695 generics, mypy --strict typing, dataclass/Protocol/TypedDict/Enum choices, asyncio.TaskGroup, stdlib idioms, src/ layout + pyproject.toml with uv, ruff+mypy+pytest gate. NOT a FastAPI/ASGI service (that is fastapi), NOT a deep pytest suite (that is…

ericrisco/rsc-harness · 94 tokens

using-labby

Use when operating Labby through its CLI, MCP, HTTP API, or web UI; installing or updating Labby; configuring LABBYHOME; bootstrapping, repairing, or rolling back an Incus gateway or host service; exporting, verifying, or restoring durable state; checking health or logs; managing gateway upstreams, OAuth, or protected…

dinglebear-ai/labby · 86 tokens

opencli-sitemap-author

Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.

jackwener/OpenCLI · 67 tokens

feishu

Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.

Hmbown/CodeWhale · 33 tokens

interview

Ask one useful structured question at a time only when material product/implementation choices are genuinely missing; remember answers and produce a brief/spec. Discoverable facts should be investigated instead of asked.

Hmbown/CodeWhale · 40 tokens