ワンクリックで
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