What problem does it solve?
This Skill eliminates the friction of turning informal bug reports and user feedback into structured, actionable GitHub issues, so users don't need to understand internal codebase structure or issue formatting best practices.
Core Features & Use Cases
- Lightweight Clarification: Asks at most 2-3 short, focused questions to gather missing details without over-interviewing the user.
- Context-Aware Issue Drafting: Runs background codebase exploration to adopt the project's domain language, ensuring issues remain durable even after major refactors.
- Intelligent Issue Breakdown: Automatically splits complex reports with multiple independent failure modes into separate, parallelizable issues with clear dependency tracking.
Use case: For example, a user reporting that form validation is broken, success messages are missing, and redirects fail will have these split into 3 independent issues that different developers can work on simultaneously.
Quick Start
Use the qa skill to start an interactive QA session where you describe the bug you encountered, and the agent will file a clear, user-focused GitHub issue for it.