with one click
itx-bug-update
Add a comment to an existing bug issue
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Add a comment to an existing bug issue
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Cut a new clawrium release — bump version, sync docs, tag, trigger PyPI publish
Record a CLI demo (GIF or MP4) using VHS, with storyboard support for long-form / YouTube demos
Watch ric03uec/clawrium release tags; draft a short blog post per user-visible feature as a PR against blog/.
Detect user-visible changes from the last 24h of commits on main and propose doc and scenario updates as PRs.
Execute the plan for an issue (parent or subtask)
Know the clawctl CLI and manage your Clawrium fleet (hosts, agents, providers, channels, integrations, skills, secrets)
| name | itx:bug-update |
| description | Add a comment to an existing bug issue |
| argument-hint | <issue-number> <comment text> |
name: itx:bug-update
Add a comment to an existing GitHub bug issue.
Parse Arguments: Extract issue number and comment text from arguments
Validate Issue: Verify the issue exists and has bug label
gh issue view <number> --json number,title,labels
Add Comment: Post the comment with prompt log
gh issue comment <number> --body "<comment with prompt log>"
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>
```
Return: Confirmation with issue URL
/itx:bug-update 42 Added debug logging, the error occurs in registry.py line 156
bug label (may be wrong issue type)REQUIRED: Append prompt log to .itx/<N>/00_PLAN.md.
See AGENTS.md for format specification.