ワンクリックで
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.