bmad-qa-automate

Generate automated API and E2E tests for implemented code.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/zerAda/RestaurantAgentAutomation --skill bmad-qa-automate-zerada
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-qa-automate
Source: https://github.com/zerAda/RestaurantAgentAutomation/tree/main/.opencode/skills/bmad-qa-automate
Command: npx skills add https://github.com/zerAda/RestaurantAgentAutomation --skill bmad-qa-automate-zerada

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates API and E2E tests for implemented code to enhance test coverage and ensure quality, avoiding the need for manual testing or code review.

Core Features & Use Cases

  • Automated Testing: Generates automated API and end-to-end tests to complement manual testing efforts.
  • Test Framework Detection: Automatically identifies existing test frameworks for integration.
  • Use Case: Use this Skill to automate testing after your code has been implemented to increase coverage without additional manual work.

Quick Start

Execute the bmad-qa-automate Skill to generate tests for your implemented code.

Frequently Asked Questions about bmad-qa-automate

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

FAQPage Schema
How do I automate API and E2E tests after code implementation?

To automate API and E2E tests after code implementation, use a tool that generates test suites and detects your existing test frameworks to enhance coverage without manual writing.

What is the best way to increase test coverage for implemented code?

Increasing test coverage for implemented code is best achieved by generating automated API and E2E tests that integrate with your project structure, ensuring robustness and complementing manual testing efforts.

Does automated test generation work with my existing test frameworks?

Yes, automated test generation works with existing test frameworks by automatically detecting your current setup and integrating generated API and E2E tests directly into your project structure.

When do I need to generate automated E2E and API tests?

You need to generate automated E2E and API tests post-implementation when you want to ensure software robustness, enhance test coverage, and avoid the overhead of manual testing.

Can I generate automated tests without modifying my project structure?

Generating automated tests requires integration with your existing project structure, allowing the tool to detect current test frameworks and seamlessly add API and E2E tests without disrupting your workflow.