gh-issue-report
Installation
SKILL.md
Issue Report
Investigate a bug, confirm it hasn't been reported, optionally verify in source code, and file a structured issue — all in one workflow.
Arguments
/gh-issue-report— interactive: asks for repo and bug description/gh-issue-report <owner/repo> <description>— uses arguments directly
Phase 1: Intake
-
Resolve target repo:
- If argument includes
owner/repo, use it. - If the current directory is a git repo, offer it as default.
- Otherwise, ask.
- If argument includes
-
Bug description: If provided as argument, use it. Otherwise ask:
What bug are you seeing? Include steps to reproduce if you have them.