Investigate, review, and fix GitHub issues. Use when a request references a GitHub issue URL or number and asks for analysis, root-cause location, implementation, or a fix commit.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Investigate, review, and fix GitHub issues. Use when a request references a GitHub issue URL or number and asks for analysis, root-cause location, implementation, or a fix commit.
Issue Review
Begin with gh issue view <number-or-url> --comments (add --repo owner/repo when needed). Read the actual issue before locating the cause in the repository.
If implementing the fix, validate it and create one scoped commit whose message or footer contains Closes #<number> or Fixes #<number>.
Before finishing, verify the committed file scope and the closing keyword with git show --stat --format=fuller HEAD.
After the fix, draft and, when authorized, post a short issue reply saying it is fixed and will be available in the next version. Verify the issue is closed; if needed, close it with gh issue close.