What problem does it solve?
This Skill automates the process of reviewing code for adherence to critical quality standards, including NASA Power of 10 rules, SOLID principles, and project-specific coding styles, thereby reducing manual review time and improving overall code integrity.
Core Features & Use Cases
- Automated Compliance Checks: Verifies code against established safety and design principles.
- Style and Convention Enforcement: Identifies deviations from NASA Power of 10, SOLID, and STAR coding standards.
- Test Coverage Assessment: Checks for the presence of unit and integration tests.
- Use Case: A development team can use this Skill to automatically scan a new feature branch before merging, ensuring it meets all required quality gates and reducing the burden on senior engineers for routine checks.
Quick Start
Review the code in star-rx72n-firmware/lib/rx_motor/ for compliance with NASA Power of 10 rules.