bmad-testarch-test-review

Audit test suites across four TEA quality dimensions and generate a report.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Wizarck/iguanatrader --skill bmad-testarch-test-review-wizarck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-testarch-test-review
Source: https://github.com/Wizarck/iguanatrader/tree/main/skills/bmad-testarch-test-review
Command: npx skills add https://github.com/Wizarck/iguanatrader --skill bmad-testarch-test-review-wizarck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Review test quality using best practices validation. It helps teams identify weaknesses and guide improvements in their test suites.

Core Features & Use Cases

  • Self-contained workflow orchestration that loads TEA fragments, runs four quality dimensions (determinism, isolation, maintainability, performance), and generates a consolidated report.
  • Supports Create, Validate, and Edit modes in a tri-modal, step-file architecture for progressive improvements.
  • Useful for auditing tests at the file, directory, or suite level with automated scoring and evidence-backed recommendations.

Quick Start

Execute the TEA-driven workflow to produce the initial test-quality report.

Frequently Asked Questions about bmad-testarch-test-review

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

FAQPage Schema
How do I audit test quality across an entire test suite?

To audit test quality, this Skill evaluates existing tests using TEA-based quality dimensions, aggregating scores from determinism, isolation, maintainability, and performance to generate an evidence-backed report for your suite.

What is TEA-based test quality validation?

TEA-based test quality validation is a process that loads knowledge fragments and runs four subagents to assess determinism, isolation, maintainability, and performance, outputting a consolidated report with actionable improvements.

How do I assess test maintainability and isolation?

You assess test maintainability and isolation by executing the automated workflow, which runs dedicated subagents to evaluate these dimensions and provides scored recommendations for your test files.

Can I review test quality for a single file or directory?

Yes, you can review test quality for a single file, a directory, or a full suite, with the workflow applying best-practice checks and outputting a final report scoped to your target.

Does the test review workflow support progressive improvements?

Yes, the workflow supports progressive improvements through a tri-modal architecture offering Create, Validate, and Edit modes to guide incremental enhancements to your test suite.

What are the limitations of automated test quality scoring?

Automated test quality scoring focuses on four specific dimensions: determinism, isolation, maintainability, and performance, meaning it does not evaluate functional correctness or business logic coverage in your tests.