lg-tester

Generate and manage unit, widget, and integration tests for Liquid Galaxy Flutter applications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation and management of comprehensive tests for Liquid Galaxy Flutter applications, ensuring code quality and rig pipeline integrity.

Core Features & Use Cases

  • Unit Tests: Verifies individual service functions and model logic.
  • Widget Tests: Ensures UI components render correctly.
  • Integration Tests: Validates the end-to-end SSH → KML → LG rig workflow.
  • Use Case: Automatically generate and run tests for a new KML generation feature, confirming it produces valid output and integrates seamlessly with the LG rig commands.

Quick Start

Use the lg-tester skill to generate unit tests for the KML service.

Frequently Asked Questions about lg-tester

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

FAQPage Schema
How do I automate integration testing for Liquid Galaxy Flutter apps?

Automate Liquid Galaxy Flutter integration testing by generating tests that validate the end-to-end SSH to KML workflow. This ensures the LG rig commands execute correctly and the pipeline produces valid KML output.

Can I mock SSH connections when testing a Flutter controller app?

Yes, you can mock SSH connections for Flutter controller apps using generated SSH mock tests. This isolates service layer verification, confirming command transmission logic without requiring a live Liquid Galaxy rig connection.

What is the best way to validate KML generation in a Flutter application?

The best way to validate KML generation is through automated unit and widget tests. This verifies individual service functions, model logic, and UI rendering, ensuring the generated KML integrates seamlessly with LG rig commands.

Does this testing approach support Provider state management verification?

Yes, this testing approach supports Provider state management verification. It generates tests that validate state changes and service layer interactions within your Liquid Galaxy Flutter controller application.

How do I test the end-to-end SSH to KML workflow in my Flutter project?

Test the end-to-end SSH to KML workflow by generating integration tests that cover the entire LG rig pipeline. This validates that SSH commands trigger correct KML generation and delivery within your Flutter application.