Cover Check — Testing skill for Claude Code
Analyze combinatorial coverage of the current / specified test file and report missing parameter interactions.
How to install Cover Check
Installs to ~/.claude/skills/libraz-coverwise-mcp-cover-check/SKILL.md
mkdir -p ~/.claude/skills/libraz-coverwise-mcp-cover-check && curl -fsSL https://raw.githubusercontent.com/libraz/coverwise-mcp/HEAD/commands/cover-check.md -o ~/.claude/skills/libraz-coverwise-mcp-cover-check/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Cover Check does
description: Analyze combinatorial coverage of the current / specified test file and report missing parameter interactions. argument-hint: "[test-file-or-directory]"
Analyze the pairwise (or higher) coverage of an existing test suite.
Target: $ARGUMENTS (a path to a test file or directory, or empty to infer from context).
Steps:
- Read the target test file(s). Identify the function or endpoint under test and the parameters it accepts.
- Build the
modelmap: for each parameter, th
Alternatives in Testing
- Fix Issue — by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol 46.5k ★
- Playwright — Automate real browser interactions for navigation, forms, and scraping 14.6k ★
- Marketing Skills Versions — Current versions of all skills 13.8k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Cover Extend
Extend an existing test suite with the minimum additional tests needed to reach full combinatorial coverage.
Six
Use this skill to run test coverage analysis and write tests for uncovered code. Run it when asked to improve
Test Coverage
Measure and report test coverage for the current project.
Amby.Analyze
Cross-check spec, plan, and tasks for coverage, consistency, and dependency-graph health.
Go Write Test
Write Go tests with configurable coverage modes for changed or specified files
Go Test
Enforce TDD workflow for Go. Write table-driven tests first, then implement. Verify 80%+ coverage with go test
Related Agents
Maintainer Test Adequacy Reviewer
Use this agent before signing a maintainer Build gate on the sdlc-plugin repo. Reviews the current diff and th
Parameter Locator
Given a reform provision, locates the corresponding PolicyEngine parameter YAML path(s), checks current values
PR Test Analyzer
Use this agent when you need to review a pull request for test coverage quality and completeness. This agent s