File contents /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
1 --- 2 name: tdd 3 description: Tdd 4 --- 5 6 # /tdd 7 8 Generate tests, analyze coverage, and validate test quality using the TDD Guide skill. 9 10 ## Usage 11 12 ``` 13 /tdd generate <file-or-dir> Generate tests for source files 14 /tdd coverage <test-dir> Analyze test coverage and gaps 15 /tdd validate <test-file> Validate test quality (assertions, edge cases) 16 ``` 17 18 ## Examples 19 20 ``` 21 /tdd generate src/auth/login.ts 22 /tdd coverage tests/ --threshold 80 23 /tdd validate tests/auth.test.ts 24 ``` 25 26 ## Scripts 27 - `engineering-team/tdd-guide/scripts/test_generator.py` — Test case generation (library module) 28 - `engineering-team/tdd-guide/scripts/coverage_analyzer.py` — Coverage analysis (library module) 29 - `engineering-team/tdd-guide/scripts/tdd_workflow.py` — TDD workflow orchestration (library module) 30 - `engineering-team/tdd-guide/scripts/fixture_generator.py` — Test fixture generation (library module) 31 - `engineering-team/tdd-guide/scripts/metrics_calculator.py` — TDD metrics calculation (library module) 32 33 > **Note:** These scripts are library modules without CLI entry points. Import them in Python or use via the SKILL.md workflow guidance. 34 35 ## Skill Reference 36 → `engineering-team/tdd-guide/SKILL.md`
DojoGenesis/plugins/tree/main/plugins/community-skills/skills/tdd commit 9eb41c629e
Frequently asked questions How do I install the Tdd skill? Run npx skillmds@latest add dojogenesis/tdd in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Tdd skill do? Tdd It is listed under Coding & Dev Tools on SkillMD.
Is Tdd safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Tdd? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Tdd free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Tdd? DojoGenesis (@dojogenesis) published this skill. Their other Agent Skills are listed on their SkillMD profile.