How to install capture
npx skills add https://github.com/camacho/ai-skills --skill captureClaude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)
Source of truth, from camacho/ai-skills.
name: capture description: Creates a draft GitHub Issue with triage label from natural language description.
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>" -
Return the issue number and URL.
Fallback
If gh is not available or GitHub access fails:
- Try GitHub MCP tools (if available)
- If neither works → append to
ai-workspace/scratchpad.md:
Inform the user that the capture was saved locally.## Captured [date] **Type**: [bug/feature] **Description**: [text] _Failed to create GitHub Issue — saved here as fallback._
Edge Cases
- No description provided → ask the user to describe the idea/bug
- Offline / no GitHub access → scratchpad fallback (see above)
Related skills
More from camacho/ai-skills and the wider catalog.
AR
archive
camacho/ai-skills
Fills Outcomes & Learnings in a plan file and renames it to .done.md.
701 installsAudited
BA
bail
camacho/ai-skills
Reflects, updates GitHub Issue, closes PR if open, cleans up worktree/branch.
679 installsAudited
PL
plan-review
camacho/ai-skills
Auto-assembles review panel using deterministic rules, dispatches agents against plan file, collects verdicts.
653 installsAudited
OR
orient
camacho/ai-skills
Fetches issue context, auto-detects task type, maps to branch prefix, presents brief.
643 installs
RE
reflect
camacho/ai-skills
Use after merging a branch or completing a task to consolidate learnings into memory layers, close out issues, and verify the phase gate.
622 installs