What problem does it solve? Reporting bugs well is hard: users describe problems informally, and translating those reports into clear, actionable GitHub issues takes effort. This Skill runs an interactive QA session where the user describes issues conversationally while the agent explores the codebase for context and files well-structured GitHub issues automatically. ## Core Features & Use Cases - Conversational Issue Intake: Users describe bugs in their own words with at most 2-3 short clarifying questions, avoiding over-interviewing. - Background Codebase Exploration: An Explore subagent learns the project's domain language and expected behavior so issues use correct terminology without citing fragile file paths or line numbers. - Scope Assessment and Breakdown: Decides whether a report is a single issue or should be split into multiple thin, independently fixable issues with honest blocking relationships. - Use Case: During a QA pass on a web app, a user says "the form validation is wrong and the redirect after submit is broken." The agent files two separate GitHub issues with reproduction steps, marks dependencies, and shares the URLs. ## Quick Start Start a QA session and help me report the bugs I've been running into as GitHub issues.