Cover Gen — Testing skill for Claude Code
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
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:
- Locate the target code. Read it to understand inputs: parameters, enums, flags, config.
- Build a
modelmap (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 RepositoryRelated Skills
Canary Edge Cases
Surface edge cases worth testing for a feature, function, or existing test suite.
Cover Extend
Extend an existing test suite with the minimum additional tests needed to reach full combinatorial coverage.
Integration Test Command
Execute comprehensive integration test suite with multi-component coordination and validation.
Generate Cross Module Test Plan
Phân tích tính năng đi qua nhiều modules nối tiếp, xây dựng Module Map + Dimension Catalog, và sinh ma trận kế
Gen Evals
Generate EVAL-.md test cases for an agent from its prompt. Usage: /gen-evals [--count N]
Canary Failure Impact
Trace the downstream impact of a test, function, or code path failing undetected — produces a severity label a
Related Agents
R5 Professional
Reinforced Suite 5 Professional for the Suite Cascade System. Implementation with wave-based build validation
Civitai Reuse Review
Reviews a feature segment in the main Civitai Next.js app (src/) for code that was rebuilt when it already exi
Cross Ref
Locates a named feature (component, page, hook, function, route, style, modal, table column) inside ONE repo a