Analyzes Python test suites for quality, coverage, and improvement opportunities.
Analyzes Python test suites for quality, coverage, and improvement opportunities.
/plugin marketplace add athola/claude-night-market/plugin install minister@claude-night-marketAnalyzes Python test suites for quality, coverage, and improvement opportunities.
/analyze-tests
Analyzes tests in the current directory.
/analyze-tests tests/unit/
Analyzes tests in a specific directory.
test_*.py or *_test.pyFor each test module:
# Analyze all tests with coverage
/analyze-tests --coverage
# Focus on quality patterns
/analyze-tests --quality-only
# Generate detailed report
/analyze-tests --report detailed
Uses the python-testing skill's analysis tools:
test-analyzer: Quality and pattern analysiscoverage-reporter: Coverage metrics and gapstest-runner: Execution and timing analysisThis command helps maintain high-quality test suites that follow pytest best practices.