846 B
846 B
description
| description |
|---|
| Conduct a five-axis code review — correctness, readability, architecture, security, performance |
Invoke the agent-skills:code-review-and-quality skill.
Review the current changes (staged or recent commits) across all five axes:
- Correctness — Does it match the spec? Edge cases handled? Tests adequate?
- Readability — Clear names? Straightforward logic? Well-organized?
- Architecture — Follows existing patterns? Clean boundaries? Right abstraction level?
- Security — Input validated? Secrets safe? Auth checked? (Use security-and-hardening skill)
- Performance — No N+1 queries? No unbounded ops? (Use performance-optimization skill)
Categorize findings as Critical, Important, or Suggestion. Output a structured review with specific file:line references and fix recommendations.