Bug Capture
Turns bug reports into clean, path-free GitHub issues that survive refactors.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 7fdd517
Ran a synthetic QA report through the skill and got a tight four-section issue with zero code references; the unguided baseline draft guessed at a hardcoded row limit and a CSV-writer buffer bug — exactly the kind of detail that goes stale the next time someone refactors the export path.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Bug Capture does
Captures a user-reported defect as a GitHub issue written in the project's own domain vocabulary, deliberately omitting file paths, line numbers, and function names so the issue still reads correctly after the code around it changes. Runs a duplicate check via `gh issue list` before filing, splits multi-symptom reports into dependency-ordered child issues, and files immediately with `gh issue create` without a draft-review step. Triggers on conversational bug reports, QA passes, or explicit phrases like 'file an issue' or 'log this as a bug'.
How to install Bug Capture
git clone https://github.com/rohitg00/pro-workflow
cd pro-workflow
mkdir -p ~/.claude/skills
cp -r skills/bug-capture ~/.claude/skills/bug-capture
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Bug Capture
-
/bug-captureTurns bug reports into clean, path-free GitHub issues that survive refactors.
It also activates on plain-language prompts like these:
-
File this CSV export bug as a GitHub issue for the team -
Log the login timeout our tester just reported as an issue -
Capture this defect without leaking file paths into the ticket
Frequently asked questions
- Is the Bug Capture skill free?
- Yes. The skill itself is free from rohitg00/pro-workflow. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Bug Capture work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Ran a synthetic QA report through the skill and got a tight four-section issue with zero code references; the unguided baseline draft guessed at a hardcoded row limit and a CSV-writer buffer bug — exactly the kind of detail that goes stale the next time someone refactors the export path.
- What is the Bug Capture SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Bug Capture?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Bug Capture with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.