What problem does it solve? Turning informal bug reports into well-structured, durable issues is tedious and often produces vague tickets that lack reproduction steps or expected behavior. This Skill runs a conversational QA intake that captures the essential behavioral details and files clean issues into the repository's configured tracker. ## Core Features & Use Cases - Conversational Intake: Asks at most three targeted questions to capture expected behavior, actual behavior, reproduction steps, and frequency. - Tracker-Aware Filing: Reads the repository's issue-tracker configuration and files issues through the native integration rather than assuming GitHub. - Dependency-Aware Splitting: Separates genuinely independent failure modes, files blockers first, and records blocking relationships. - Use Case: A user reports that the dashboard publish flow intermittently fails. The Skill asks clarifying questions, inspects the relevant code for domain language, and files a concise user-facing issue with numbered reproduction steps and a blocking relationship to a related defect. ## Quick Start Ask the assistant to run a QA intake and file an issue for the bug you just observed, describing what happened and what you expected.