What problem does it solve?
This Skill automates the rigorous process of reviewing code implementations to ensure they meet project specifications, architectural guidelines, and quality standards, preventing regressions and maintaining codebase integrity.
Core Features & Use Cases
- Specification Verification: Checks if implemented code aligns with acceptance tests and design documents.
- Architecture & Quality Audits: Enforces adherence to the project's Best-Fit Framework (BFF) pattern, contract integrity, and coding standards.
- Test Coverage Validation: Confirms that all specified acceptance tests have corresponding, functional unit tests.
- Use Case: Before merging a new feature, use this Skill to perform a comprehensive code review, verifying that all backend and frontend tests pass, the BFF pattern is respected, and contracts are correctly implemented.
Quick Start
Use the code-reviewer skill to verify the implementation of the new user authentication feature against its specification.