capture
Installation
SKILL.md
Inputs
- Free-text description of an idea, bug, or feature request
Steps
-
Parse the description to detect type:
Keywords Type Labels error, crash, broken, fix, bug, fails, regression Bug triage,bugadd, want, should, new, feature, enhance, improve Feature triage,enhancementDefault Feature triage,enhancement -
Create GitHub Issue:
gh issue create \ --title "<concise title from description>" \ --body "<full description>" \ --label "triage" --label "<bug or enhancement>"