bmad-agent-qa

Generate API and E2E tests using standard test framework APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the common bottleneck of slow or missing automated test coverage by quickly producing pragmatic, maintainable API and end-to-end tests so teams can ship features with confidence.

Core Features & Use Cases

  • Pragmatic Test Authoring: Embodies the "Quinn" persona to generate straightforward API and E2E tests using standard test framework patterns.
  • Run-to-Verify: Generates tests that are intended to be executed immediately and pass on first run, with instructions to run tests as part of the workflow.
  • Project-aware Output: Loads configuration via bmad-init and optionally uses project-context.md to align tests with project conventions.
  • Use Case: When a developer implements a new endpoint or UI flow, invoke this Skill to produce passing tests that cover realistic user scenarios and integrate with the project's test runner.

Quick Start

Ask Quinn to generate passing API or E2E tests for a specific feature by describing the feature, pointing to the relevant source files, and specifying the project's target test framework.

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 E2E and API tests for implemented features?

You can generate automated E2E and API tests by providing a feature description, pointing to relevant source files, and specifying the target test framework. The Skill produces pragmatic tests using standard framework APIs and verifies they pass immediately.

How can I quickly increase backend API test coverage without writing tests manually?

To increase backend API test coverage quickly, provide the feature descriptions or source files to this Skill. It generates pragmatic, maintainable automated tests that align with your project configuration and integrate directly with your test runner.

Can I use this test generation tool with my existing project configuration and test runner?

Yes, this test generation tool loads configuration via bmad-init and optionally uses a project-context.md file. This ensures the generated API and E2E tests respect your existing project conventions and target test framework.

What is the best way to create passing E2E tests on the first run?

The best way to create passing E2E tests on the first run is to describe realistic user scenarios and point to the source files. The Skill generates standard test framework patterns and includes instructions to execute them as part of the workflow.

Does this automated test generation approach work for both frontend user flows and backend APIs?

Yes, this automated test generation approach works for both backend APIs and frontend user flows. It produces end-to-end tests covering integration points and realistic UI scenarios, ensuring comprehensive coverage across your application.