From jeremylongshore-claude-code-plugins-plus-skills
Analyzes coverage reports in test automation workflows using Jest, Pytest, and related tools. Provides guidance, generates configurations, best practices, and validation for auditing test coverage.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin langchain-py-packThis skill is limited to using the following tools:
This skill provides automated assistance for coverage report analyzer tasks within the Test Automation domain.
Parses JUnit XML, Jest JSON, pytest results, and coverage data to generate Markdown/HTML test reports with metrics, failures, slowest tests, and CI annotations.
Runs coverage tools like pytest-cov and istanbul/c8 via Bash to analyze test coverage, identify gaps, and provide actionable test recommendations.
Analyzes test coverage reports (lcov, cobertura, istanbul) to identify gaps in lines/branches/functions, map to requirements, recommend tests, and track trends.
Share bugs, ideas, or general feedback.
This skill provides automated assistance for coverage report analyzer tasks within the Test Automation domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with coverage report analyzer" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Test Automation skill category. Tags: testing, jest, pytest, mocking, tdd