Skip to main content
Back to registry

tdd-guide

alirezarezvani/claude-skills

Test-driven development skill for generating tests, analyzing coverage, and guiding red-green-refactor workflows across Jest, Pytest, JUnit, and Vitest.

Installs196
Install command
npx skills add https://github.com/alirezarezvani/claude-skills --skill tdd-guide
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykPASS
About this skill
Test-driven development skill for generating tests, analyzing coverage, and guiding red-green-refactor workflows across Jest, Pytest, JUnit, and Vitest. For Test Generation: For Coverage Analysis: For TDD Workflow: When to use other tools: - Capabilities - Workflows - Tools - Input Requirements - Limitations - Provide source code (TypeScript, JavaScript, Python, Java) - Specify target framework (Jest, Pytest, JUnit, Vitest) - Run test_generator.py with requirements - Review generated test stubs - Validation: Tests compile and cover happy path, error cases, edge cases - Generate coverage report from test runner ( npm test -- --coverage ) - Run coverage_analyzer.py on LCOV/JSON/XML report - Review prioritized gaps (P0/P1/P2) - Generate missing tests for uncovered paths - Validation: Coverage meets target threshold (typically 80%+) - Write failing test first (RED) - Run tdd_workflow.py --phase red to validate - Implement minimal code to pass (GREEN) - Run tdd_workflow.py --phase green to validate - Refactor while keeping tests green (REFACTOR) - Validation: All tests pass after each cycle - Source code (file path or pasted content) - Target framework (Jest, Pytest, JUnit, Vitest) - Coverage scope (unit, integration, edge cases) - Coverage report file (LCOV, JSON, or XML format) - Optional: Source code for context - Optional: Target threshold percentage - Feature requirements or...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does tdd-guide do?

Test-driven development skill for generating tests, analyzing coverage, and guiding red-green-refactor workflows across Jest, Pytest, JUnit, and Vitest.

Is tdd-guide good?

tdd-guide does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does tdd-guide work with?

tdd-guide currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to tdd-guide?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install tdd-guide?

npx skills add https://github.com/alirezarezvani/claude-skills --skill tdd-guide

Related skills

More from alirezarezvani/claude-skills

Related skills

Alternatives in Software Engineering