577 B
577 B
Code Review Prompt
Review the following code changes against these standards:
- Naming conventions (files, functions, variables)
- Error handling patterns (error codes, try/catch)
- Security (input validation, auth checks, injection prevention)
- Test coverage (unit tests present and passing)
- Documentation (comments, README, API docs)
Report issues by severity:
- CRITICAL: Security vulnerability, data loss risk, breaking change
- MAJOR: Logic error, missing test, inadequate error handling
- MINOR: Style inconsistency, missing comment, naming issue