busic-testing

Automate BuSic change validation with flutter analyze and flutter test.

23|8|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/GlowLED/BuSic --skill busic-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: busic-testing
Source: https://github.com/GlowLED/BuSic/tree/main/.agents/skills/busic-testing
Command: npx skills add https://github.com/GlowLED/BuSic --skill busic-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

BuSic testing guide to ensure source truth, define the minimum verification sequence, outline common test modes, and provide prioritization for re-test entry to improve stability and reproducibility.

Core Features & Use Cases

  • Defines trusted test sources, baseline validation order, and re-test prioritization for BuSic changes.
  • Documents common test patterns and recommended workflows for unit, widget, and integration tests.
  • Provides references to related skill workflows to guide testers.

Quick Start

Run the BuSic testing workflow to validate new changes against the minimum verification sequence.

Frequently Asked Questions about busic-testing

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

FAQPage Schema
How do I validate Flutter Riverpod notifier changes in a CI pipeline?

Validate Flutter Riverpod notifier changes by running a minimum verification sequence that enforces `flutter analyze` and `flutter test` to ensure source truth and standard test patterns. This workflow applies to CI pipelines and QA cycles to verify new changes and enforce testing discipline.

What is the minimum verification order for Flutter testing workflows?

The minimum verification order for Flutter testing defines trusted test sources and baseline validation steps to improve stability and reproducibility. It enforces execution of `flutter analyze` and `flutter test` before advancing through unit, widget, and integration test patterns.

How do I set up test patterns for Flutter unit and widget tests?

Set up Flutter unit and widget test patterns by following documented common test modes and recommended workflows. The workflow coordinates with related skills to guide testers through standard validation sequences and re-test prioritization for new changes.

Can I use this workflow for feature development and QA cycles?

Yes, you can use this workflow for feature development and QA cycles to verify new changes and enforce testing discipline. It applies automated validation by ensuring source truth, minimum verification order, and standard test patterns across development and testing phases.

Why does my BuSic testing workflow require flutter analyze and flutter test?

Your BuSic testing workflow requires `flutter analyze` and `flutter test` to enforce testing discipline and ensure source truth. These commands establish the minimum verification sequence needed to validate changes and maintain stability and reproducibility.

What's the best way to prioritize re-test entry after validating Flutter changes?

The best way to prioritize re-test entry is to follow the BuSic testing guide's defined re-test prioritization for validated changes. It outlines common test modes and baseline validation order to improve stability and reproducibility across testing workflows.