From nickcrew-claude-ctx-plugin
Generates tests by analyzing code paths, covering edge cases, and validating coverage targets. Use when creating tests for new features or improving coverage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nickcrew-claude-ctx-plugin:test-generationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate tests systematically by analyzing code paths, covering edge cases, and validating coverage targets.
Generate tests systematically by analyzing code paths, covering edge cases, and validating coverage targets.
Avoid when:
| Task | Load reference |
|---|---|
| Test generation workflow | skills/test-generation/references/generate-tests.md |
npx claudepluginhub nickcrew/claude-cortex2plugins reuse this skill
First indexed Jul 7, 2026
Guides coverage-driven test writing for existing codebases: discovers untested user-facing behavior via coverage reports, writes one meaningful test per iteration, marks low-value code with ignore annotations.
Provides test design patterns, coverage strategies (80-100% targets), types (unit/integration/E2E), organization, and best practices for comprehensive test suites. Use for new suites, coverage improvement, or test design.
Generates tests, analyzes coverage gaps, and guides red-green-refactor cycles for Jest, Pytest, JUnit, Vitest, and Mocha.