What problem does it solve?
This Skill helps you systematically review code quality by checking security, reliability, architecture, and maintainability issues that many surface-level checks miss.
Core Features & Use Cases
- Structured review protocol: Reviews code in priority order (Critical/Must Fix, Major/Should Fix, Minor/Nice to Fix) to produce consistent outcomes.
- Rule-set alignment: Loads and applies the full rule set from
.agents/rules/, using rule-priority.md for severity and tagging issues by category.
- Language anti-pattern enforcement: Automatically treats language-specific anti-pattern files as immediate findings when relevant language patterns are present.
- Audit-grade reporting: Produces a well-structured findings report and, when run via
/audit, persists it to docs/audits/ for reuse across conversations and agents.
- When to use: Use for your own code, code produced by an AI agent, or during the
/audit workflow (Phase 1: Code Review), preferably in a fresh context to reduce confirmation bias.
Quick Start
Use the code-review skill to audit the files related to the feature "billing" from the repository.