ワンクリックで
review
Review code for potential issues and improvements. Use when asked to review specific files, functions, or code sections.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review code for potential issues and improvements. Use when asked to review specific files, functions, or code sections.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Work on a Technical Project Plan. Use when starting complex features, cross-platform changes, native module modifications, or multi-session work that needs persistent context.
Work on a Technical Project Plan. Use when starting complex features, cross-platform changes, native module modifications, or multi-session work that needs persistent context.
Update TPP for engineer handoff when context is running low. Use when ending a session, running out of context, or switching to a different task.
Iterative deep planning with critiques and alternatives. Use when facing complex design decisions, cross-platform changes, native module modifications, or API changes requiring thorough analysis.
Update TPP for engineer handoff when context is running low. Use when ending a session, running out of context, or switching to a different task.
Iterative deep planning with critiques and alternatives. Use when facing complex design decisions, cross-platform changes, native module modifications, or API changes requiring thorough analysis.
| name | review |
| description | Review code for potential issues and improvements. Use when asked to review specific files, functions, or code sections. |
| allowed-tools | Bash, Read, Glob, Grep, Edit, Write, WebSearch |
Review the mentioned code for potential issues and improvements.
Study the following project documents before reviewing:
Also check these configuration files for applicable rules:
exactOptionalPropertyTypes, noUncheckedIndexedAccess, etc.)Only report verified bugs, things that are actually wrong. Do NOT report:
For EVERY potential issue, you MUST complete these steps before reporting:
Use subagents liberally:
If you find zero real issues after thorough research, say "No issues found." Do not pad the list.
Correctness
Code quality
Cross-platform safety
Security
Refactoring
Testing gaps
TypeScript strictness
.ts executed with tsx, never .js/.mjs/.cjsFor each issue use a short ID (e.g. #A, #B) and include:
Emit detailed findings, and then use AskUserQuestion with checkboxes for each item so the user can
accept, veto, or comment on each one individually.