capture

Installation
SKILL.md

Inputs

  • Free-text description of an idea, bug, or feature request

Steps

  1. Parse the description to detect type:

    Keywords Type Labels
    error, crash, broken, fix, bug, fails, regression Bug triage, bug
    add, want, should, new, feature, enhance, improve Feature triage, enhancement
    Default Feature triage, enhancement
  2. Create GitHub Issue:

    gh issue create \
      --title "<concise title from description>" \
      --body "<full description>" \
      --label "triage" --label "<bug or enhancement>"
    
Related skills
Installs
535
First Seen
Mar 30, 2026