Cover Extend — Testing skill for Claude Code
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
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:
- Read the target test file. Extract every existing test case. Ask the user if the extraction is ambiguous.
- Build the full
modelmap
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 RepositoryRelated Skills
Cover Check
Analyze combinatorial coverage of the current / specified test file and report missing parameter interactions.
Test All
Run the full test suite. Report pass/fail, coverage, and any flaky tests.
Go Test
Enforce TDD workflow for Go. Write table-driven tests first, then implement. Verify 80%+ coverage with go test
Generate Cover
Generate book cover images using HTML+CSS and Playwright screenshots. No external design tools needed. Usage:
Write Tests
Generate unit and integration tests for existing code. Triggers on "write tests", "add tests", "test this", "t
Generate Tests
Generate comprehensive test suite with unit, integration, and edge case coverage
Related Agents
PR Test Analyzer
Use this agent when you need to review a pull request for test coverage quality and completeness. This agent s
Mx Mr Test Analyzer
Use this agent when you need to review a merge request for test coverage quality and completeness. This agent
Swe Dev Theoretical Minimum Finder
Finds and audits the smallest source-grounded foundation needed for serious work in a field, then turns it int