Quick test runner - run pytest and analyze results without permission prompts
Runs pytest and analyzes results to identify failures and suggest fixes.
/plugin marketplace add Dutchthenomad/claude-flow/plugin install claude-flow@claude-flow-marketplaceRun the project's test suite and analyze the output.
Check CLAUDE.md or use common patterns:
pytest tests/ -v --tb=shortcd src && python3 -m pytest tests/ -v.venv/bin/python -m pytest tests/ -vExecute the test command. Do NOT ask for permission.
If ALL PASS:
✅ All tests passing ([count] tests)
Ready for: [next SDLC phase]
If FAILURES:
❌ [count] tests failed
## Failures:
- test_name: [brief reason]
## Suggested Actions:
1. [action 1]
2. [action 2]
Record test results in scratchpad if significant.
$ARGUMENTS