libraz

Cover Extend — Testing skill for Claude Code

Testing community

Extend an existing test suite with the minimum additional tests needed to reach full combinatorial coverage.

How to install Cover Extend

Installs to ~/.claude/skills/libraz-coverwise-mcp-cover-extend/SKILL.md

Terminal
mkdir -p ~/.claude/skills/libraz-coverwise-mcp-cover-extend && curl -fsSL https://raw.githubusercontent.com/libraz/coverwise-mcp/HEAD/commands/cover-extend.md -o ~/.claude/skills/libraz-coverwise-mcp-cover-extend/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Cover Extend does


description: Extend an existing test suite with the minimum additional tests needed to reach full combinatorial coverage. argument-hint: "[test-file]"

Add the minimum new tests required to bring an existing suite to 100% pairwise (or t-wise) coverage, keeping all current tests untouched.

Target: $ARGUMENTS (path to the test file to extend).

Steps:

  1. Read the target test file. Extract every existing test case. Ask the user if the extraction is ambiguous.
  2. Build the full model map

Alternatives in Testing

  • Brainstorm Experiments Existing — Design experiments to test assumptions for existing products 7.8k ★
  • Test Full — Run the full test suite across all tox environments with coverage enabled 1.1k ★
  • Adversarial Spec — A Claude Code plugin that iteratively refines product specifications by debating between multiple LLMs until a 514 ★

Full documentation available on GitHub

View Source Repository