lg-code-reviewer

Audits Flutter feature implementations for OSS compliance, performance, and architectural integrity.

1|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/AshishYesale7/LGFlutterStarterKit --skill lg-code-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lg-code-reviewer
Source: https://github.com/AshishYesale7/LGFlutterStarterKit/tree/main/.agent/skills/lg-code-reviewer
Command: npx skills add https://github.com/AshishYesale7/LGFlutterStarterKit --skill lg-code-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about lg-code-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review Flutter code for OSS standards and architecture compliance?

Reviewing Flutter code for OSS standards involves auditing SOLID principles, DRY compliance, and widget decomposition, while verifying tooling outputs like `flutter analyze` and `dart format` to ensure architectural integrity before final approval.

What does a Liquid Galaxy Flutter code review check for?

A Liquid Galaxy Flutter code review validates SSH lifecycle management, KML validity, and service layer adherence, alongside standard Flutter checks for widget decomposition and performance benchmarks, ensuring feature implementations meet project-specific requirements.

How do I automate Flutter quality assurance checks for code reviews?

Automating Flutter quality assurance checks involves verifying the output of `flutter analyze`, `dart format`, and `flutter test` to enforce tooling compliance, catch potential bugs, and ensure the feature implementation is production-ready.

Does this code review process check DartDoc comments and README completeness?

Yes, the code review process checks documentation by ensuring adequate DartDoc comments and README completeness, verifying that documentation standards are met before the feature is considered complete and ready for final approval.

What is the best way to ensure Flutter feature implementations meet OSS standards?

The best way to ensure Flutter implementations meet OSS standards is conducting a holistic code review that audits architectural integrity, tooling compliance, security, and documentation, guiding developers to fix issues before final approval.