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.
curl -O https://raw.githubusercontent.com/ric03uec/clawrium/main/.claude/skills/itx-triage/SKILL.mdgit clone --depth 1 https://github.com/ric03uec/clawriumWrote 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.
[](https://agentmods.dev/skills/ric03uec/clawrium/itx-triage)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
What it actually says
Issue Triage
Find and triage issues that don't have workflow labels.
Instructions
-
Find Unlabeled Issues: List issues without workflow labels
gh issue list --state open --json number,title,labels,createdAt --limit 50 -
Filter: Identify issues that do NOT have any of these labels:
needs-triageplanningreadyin-progressin-review
-
For Each Unlabeled Issue:
- Fetch full details:
gh issue view <number> - Analyze the title and description
- Determine appropriate action:
- Needs more info: Add
needs-triagelabel - Ready to plan: Add
planninglabel - Bug report: Ensure
buglabel is present, addneeds-triage - Clear and actionable: Add
planninglabel
- Needs more info: Add
- Fetch full details:
-
Apply Labels:
gh issue edit <number> --add-label "<label>" -
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> -
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.
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.
- 5d ago Changed · -1 lines 461fe089bb4b
- 10d ago First seen · 86 lines · 15 tokens per session scan A b029885a2b3a
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.
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…
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.
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.
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…
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.
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.