bmad-agent-qa

Generate API and end-to-end tests for implemented features using standard test frameworks.

2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/cassioalexandre/agf --skill bmad-agent-qa-cassioalexandre
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-agent-qa
Source: https://github.com/cassioalexandre/agf/tree/main/_bmad/bmm/4-implementation/bmad-agent-qa
Command: npx skills add https://github.com/cassioalexandre/agf --skill bmad-agent-qa-cassioalexandre

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It accelerates writing trustworthy automated tests by generating API and E2E test coverage for already-implemented features.

Core Features & Use Cases

  • Rapid QA Test Generation: Produces API and E2E tests using standard test framework patterns for existing functionality.
  • Coverage-First Execution: Focuses on covering realistic user scenarios quickly, then improving later.
  • Pass-on-First-Run Guardrail: Ensures the generated tests are run and expected to pass on the first verification.

Quick Start

Ask the skill to generate tests for your existing feature and verify the resulting test run.

Frequently Asked Questions about bmad-agent-qa

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

FAQPage Schema
How do I generate automated API and E2E tests for existing features?

To generate automated API and E2E tests, you request test coverage for already-implemented features. The system produces tests using standard test framework patterns, runs them to confirm they pass on the first verification, and ensures they remain simple and maintainable.

What is the best way to get fast test coverage for real code paths?

The best way to get fast test coverage is a coverage-first approach targeting realistic user scenarios quickly. It generates API and end-to-end tests for already-implemented functionality and verifies that the resulting test run passes immediately.

Can I use standard test framework APIs for test generation?

Yes, you can use standard test framework APIs for test generation. The process requires generating tests using standard framework patterns, executing the tests to confirm they pass, and keeping the generated test suite simple and maintainable for existing functionality.

Why do generated tests need to pass on the first run?

Generated tests need to pass on the first run due to a pass-on-first-run guardrail. This ensures the generated API and E2E tests are immediately executable and trustworthy, validating that the coverage accurately reflects the already-implemented real code paths before you improve them later.

When should I request test automation for my project?

You should request test automation when you have already-implemented features that need actionable coverage. It is ideal for quickly covering realistic user scenarios with API and E2E tests, especially when you need to talk to a QA engineer to accelerate writing trustworthy automated tests.