con un clic
itx-bug-new
Create a GitHub bug report from current context
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Create a GitHub bug report from current context
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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)
Basado en la clasificación ocupacional SOC
| name | itx:bug-new |
| description | Create a GitHub bug report from current context |
| argument-hint | [optional: brief description] |
name: itx:bug-new
Create a GitHub issue for a bug based on the current conversation context.
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 bug is fixed?"
Example outcomes:
Form Issue Title: Use the customer outcome as the issue title.
<outcome> (what the user can do after fix)Gather Details:
Create Issue: Use gh issue create with:
gh issue create \
--title "<customer outcome from step 3>" \
--label "bug" \
--label "needs-triage" \
--body "<structured bug report>"
Bug Report Body Format:
## Customer Outcome
<The outcome statement - what user can do when fixed>
## Description
<What is currently happening / the bug>
## Steps to Reproduce
1. <step>
2. <step>
## Expected Behavior
<What should happen>
## Actual Behavior
<What actually happens>
## Environment
- Clawrium version: <version>
- Python version: <version>
- OS: <os>
---
<details>
<summary>Prompt Log</summary>
**Stage**: bug-creation
**Skill**: /itx:bug-new
**Timestamp**: <ISO timestamp>
**Model**: <model>
```prompt
<original user prompt/context that led to this bug>
```
Return: The issue URL and number
needs-triage label for new bugs