libraz

Cover Check — Testing skill for Claude Code

Testing community

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

Terminal
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:

  1. Read the target test file(s). Identify the function or endpoint under test and the parameters it accepts.
  2. Build the model map: 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 Repository