LLM Skills
~/catalog/testing & quality//tdd
Testing & qualityGitHub source

Generate tests, analyze coverage

/tdd

Generate tests, analyze coverage, and validate test quality using the skills outlined in the TDD Guide.

alirezarezvanialirezarezvani
25.6k
March 13, 2026
MIT License
// skill content

--- name: tdd description: Generate tests, analyze coverage, and run TDD workflows. Usage: /tdd <generate|coverage|validate> [options] --- # /tdd Generate tests, analyze coverage, and validate test quality using the TDD Guide skill. ## Usage `` /tdd generate <file-or-dir> Generate tests for source files /tdd coverage <test-dir> Analyze test coverage and gaps /tdd validate <test-file> Validate test quality (assertions, edge cases) ` ## Examples ` /tdd generate src/auth/login.ts /tdd coverage tests/ --threshold 80 /tdd validate tests/auth.test.ts ` ## Scripts - engineering-team/tdd-guide/scripts/test_generator.py : Test case generation (library module) - engineering-team/tdd-guide/scripts/coverage_analyzer.py : Coverage analysis (library module) - engineering-team/tdd-guide/scripts/tdd_workflow.py : TDD workflow orchestration (library module) - engineering-team/tdd-guide/scripts/fixture_generator.py : Test fixture generation (library module) - engineering-team/tdd-guide/scripts/metrics_calculator.py : TDD metrics calculation (library module) > **Note:** These scripts are library modules without CLI entry points. Import them in Python or use via the SKILL.md workflow guidance. ## Skill Reference → engineering-team/tdd-guide/SKILL.md`

// original public source
alirezarezvani/claude-skills
/commands/tdd.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/tdd.md" "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/commands/tdd.md"
Then in Claude Code, type /tdd to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 25.6k
LicenseMIT License
UpdatedMarch 13, 2026
Format.md
AccessFree
// similar

Skills Testing & quality

View allarrow_forward