github-issue-writer
Installation
SKILL.md
GitHub Issue Writer
Researches the relevant code first, drafts a structured enhancement issue in the project's house style, and creates it with gh issue create. Optionally labels issues help wanted when the user asks.
Thinking Process
Step 1: Clarify intent (brief)
Goal: Know what to file before reading code.
Key Questions to Ask:
- What feature, bug, or design gap is this issue about?
- Which repo? (infer from workspace; default
owner/repofromgh repo viewif inside a git repo) - Enhancement, bug, or question?
- Should the issue get
help wanted(user will say explicitly)?
Decision Point: Proceed when you can state the issue in one sentence: "We need X because Y is missing today."
If the user already gave a clear topic (e.g. "next issue: Teams gateway like Discord"), skip questions and research.