一键导入
ai-review
Review a diff for AI-shaped code before a PR, commit, or final summary
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review a diff for AI-shaped code before a PR, commit, or final summary
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add user-facing entries to CHANGELOG.md's Unreleased section for recent changes
Remove AI-generated code slop from a diff, path, branch, or repository
Remove useless comments and keep only human-useful context
Flatten nested conditionals and make the happy path readable
Audit a diff for the five dangerous AI patterns
Propose a conventional commit message for the current diff
| name | ai-review |
| description | Review a diff for AI-shaped code before a PR, commit, or final summary |
Use this skill before proposing a PR, commit, or final response for a non-trivial code change.
Start with blocker-level issues from AI_DANGER_PATTERNS.md.
Default to git diff HEAD.
If the user provides a path or range, review only that target.
Check first for the five dangerous AI patterns:
if/else nestingThen check for:
any castsuseMemo or useCallbackindex.css)modCache.ts, thumbnailCache.ts)t('key'))CLAUDE.md or .claude/rules/*Use three levels:
Return:
If there are no issues:
Diff is clean against the ai-review checklist.
Do not invent problems. Cite the exact file and function when possible.