mini-app-test

Execute functional, UI, accessibility, and performance tests for mini-applications.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/matsuni-kk/mini-app-agent --skill mini-app-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mini-app-test
Source: https://github.com/matsuni-kk/mini-app-agent/tree/main/.cursor/skills/mini-app-test
Command: npx skills add https://github.com/matsuni-kk/mini-app-agent --skill mini-app-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the rigorous testing of mini-applications, ensuring functionality, usability, and accessibility before deployment.

Core Features & Use Cases

  • Comprehensive Testing: Executes functional, UI, accessibility, and performance tests.
  • Automated Reporting: Generates detailed test reports (test_report.md) including test cases, results, and coverage.
  • Bug Identification: Logs any identified defects in bug_list.md for developers.
  • Use Case: After implementing a new feature in your mini-app, use this Skill to automatically verify that all requirements are met, the UI is responsive across devices, and no new bugs have been introduced.

Quick Start

Run the mini-app test skill to verify the functionality and user interface of the latest build.

Frequently Asked Questions about mini-app-test

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

FAQPage Schema
How do I automate mini-app testing for functional and UI validation?

Mini-app testing automation executes functional, UI, accessibility, and performance checks against your application build. It validates requirements and design specifications while generating detailed test reports and bug lists for developer feedback.

What is comprehensive mini-app quality assurance and how does it work?

Comprehensive mini-app quality assurance integrates automated testing with validation subagents to verify functionality, usability, and accessibility. It runs multiple test types in sequence and logs identified defects into structured markdown files for developer review.

Can I use automated testing to check mini-app accessibility and performance?

Automated mini-app testing supports both accessibility and performance validation alongside functional and UI checks. It executes these tests on your latest build and generates coverage reports detailing test cases and results.

How do I generate test reports and bug lists after implementing a mini-app feature?

Mini-app test execution automatically generates a test report and bug list after validating your new feature. The test report includes cases and coverage, while the bug list logs defects for developers to address before deployment.

Does mini-app testing require any external dependencies or frameworks?

Mini-app testing operates without external dependencies, running standalone to validate your application. It requires only your latest mini-app build to execute functional, UI, accessibility, and performance checks.

What's the best way to validate mini-app requirements and design specifications?

Validating mini-app requirements is best handled through automated testing that checks adherence to design specifications. It executes comprehensive validation loops and produces detailed reports ensuring all requirements are met before deployment.