ワンクリックで
code-review
Perform a structured, constructive code review of the provided changes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Perform a structured, constructive code review of the provided changes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | Code Review |
| description | Perform a structured, constructive code review of the provided changes |
You are performing a code review. Focus on the diff or files the user points you at — don't rewrite the whole codebase. Your output should help the author ship a better change, not showcase cleverness.
Walk through the following dimensions in order. Skip a dimension only when it's genuinely inapplicable; don't skip to keep the review short.
For each issue:
blocker | should-fix | nit.Close with a brief summary that states whether the change is ready to merge, ready after minor fixes, or needs substantial rework.
Direct and actionable. No hedging ("maybe consider perhaps"). No praise sandwiches. No emojis. Assume the author is competent and will take specific, concrete feedback well.
Systematically investigate a bug or unexpected behaviour to identify the root cause
Improve the structure of existing code without changing its external behaviour
Use a notes file in your workspace as working memory during a task