ワンクリックで
review
Perform a thorough code review of recent changes or specified files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Perform a thorough code review of recent changes or specified files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate a structured YAML plan for multi-step implementation tasks.
Interactively refine a feature idea through Socratic questioning before planning.
Create a clean, well-structured git commit with automated pre-checks.
Execute a YAML plan file, running each task in a fresh session with checks and auto-commit.
| name | review |
| description | Perform a thorough code review of recent changes or specified files. |
| argument-hint | [file-or-directory] |
| user-invocable | true |
Review the specified target (or recent git changes if none specified).
Identify scope: If $ARGUMENTS specifies files/directories, review those. Otherwise, run git diff --name-only HEAD~1 to find recently changed files.
Read the code: Use Read and Grep to examine the files thoroughly.
Evaluate against criteria:
Report findings in this format:
Items that must be fixed before merging.
Items that should be addressed but are not blockers.
Optional improvements for code quality.
One-paragraph overall assessment.