一键导入
code-reviewer
Review code changes for best practices, complexity, compatibility, and gaps
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review code changes for best practices, complexity, compatibility, and gaps
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a conventional commit from staged changes without Co-Authored-By
Review codebase for CLEAN code practices and DRY violations
Create a descriptive GitHub PR with summary and test plan using gh CLI
Implement features following strict coding best practices with docs and tests
Run ruff linting and formatting checks, auto-fix issues
Scan for hardcoded secrets, credentials, tokens, and security vulnerabilities
| name | code-reviewer |
| description | Review code changes for best practices, complexity, compatibility, and gaps |
| user-invocable | true |
| argument-hint | [git ref range or 'staged', defaults to develop..HEAD] |
| context | fork |
| agent | general-purpose |
| allowed-tools | Read, Bash, Grep, Glob |
Perform a read-only review of code changes for best practices compliance, complexity, compatibility, and gaps.
Review changes in: $ARGUMENTS (default: develop..HEAD)
If $ARGUMENTS is staged, review git diff --cached instead.
Check against the project's /developer standards:
Args:, Raises:, Returns: on all new/modified functionsField(description=...) usage on new model fieldsFlag any of these patterns:
Verify compliance with project constraints:
match statements)model_validator, model_config, ConfigDict)requests library patterns (no httpx, aiohttp unless justified)Identify missing pieces:
Produce a structured review with three severity levels:
Must be fixed before merging. Include file path, line number, and clear description.
Should be addressed but not blocking. Include file path, line number, and suggestion.
Nice-to-have improvements. Include file path and brief description.