app-comprehensive-test-generator

Generate exhaustive test scenarios and QA reports from a codebase.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill analyzes an application's codebase to automatically generate exhaustive user-flow and edge-case test scenarios, producing human-readable scenario markdown files and a consolidated QA artifact.

Core Features & Use Cases

  • Enumerates practical user-flows and edge cases directly from code, including routes, UI screens, and API interactions.
  • Generates scenario.md files and a app.qa.report.md summarizing failures, evidence, and suggested fixes.
  • Orchestrates test execution via connected MCPs or provisioning stubs, validating results and collecting artifacts.

Quick Start

Run the app-comprehensive-test-generator on the repository to produce scenario MD files and an app.qa.report.md.

Frequently Asked Questions about app-comprehensive-test-generator

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

FAQPage Schema
How do I generate test scenarios from a codebase automatically?

To generate exhaustive test scenarios from a codebase automatically, you need a tool that analyzes code routes, UI screens, and API interactions to enumerate user-flows and edge cases. This process outputs human-readable scenario markdown files for thorough QA coverage.

What is included in a consolidated QA report for test execution?

A consolidated QA report for test execution includes summaries of test failures, collected evidence, and suggested fixes. It consolidates validation results from multiple environments into a single markdown artifact for traceability and structured documentation.

Can I orchestrate test execution via MCPs for scenario validation?

Yes, you can orchestrate test execution via connected MCPs or provisioning stubs for scenario validation. This allows you to validate generated test scenarios, collect execution artifacts, and enforce deterministic runs across multiple environments.

Does automated test generation work for edge cases and API interactions?

Automated test generation works for edge cases and API interactions by directly enumerating them from the codebase. It analyzes application code to extract practical user-flows, ensuring both standard operations and edge cases are covered in the generated scenario files.

Do I need connected MCPs to run codebase test scenario generation?

You do not need connected MCPs strictly for codebase test scenario generation, as the primary output is scenario markdown files. However, connected MCPs or provisioning stubs are required to orchestrate test execution, validate results, and generate the consolidated QA report.