bmad-testarch-automate

Generate, validate, and edit test artifacts across a codebase.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/joekhosbayar/go-mighty --skill bmad-testarch-automate-joekhosbayar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-testarch-automate
Source: https://github.com/joekhosbayar/go-mighty/tree/main/.gemini/skills/bmad-testarch-automate
Command: npx skills add https://github.com/joekhosbayar/go-mighty --skill bmad-testarch-automate-joekhosbayar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Expand test automation coverage by systematically orchestrating multi-step workflows that create, validate, and edit test artifacts across a codebase, enabling faster feedback and more reliable software delivery.

Core Features & Use Cases

  • Tri-modal workflow: Create, Validate, Edit to drive test-automation expansion.
  • Automatically generate and aggregate tests across E2E, API, Component, and Unit levels.
  • Fixture and artifact generation support with knowledge fragments and workflow context.
  • Practical use: roll out incremental test coverage while preserving output contracts and artifacts for review.

Quick Start

Use the bmad-testarch-automate workflow to generate, validate, and aggregate tests from your codebase.

Frequently Asked Questions about bmad-testarch-automate

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

FAQPage Schema
How do I automate test coverage expansion across a codebase?

Automate test coverage expansion by orchestrating a tri-modal workflow that generates, validates, and edits test artifacts from your source code. This workflow systematically identifies coverage opportunities and produces tests, fixtures, and summaries.

What is the tri-modal workflow for test generation?

The tri-modal workflow is a three-step process: Create, Validate, and Edit. It drives test automation by producing test artifacts, verifying them, and refining the outputs to ensure they follow defined knowledge fragments and output contracts.

Can I generate test fixtures automatically from source code?

Yes, you can automatically generate test fixtures from source code. The workflow analyzes your codebase and config to produce fixture artifacts, ensuring outputs align with defined knowledge fragments and repository context.

How do I aggregate tests across multiple levels like E2E and Unit?

Aggregate tests across E2E, API, Component, and Unit levels using the multi-mode generation workflow. It orchestrates artifact creation and aggregation to roll out incremental test coverage while preserving output contracts.

Does this test automation approach work without external dependencies?

Yes, the workflow operates without external dependencies. It leverages config, source code analysis, and artifact repositories internally to drive the test generation and validation processes.

When should I use a multi-step workflow for test automation?

Use a multi-step workflow for test automation when you need to systematically expand coverage across a codebase. It is ideal for rolling out incremental test coverage while ensuring artifacts meet defined output contracts and pass validation.