一键导入
itx-issue-update
Add a comment to an existing issue
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Add a comment to an existing issue
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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:issue-update |
| description | Add a comment to an existing issue |
| argument-hint | <issue-number> <comment text> |
name: itx:issue-update
Add a comment to an existing GitHub issue.
Parse Arguments: Extract issue number and comment text from arguments
Validate Issue: Verify the issue exists
gh issue view <number> --json number,title,state
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**: issue-update
**Skill**: /itx:issue-update
**Timestamp**: <ISO timestamp>
**Model**: <model>
```prompt
<original user prompt that triggered this update>
```
Return: Confirmation with issue URL
/itx:issue-update 28 Updated the plan to include prompt logging requirement
REQUIRED: Append prompt log to .itx/<N>/00_PLAN.md.
See AGENTS.md for format specification.