From testing-plugin
Consults test-architecture agent for testing strategy and design including coverage gaps, flaky tests, framework selection, test pyramid analysis, and new feature test planning.
npx claudepluginhub laurigates/claude-plugins --plugin testing-pluginThis skill is limited to using the following tools:
Explicit command to consult the `test-architecture` agent for strategic testing decisions.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Explicit command to consult the test-architecture agent for strategic testing decisions.
Use when:
| Topic | What it covers |
|---|---|
coverage | Analyze gaps, recommend high-value tests to write |
strategy | Review overall test architecture and pyramid |
framework | Recommend testing tools for tech stack |
flaky | Diagnose and remediate flaky tests |
pyramid | Analyze test tier distribution |
new-feature | Design test approach for new functionality |
| (free text) | Custom question about testing |
$1: Topic keyword or natural language question--context <path>: Focus analysis on specific directoryGather Project Context:
Delegate to test-architecture Agent:
Present Recommendations:
# Coverage analysis
/test:consult coverage
# New feature testing strategy
/test:consult new-feature --context src/auth/
# Framework decision
/test:consult "Should we add property-based testing?"
# Flaky test investigation
/test:consult flaky
# Custom question
/test:consult "How should we structure tests for our API endpoints?"
This command delegates to the test-architecture agent with:
The agent will provide: