code-review
スター16
フォーク12
更新日2026年4月15日 08:09
Review code changes for correctness, maintainability, security, and clarity.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Review code changes for correctness, maintainability, security, and clarity.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Analyze a project structure, architecture, and likely extension points.
Generate or improve documentation for code, modules, or APIs.
Help with Git workflows, command selection, and repository status interpretation.
| name | code_review |
| description | Review code changes for correctness, maintainability, security, and clarity. |
| when_to_use | Use when the user asks for a code review, wants feedback on a diff, or needs a second opinion on code quality. |
| allowed-tools | read_file, list_directory |
| arguments | ["target"] |
| argument-hint | <file-or-diff-target> |
Review the target code or diff carefully.
Target: $ARGUMENTS
Focus on:
Provide concrete findings first. If there are no meaningful issues, say that clearly.