What problem does it solve?
This Skill provides a single, consistent way to list, read, and create GitHub Issues from developer conversation, reducing context switching and ensuring bug reports include actionable prior hypotheses for faster debugging.
Core Features & Use Cases
- List and Read Issues: Use the gh CLI to display open issues in a table and view issue details including title, state, labels, milestone, and body.
- Create Issues with Prior Hypotheses: Classify the report, optionally validate referenced files, and generate 3–5 falsifiable prior hypotheses for bugs to include in the issue body; supports creating labels if missing.
- Developer Triage Workflow: Ideal for capturing bugs, enhancements, or questions discovered during development and immediately linking them to a follow-up fix workflow such as running /fix-bug on a selected issue.
Quick Start
Create an issue describing a reproducible bug in the auth module with steps to reproduce and include prior hypotheses for diagnosis.