원클릭으로
review
Review a GitHub pull request; defaults to the current branch's PR when no number is given
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review a GitHub pull request; defaults to the current branch's PR when no number is given
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | review |
| description | Review a GitHub pull request; defaults to the current branch's PR when no number is given |
| user-invocable | true |
| argument-hint | [#N] |
| allowed-tools | Bash, Read, Grep, Glob |
Review a GitHub PR. When no number is given, review the PR for the current branch.
For reviewing your uncommitted working diff instead, use
/code-review.
git branch --show-currentgh pr view --json number,title,state,url --jq '"#\(.number) \(.title) [\(.state)] \(.url)"' 2>/dev/null || echo "none"$ARGUMENTS - PR number to review (optional, e.g., #42 or 42).$ARGUMENTS contains a number, review that PR.gh pr list and ask the user which one to review. Do NOT guess.gh pr view <number> --json number,title,body,state,headRefName,baseRefName,url
gh pr diff <number>
.claude/CLAUDE.md and .claude/rules/):declare -A, [[ ]], ${var,,}, negative indexing, &>>)bashunit::* / _private), and dynamic-scope safetyshfmt formattingpath:line — problem. fix.. No praise, no scope creep. State plainly if the PR looks good.Push branch and create a GitHub PR with concise, issue-linked description
Run pre-release validation and execute the release process
Walk over all open GitHub issues that are unassigned or assigned to the current user, and process each one via the /gh-issue skill, sequentially.
Add new assertion function with comprehensive tests following TDD
Analyze test coverage and identify untested code paths
Debug and fix failing tests systematically