Liquid Galaxy Code Reviewer

Review Node.js/Web and Flutter features against OSS standards and write reports.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/DarpanBaviskar1/Flutter_Starter_Kit --skill liquid-galaxy-code-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Liquid Galaxy Code Reviewer
Source: https://github.com/DarpanBaviskar1/Flutter_Starter_Kit/tree/main/.agent/roles/lg-code-reviewer
Command: npx skills add https://github.com/DarpanBaviskar1/Flutter_Starter_Kit --skill liquid-galaxy-code-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a rigorous, repeatable Open Source code review process to ensure features meet OSS standards, performance targets, and clean architectural boundaries.

Core Features & Use Cases

  • Holistic Quality Check: evaluates SOLID, DRY, naming, and architectural cohesion to catch overreach and antipatterns.
  • Technical Tooling Audit: prescribes and validates tooling steps (linting, type checks, tests, and coverage) for Node.js/Web or Flutter projects.
  • Liquid Galaxy Specific Audit: reviews data flow, resource management, and UI safety boundaries (e.g., memory and 3D disposal considerations) pertinent to LG contexts.
  • Documentation & OSS Readiness: ensures JSDoc coverage, README/docs availability, and readability for new contributors.

Quick Start

Begin a formal code review on the latest feature branch and generate a structured review document.

Frequently Asked Questions about Liquid Galaxy Code Reviewer

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

FAQPage Schema
How do I perform an open source code review for a Node.js feature branch?

To perform an open source code review for Node.js, the Skill evaluates SOLID principles, runs linting and type checks, validates test coverage thresholds, and generates a structured review report at docs/reviews/YYYY-MM-DD-<feature>-review.md.

What does a holistic code quality check cover for Flutter projects?

A holistic code quality check for Flutter projects covers architectural cohesion, DRY and SOLID principle adherence, UI safety boundaries, and 3D resource disposal considerations, concluding with a documentation-ready review markdown file.

Can I automate lint, type safety, and coverage threshold validation during a code review?

Yes, you can automate lint, type safety, and coverage threshold validation through a technical tooling audit that prescribes and validates these steps for Node.js/Web or Flutter projects to ensure OSS standards.

How do I ensure my feature meets OSS documentation and readability standards?

To ensure OSS documentation and readability standards, the review process audits JSDoc coverage, verifies README and docs availability, and checks readability for new contributors before outputting the final review report.

Does the code review process include specific validations for Liquid Galaxy contexts?

Yes, the review includes Liquid Galaxy specific validations that audit data flow, resource management, and UI safety boundaries like memory and 3D disposal considerations to maintain architectural purity in LG contexts.

What is the best way to enforce architectural boundaries and catch antipatterns in my codebase?

The best way to enforce architectural boundaries and catch antipatterns is via a holistic quality check evaluating SOLID, DRY, naming, and architectural cohesion across your feature's codebase to ensure professional OSS readiness.