From bmad
Expands test automation coverage across the codebase. Auto-activates on requests like 'expand test coverage' or 'automate tests'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bmad:bmad-testarch-automateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Follow the instructions in [workflow.md](workflow.md).
checklist.mdinstructions.mdsteps-c/step-01-preflight-and-context.mdsteps-c/step-01b-resume.mdsteps-c/step-02-identify-targets.mdsteps-c/step-03-generate-tests.mdsteps-c/step-03a-subagent-api.mdsteps-c/step-03b-subagent-backend.mdsteps-c/step-03b-subagent-e2e.mdsteps-c/step-03c-aggregate.mdsteps-c/step-04-validate-and-summarize.mdsteps-e/step-01-assess.mdsteps-e/step-02-apply-edit.mdsteps-v/step-01-validate.mdFollow the instructions in workflow.md.
npx claudepluginhub urso/claudev --plugin bmadExpands test automation coverage for a codebase. Activates when user requests test expansion or automation. Guides through a tri-modal workflow with create, validate, and edit modes.
Generates tests by analyzing code paths, covering edge cases, and validating coverage targets. Use when creating tests for new features or improving coverage.
Generates and runs comprehensive test suites (unit, integration with real services, Playwright E2E) for existing code. Analyzes coverage gaps, spawns parallel agents per tier, and heals failures up to 3 iterations.