| name | claude-command-review |
| description | Use when the user wants the Claude `/review` command workflow in Codex, or asks to run `review` using the claudet command template. |
Claude Command: /review
Generated by claudet agent-config-sync.
Follow this workflow in Codex. The original Claude slash command body is below.
/review — Code Review
Review changed files against project conventions and report findings.
Steps
- Run
git diff --name-only to find changed files
- Read each changed file
- Check against rules in
.claude/rules/
- Report findings grouped by severity:
- Critical: Security issues, broken logic, data loss risks
- Warning: Convention violations, missing error handling, resource leaks
- Suggestion: Style improvements, readability, documentation gaps
- Include file path and line number for each finding
- End with overall verdict: APPROVE / REQUEST_CHANGES