What problem does it solve?
This Skill provides a structured, repeatable code-review process for the klabis project, ensuring adherence to project best practices, testing standards, and the removal of dead or unused code to improve maintainability.
Core Features & Use Cases
- Code review areas: enforce project best practices, identify architectural concerns, and ensure consistency across backend and frontend changes.
- Testing & coverage: evaluate test presence and quality, review tests for new features and changes, and flag unnecessary or missing tests.
- Refactoring discipline: identify dead or unused code and encourage simplification via KISS.
- API & frontend criteria: ensure HAL responses include necessary links; frontend resources avoid exposing sensitive data and follow safe data-fetch patterns.
- Use Case: during a PR review, automatically guide the reviewer through a checklist aligned with klabis standards.
Quick Start
Run a review pass on the incoming PR using the defined checklist to validate against klabis coding standards.