ワンクリックで
review-pr
Thorough code review of current changes or a specific PR
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Thorough code review of current changes or a specific PR
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Yellow Network Protocol app sessions for AI agents - a shared room where several agents pool funds, reallocate off-chain at machine speed, and settle one final split. Use for multiparty settlement among agents. Covers connecting, the funded-account prerequisite, creating a session with participants + weights + quorum, deposit, operate, withdraw, close, and the trust boundary. Grounded in the official @yellow-org/sdk lifecycle example.
Run tests for a specific module or the whole project
Build SDK packages in the correct dependency order
Run linters and formatters for the appropriate language
Run TypeScript type checking across SDK packages
| name | review-pr |
| description | Thorough code review of current changes or a specific PR |
| allowed-tools | Bash, Read, Grep, Glob |
Review changes for: $ARGUMENTS
Get the diff:
gh pr diff $ARGUMENTSgit diff and git diff --staged for uncommitted changesFor each changed file, check:
index.ts updated? (sdk-compat: no SSR-unsafe re-exports)Categorize findings:
Give an overall verdict: APPROVE / REQUEST CHANGES / COMMENT