aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze Python test suites for quality, coverage, and improvement opportunities.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/analyze-testsContext preview
What this command does when you run it.
Analyze Python test suites for quality, coverage, and improvement opportunities.
name: analyze-tests description: Analyze Python test suites for quality, coverage, and improvement opportunities.
Analyzes 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.
1. **Discovers Tests**: Finds all test files matching `test_*.py` or `*_test.py` 2. **Coverage Analysis**: Reports test coverage metrics 3. **Quality Assessment**: Evaluates test structure, naming, and patterns 4. **Improvement Suggestions**: Provides specific recommendations 5. **Gap Identification**: Identifies untested code paths
For 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:
This command helps maintain high-quality test suites that follow pytest best practices.
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Scaffold new Claude Code skills with brainstorming, TDD methodology, and proper frontmatter and module structure.