一键导入
itx-issue-new
Create a feature or improvement issue
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a feature or improvement 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-new |
| description | Create a feature or improvement issue |
| argument-hint | [optional: brief description] |
name: itx:issue-new
Create a GitHub issue for a feature request or improvement.
Analyze Context: Review the current conversation for:
Ask for Customer Outcome: Use AskUserQuestion to ask:
"What should the user be able to do when this is implemented?"
Example outcomes:
Form Issue Title: Use the customer outcome as the issue title.
<outcome> (what the user can do after implementation)Gather Details:
Create Issue: Use gh issue create with:
gh issue create \
--title "<customer outcome from step 3>" \
--body "<structured issue>"
Issue Body Format:
## Customer Outcome
<The outcome statement - what user can do when implemented>
## Summary
<What is being proposed>
## Motivation
<Why this is needed / what problem it solves>
## Proposed Solution
<High-level approach if known>
## Acceptance Criteria
- [ ] <criterion 1>
- [ ] <criterion 2>
---
<details>
<summary>Prompt Log</summary>
**Stage**: issue-creation
**Skill**: /itx:issue-new
**Timestamp**: <ISO timestamp>
**Model**: <model>
```prompt
<original user prompt/context that led to this issue>
```
Return: The issue URL and number