app-test-workflow

Automate end-to-end Flutter app testing workflows from planning to retesting.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/stravinest/house-hold-account --skill app-test-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-test-workflow
Source: https://github.com/stravinest/house-hold-account/tree/main/.claude/skills/app-test-workflow
Command: npx skills add https://github.com/stravinest/house-hold-account --skill app-test-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Flutter app testing workflows are often manual and error-prone, leading to longer feedback cycles. This Skill automates the end-to-end Flutter app testing workflow, from planning through retesting, to speed up quality assurance.

Core Features & Use Cases

  • Phase 1: Test Planning: Analyze the feature, define test scenarios, and assemble a Todo list for testing.
  • Phase 2: Environment Preparation: Ensure devices/emulators are available, prepare test data, and build/run the app.
  • Phase 3: Test Execution Loop: Execute test Todo items via app-test-agent, capture results, and trigger debug when failures occur.
  • Phase 4: Completion & Reporting: Compile a test report, summarize results, and enumerate fixes.

Quick Start

Activate the workflow using the command "앱 테스트 워크플로우" or "/app-test-workflow" or "앱 테스트 워크플로우로 진행해줘" to begin testing a feature.

Frequently Asked Questions about app-test-workflow

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

FAQPage Schema
How do I automate Flutter app testing workflows end-to-end?

Automating Flutter app testing workflows involves a structured process covering test planning, environment preparation, test execution, and reporting. This workflow automates the entire cycle from planning through retesting to speed up mobile quality assurance.

Can I use Mobile MCP tools to execute Flutter tests on an emulator?

Yes, you can use Mobile MCP tools to execute Flutter tests on an emulator. The workflow requires integration with Mobile MCP for device listing, app launch, screenshots, tapping, typing, swiping, and UI element inspection during the test execution loop.

What do I need to set up before running automated Flutter app tests?

Before running automated Flutter app tests, you must ensure mobile devices or emulators are available and prepare your test data. The workflow also requires building and running the Flutter app and setting up a structured test data flow via Supabase.

How does automated debugging work when a Flutter test fails?

Automated debugging triggers when a test failure occurs during the test execution loop. The workflow captures the test results, automatically initiates a debugging phase to analyze the failure, and compiles the findings into a final test report with enumerated fixes.

What is the best way to generate test reports for Flutter mobile apps?

The best way to generate test reports for Flutter mobile apps is to use an automated workflow that compiles results after the execution loop. This workflow summarizes test outcomes, captures debugging data, and enumerates required fixes for quality assurance tracking.