libraz

Cover Gen — Testing skill for Claude Code

Testing community

Generate a minimal pairwise test suite for a function or component from its parameters.

How to install Cover Gen

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

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

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

What Cover Gen does


description: Generate a minimal pairwise test suite for a function or component from its parameters. argument-hint: "[function-name-or-file]"

Generate a minimum-size pairwise (or t-wise) test matrix.

Target: $ARGUMENTS (a function name, file path, or free-form description of what to test).

Steps:

  1. Locate the target code. Read it to understand inputs: parameters, enums, flags, config.
  2. Build a model map (parameter name → values):
    • Enums and unions → list every variant
    • B

Alternatives in Testing

  • Inkline — by inkline - Structures development workflow using pnpm with emphasis on TypeScript and Vue 3 Composition API 1.4k ★
  • Agent Plugins Spec — Agent Plugins Specification v1.0.0 — A minimal standard for packaging agent extensions into distributable plug 1.2k ★
  • Test Full — Run the full test suite across all tox environments with coverage enabled 1.1k ★

Full documentation available on GitHub

View Source Repository