一键导入
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.
Review code for potential issues and improvements. Use when asked to review specific files, functions, or code sections.
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.
| 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.