Use when generating tests for new or existing code to improve coverage - provides a structured workflow for analyzing code, creating tests, and validating coverage goals.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add NickCrew/Claude-Cortex --skill test-generation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Test Generation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nickcrew-test-generation-claude-cortex)More formats (shields.io, HTML) on the badges page.
---
name: test-generation
description: Use when generating tests for new or existing code to improve coverage - provides a structured workflow for analyzing code, creating tests, and validating coverage goals.
keywords:
- coverage target
- generate tests
- increase coverage
- regression tests
- test generation
- test suite
- write tests
file_patterns:
- '**/*.spec.ts'
- '**/*.test.ts'
- '**/*.test.tsx'
- '**/*_test.py'
- '**/test_*.py'
- '**/tests/**/*.py'
- '**/tests/**/*.ts'
- '**/tests/**/*.tsx'
confidence: 0.78
---
# Test Generation
## Overview
Generate tests systematically by analyzing code paths, covering edge cases, and validating coverage targets.
## When to Use
- Creating tests for new features
- Improving coverage in weak areas
- Building regression or integration test suites
Avoid when:
- The task is only running existing tests (use dev-workflows)
## Quick Reference
| Task | Load reference |
| --- | --- |
| Test generation workflow | `skills/test-generation/references/generate-tests.md` |
## Workflow
1. Identify target scope and test type.
2. Load the test generation reference.
3. Analyze code paths and edge cases.
4. Generate tests and validate coverage.
5. Summarize results and gaps.
## Output
- Generated tests
- Coverage report and follow-ups
## Common Mistakes
- Writing tests without understanding code paths
- Ignoring edge cases or failure modes
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!