cmd-review · git:20260610.c645100 · 2026-06-10 · sha256 b27f52d048646c33
cmd-review git:20260610.c645100A
Immutable. This exact content is served forever at /api/v1/blob/b27f52d048646c33.
--- description: Conduct a five-axis code review — correctness, readability, architecture, security, performance alwaysApply: true --- Invoke the agent-skills:code-review-and-quality skill. Review the current changes (staged or recent commits) across all five axes: 1. **Correctness** — Does it match the spec? Edge cases handled? Tests adequate? 2. **Readability** — Clear names? Straightforward logic? Well-organized? 3. **Architecture** — Follows existing patterns? Clean boundaries? Right abstraction level? 4. **Security** — Input validated? Secrets safe? Auth checked? (Use security-and-hardening skill) 5. **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.