con un clic
itx-triage
Review issues without workflow labels and assign appropriate labels
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ú
Review issues without workflow labels and assign appropriate labels
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:triage |
| description | Review issues without workflow labels and assign appropriate labels |
| argument-hint |
name: itx:triage
Find and triage issues that don't have workflow labels.
Find Unlabeled Issues: List issues without workflow labels
gh issue list --state open --json number,title,labels,createdAt --limit 50
Filter: Identify issues that do NOT have any of these labels:
needs-triageplanningreadyin-progressin-reviewFor Each Unlabeled Issue:
gh issue view <number>needs-triage labelplanning labelbug label is present, add needs-triageplanning labelApply Labels:
gh issue edit <number> --add-label "<label>"
Add Triage Comment:
**Triage Decision**: <label applied>
<brief rationale>
---
<details>
<summary>Prompt Log</summary>
**Stage**: triage
**Skill**: /itx:triage
**Timestamp**: <ISO timestamp>
**Model**: <model>
```prompt
<user prompt that triggered triage>
```
Return: Summary of triaged issues
| Label | Meaning |
|---|---|
needs-triage | Needs more information or clarification |
planning | Ready for implementation planning |
ready | Plan complete, ready for execution |
in-progress | Currently being worked on |
in-review | PR open for review |
needs-triage