| name | code-review |
| description | Run a structured checklist over changed files — naming conventions, DTO, Kotlin style, JPA/transaction correctness, GraphQL schema, and security basics. Produces a ✓/⚠/✗ report. |
| allowed-tools | Bash |
Code Review Guide
Analyze changed files and verify the following items.
Check Changes
- Run
git diff or git diff develop...HEAD to see changed files
- Read each file for detailed analysis
Checklist
Naming
DTO
GraphQL Schema
Kotlin Style
JPA / Transaction
Commit
Security
Report Format
For each item:
- ✓ Pass
- ⚠ Warning (recommendation)
- ✗ Error (needs fix)
Final summary:
- Total {n} items verified
- {p} passed, {w} warnings, {e} errors