itx-bug-update

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

A GitHub issue command that adds a comment to an existing issue marked as a bug. A bug is a reported software problem.

In plain words
What is it for?
Use it to add a supplied update to a bug issue by number, including details from the work and a record of the request.
Why use it?
It provides a consistent way to post progress or technical findings while checking that the issue is the intended kind of report.

Skill for Claude Code

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

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/ric03uec/clawrium/itx-bug-update
Any agent
npx skills add ric03uec/clawrium --skill itx-bug-update
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-bug-update

README.md
[![agentmods](https://agentmods.dev/badge/skills/ric03uec/clawrium/itx-bug-update.svg)](https://agentmods.dev/skills/ric03uec/clawrium/itx-bug-update)
Your own site
<a href="https://agentmods.dev/skills/ric03uec/clawrium/itx-bug-update"><img src="https://agentmods.dev/badge/skills/ric03uec/clawrium/itx-bug-update.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 369 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.00014 $0.00369
Opus 5 $0.00007 $0.00185
Sonnet 5 $0.00003 $0.00074
Haiku 4.5 $0.00001 $0.00037

Measured 2d ago against content hash 892b23cb7ad6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

itx-bug-update 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 2d 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-bug-update/SKILL.md · 66 lines

What it actually says

Bug Update

Add a comment to an existing GitHub bug issue.

Instructions

  1. Parse Arguments: Extract issue number and comment text from arguments

    • First argument: issue number (required)
    • Remaining text: comment content (required)
  2. Validate Issue: Verify the issue exists and has bug label

    gh issue view <number> --json number,title,labels
    
  3. Add Comment: Post the comment with prompt log

    gh issue comment <number> --body "<comment with prompt log>"
    
  4. Comment Format:

    <comment text>
    
    ---
    
    <details>
    <summary>Prompt Log</summary>
    
    **Stage**: bug-update
    **Skill**: /itx-bug-update
    **Timestamp**: <ISO timestamp>
    **Model**: <model>
    
    ```prompt
    <original user prompt that triggered this update>
    
  5. Return: Confirmation with issue URL

Examples

/itx-bug-update 42 Added debug logging, the error occurs in registry.py line 156

Notes

  • Warn if the issue doesn't have a bug label (may be wrong issue type)
  • Include relevant technical details from the conversation

Prompt Logging

REQUIRED: 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. 2d ago Changed · -1 lines 892b23cb7ad6
  2. 6d ago First seen · 67 lines · 14 tokens per session scan A abfe50196067

Subscribe to this mod's changes

itx-bug-update is a skill published in the GitHub repository ric03uec/clawrium (51 stars, last pushed 2d ago), licensed Apache-2.0. It adds 14 tokens to every session and 369 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.