Audit test quality and identify coverage gaps. Optional Phase 4 workflow.
From bmad-coworknpx claudepluginhub bspann/bmad-cowork --plugin bmad-coworkThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Use when auditing test quality and identifying gaps in test coverage. Optional Phase 4 workflow.
Trigger with: "test review", "audit tests", "test quality", "review test coverage"
Agent: TEA (Murat) Input: Existing test files, test design documents Output: Test quality audit report
Scan the codebase for test files. Categorize by: unit, integration, e2e, performance, security.
For each test file, evaluate:
Compare existing tests against:
Identify uncovered risk areas.
# Test Quality Audit: [Date]
## Summary
- Total tests: [N]
- Unit: [N] | Integration: [N] | E2E: [N]
- Quality score: [A-F]
## Issues Found
### [BLOCKER/WARNING/SUGGESTION]: [Title]
...
## Coverage Gaps
- [Gap 1: description and risk level]
## Recommendations
1. [Recommendation with priority]
Save report to _bmad-output/implementation-artifacts/tests/test-review-[date].md.