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.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.