bmad-testarch-test-review

Analyze test files against best practices and generate violation reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the review and analysis of test quality, identifying and suggesting improvements based on best practices and knowledge base fragments.

Core Features & Use Cases

  • Test Quality Review: Analyze test files for adherence to best practices, identify violations, and suggest improvements.
  • Customization: Load and validate knowledge base fragments specific to the project and adjust quality criteria.
  • Output Generation: Generate a detailed report with quality score, violations, and recommendations.

Quick Start

Run the 'bmad-testarch-test-review' skill with the target test file or directory, e.g., bmad-testarch-test-review tests/api/*.

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 automate code review for test quality in my software project?

To automate code review for test quality, you can run this Skill against your test files to analyze them against a knowledge base of best practices, generating a report of violations and improvement recommendations.

What are the best practices for analyzing test automation quality?

Best practices for analyzing test automation quality involve checking test files against established quality criteria. This Skill applies a loaded knowledge base to identify violations and suggest improvements for continuous improvement.

How do I generate a quality assurance report for my test files?

You generate a quality assurance report by running the analysis skill with a target test file or directory, such as 'bmad-testarch-test-review tests/api/*', which outputs a detailed report with a quality score and recommendations.

Can I customize the quality criteria used for my test review?

Yes, you can customize the test review criteria by loading and validating knowledge base fragments specific to your project, allowing you to adjust the quality standards applied during the automated analysis.

Does the test quality review work with specific test frameworks?

The test quality review operates on provided test files and directories to apply best practices, making it compatible with various test frameworks as long as the files can be accessed for analysis.

What limitations exist when automating test quality analysis?

A limitation of automating test quality analysis is that the review relies heavily on the provided knowledge base fragments, meaning the accuracy of violations and recommendations depends on how well the criteria match your specific project context.