bug-capture
SolidCapture a user-reported defect as a durable GitHub issue written in the project's own domain language. Explores the codebase in parallel for context but never leaks file paths or line numbers into the issue. Use when the user reports a bug conversationally, runs a QA pass, or says "file an issue", "log this as a bug", "capture this".
Install
Quality Score: 83/100
Skill Content
Details
- Author
- rohitg00
- Repository
- rohitg00/pro-workflow
- Created
- 5 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- None
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
file-bug
Turn a user's report of something going wrong into a well-formed GitHub issue in the repo Claude is running in. Invoke explicitly as `$file-bug` or `/file-bug`, or when the user describes a defect, regression, broken behavior, confusing UX, error message, or a product idea and wants it captured as an issue/ticket — phrases like "file a bug", "open an issue for this", "log a ticket", "something's broken, write it up", or "track this idea". This skill investigates and writes the issue so the next person can understand AND reproduce the problem; it does NOT fix the bug or propose a fix.
qa
Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions "QA session".
implementation-harness-report-issue
Use when the user wants to report a bug or problem with the implementation-harness PLUGIN itself — phrases like "report a bug", "file an issue", "something's wrong with the harness", "the loop is broken / crashing", "report this upstream", "/report-issue". Captures the current session context, auto-detects the environment (plugin version, loop variant, bash/OS, tool presence), pushes the user for logs / terminal output, scrubs secrets, does a quick real-bug-vs-misconfiguration plausibility check, shows the FULL draft, and only on explicit confirmation files a GitHub issue on the plugin's home repo (RyanMKrol/claude-skills) via `gh`. Works with OR without a scaffolded `.harness/`. NOT for the user's own project backlog (use capture-idea / add-to-backlog) — this reports the harness itself.