What problem does it solve?
This Skill acts as a final quality gatekeeper, ensuring code adheres to Open Source Software (OSS) standards, maintains architectural purity, and meets performance benchmarks before implementation is considered complete.
Core Features & Use Cases
- Code Auditing: Performs holistic checks for SOLID principles, DRY compliance, naming conventions, and widget decomposition.
- Tooling Verification: Automates and verifies the output of
flutter analyze, dart format, and flutter test.
- LG-Specific Checks: Validates Liquid Galaxy-specific requirements like SSH lifecycle management, KML validity, and service layer adherence.
- Documentation Review: Ensures adequate DartDoc comments and README completeness.
- Use Case: After a developer implements a new feature for a Liquid Galaxy Flutter app, this Skill runs a comprehensive review to catch potential bugs, performance issues, and deviations from best practices, ensuring the feature is production-ready.
Quick Start
Use the lg-code-reviewer skill to review the implementation of the new feature.