ワンクリックで
review
Review code against CLAUDE.md standards with focus on multi-chain safety, BigInt precision, and config separation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review code against CLAUDE.md standards with focus on multi-chain safety, BigInt precision, and config separation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | review |
| description | Review code against CLAUDE.md standards with focus on multi-chain safety, BigInt precision, and config separation. |
Review code changes against the root CLAUDE.md standards.
/review # Review changed files (default)
/review <path> # Review specific file or directory
Read the root CLAUDE.md to understand the code standards.
Run:
git diff --name-only origin/main...HEAD
Filter to .ts files, exclude node_modules, dist, and generated files.
For a specific path: review only files under the provided path.
For each file, check for violations of CLAUDE.md standards. Focus areas:
Config Separation (CRITICAL):
process.env or dotenvBigInt Precision:
number type for on-chain values (amounts, prices, gas)10 ** n — use parseUnits/formatUnitsMulti-Chain Safety:
Liquidity Venue / Pricer / Data Provider Patterns:
LiquidityVenue interface in apps/liquidity-venues/src/Pricer interface in apps/pricers/src/DataProvider interface in apps/data-providers/src/apps/config/src/types.ts)viem Usage:
Address, Hex, Chain) consistentlyviem/actions for chain interactionsError Handling:
logTag prefix{ cause: err }For each issue found:
[PRIORITY] TITLE
Standard: SECTION > RULE
FILE:LINE
DESCRIPTION
Where:
If no violations found:
No issues found (reviewed N files)