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 职业分类
| 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.
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.