원클릭으로
pr-review
Review pull requests and local branch diffs with evidence-based findings, risk assessment, and actionable feedback.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review pull requests and local branch diffs with evidence-based findings, risk assessment, and actionable feedback.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Scaffold and register new OpenCode agents in this repository following the modular TypeScript structure. Use when creating, scaffolding, adding, or modifying agents under src/agents/. Triggers on: "create agent", "new agent", "add agent", "scaffold agent", "create a new agent", "nuevo agente", "crear agente", "añadir agente".
Write, run, debug, and stabilize Karma/Jasmine tests, especially Angular unit and component tests.
Write, run, debug, and stabilize Jest tests for JavaScript, TypeScript, Node, and React projects.
Angular engineering guidelines for standalone apps, signals, RxJS, templates, routing, and rendering performance. Use this skill when writing, reviewing, or refactoring Angular code to keep components predictable, efficient, and easy to maintain.
| name | pr-review |
| description | Review pull requests and local branch diffs with evidence-based findings, risk assessment, and actionable feedback. |
| allowed-tools | Bash(git:*) Bash(gh:*) Bash(rg:*) |
Use this skill when reviewing a GitHub pull request, a PR URL, a PR number, or the current local branch diff before merge.
gh pr view <number> --json title,body,baseRefName,headRefName,files,commits,additions,deletions,reviewDecision,statusCheckRollup
gh pr diff <number>
gh pr checks <number>
git status --short --branch
git merge-base origin/main HEAD
git diff --stat origin/main...HEAD
git diff origin/main...HEAD
git log --oneline origin/main..HEAD
rg "TODO|FIXME|console\.log|debugger|\.only\("
Use this structure:
approve | comment | request changesgh pr view, gh pr diff, gh pr checksorigin/main...HEAD for branch diff review