clawrium: Skill for Claude Code

.claude/skills/itx-triage/SKILL.md

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

An issue-triage workflow for reviewing GitHub issues that lack project workflow labels and assigning the next appropriate status.

In plain words
What is it for?
Use it to add labels such as needs-triage or planning, add a brief rationale, and log how the issue was assessed.
Why use it?
It separates issues needing more information from clear work, bugs, and actionable requests, then records the decision in a comment.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions AGENTS.md.

This is ric03uec/clawrium's own configuration. It tells Claude Code how to work on clawrium itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything clawrium configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ric03uec/clawrium. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ric03uec/clawrium/main/.claude/skills/itx-triage/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ric03uec/clawrium

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ric03uec/clawrium/itx-triage/github.svg)](https://agentmods.dev/skills/ric03uec/clawrium/itx-triage)
Your own site
<a href="https://agentmods.dev/skills/ric03uec/clawrium/itx-triage"><img src="https://agentmods.dev/badge/skills/ric03uec/clawrium/itx-triage/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for itx-triage

Your own site · 80×15
<a href="https://agentmods.dev/skills/ric03uec/clawrium/itx-triage"><img src="https://agentmods.dev/badge/skills/ric03uec/clawrium/itx-triage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 548 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.00015 $0.00548
Opus 5 $0.00008 $0.00274
Sonnet 5 $0.00003 $0.00110
Haiku 4.5 $0.00002 $0.00055

Measured 5d ago against content hash 461fe089bb4b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

itx-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 5d 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.

.claude/skills/itx-triage/SKILL.md · 85 lines

What it actually says

Issue Triage

Find and triage issues that don't have workflow labels.

Instructions

  1. Find Unlabeled Issues: List issues without workflow labels

    gh issue list --state open --json number,title,labels,createdAt --limit 50
    
  2. Filter: Identify issues that do NOT have any of these labels:

    • needs-triage
    • planning
    • ready
    • in-progress
    • in-review
  3. For Each Unlabeled Issue:

    • Fetch full details: gh issue view <number>
    • Analyze the title and description
    • Determine appropriate action:
      • Needs more info: Add needs-triage label
      • Ready to plan: Add planning label
      • Bug report: Ensure bug label is present, add needs-triage
      • Clear and actionable: Add planning label
  4. Apply Labels:

    gh issue edit <number> --add-label "<label>"
    
  5. Add Triage Comment:

    **Triage Decision**: <label applied>
    
    <brief rationale>
    
    ---
    
    <details>
    <summary>Prompt Log</summary>
    
    **Stage**: triage
    **Skill**: /itx-triage
    **Timestamp**: <ISO timestamp>
    **Model**: <model>
    
    ```prompt
    <user prompt that triggered triage>
    
  6. Return: Summary of triaged issues

Workflow Labels

Label Meaning
needs-triage Needs more information or clarification
planning Ready for implementation planning
ready Plan complete, ready for execution
in-progress Currently being worked on
in-review PR open for review

Notes

  • Focus on issues that fell through the cracks
  • Don't re-triage issues that already have workflow labels
  • Be conservative - when in doubt, use needs-triage

Prompt Logging

REQUIRED: For each triaged issue, append prompt log to .itx/<N>/00_PLAN.md.

See AGENTS.md for format specification.

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. 5d ago Changed · -1 lines 461fe089bb4b
  2. 10d ago First seen · 86 lines · 15 tokens per session scan A b029885a2b3a

Subscribe to this mod's changes

itx-triage is a skill published in the GitHub repository ric03uec/clawrium (51 stars, last pushed today), licensed Apache-2.0. It adds 15 tokens to every session and 548 once invoked, about $0.0001 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

pir-action-tracker

Parses Post-Incident Review (PIR) pages in a Confluence space, fetches live status from referenced Jira tickets, updates action item tables with current status and due dates, marks completed PIRs with a visual closure panel, and surfaces any overdue actions for follow-up. Designed for Customer Success, Support, and…

Perseus-Computing-LLC/perseus · 78 tokens

karpathy-guidelines

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.

Zandereins/schliff · 46 tokens

hunk-launch-video

Produces Hunk videos by driving the real TUI headlessly in a PTY, compositing captioned 1080p frames in Chromium, and encoding with ffmpeg. Use for feature demos, workflow explainers, announcements, launch videos, and full-release roundups.

modem-dev/hunk · 60 tokens

docs-decisions

Work on Composio documentation content, Fumadocs configuration, changelogs, docs automation prompts, docs decisions, ADR-style records, and docs review guidance. Use for files under docs/, documentation workflows, or requests to record or update a docs decision. Do not use for SDK runtime changes unless docs are the…

ComposioHQ/composio · 72 tokens

tt-sidebar

Open a live Token Tracker sidebar for only the current Codex session in a right-side terminal split at one-third width. Use when the user explicitly invokes $tt-sidebar or asks to monitor the current Codex session beside its terminal pane.

stormzhang/token-tracker · 50 tokens

tt-sidebar

Open a live Token Tracker sidebar for only the current Kimi Code session in a right-side terminal split at one-third width. Use when the user explicitly invokes /skill:tt-sidebar or asks to monitor the current session beside its terminal pane.

stormzhang/token-tracker · 51 tokens