tdd-workflow
Implements a comprehensive Test-Driven Development workflow covering unit, integration, and E2E tests with Playwright.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill tdd-workflowStats
| Total installs | 2,294 |
| Weekly installs | 2.3K |
| GitHub stars | 112.5K |
| First seen | Jan 20, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Write tests first, then implement code to make them pass; covers unit tests (functions, components), integration tests (APIs, databases), and E2E tests (Playwright for critical user flows)
- Includes comprehensive testing patterns with Jest/Vitest for components, API route testing, and Playwright for browser automation workflows
- Provides mocking strategies for external services (Supabase, Redis, OpenAI) and test file organization best practices
- Enforces coverage thresholds (80% minimum) with pre-commit hooks and CI/CD integration; includes common pitfalls to avoid like testing implementation details or brittle selectors
Tags
Related skills
| Skill | Installs | vs tdd-workflow |
|---|---|---|
| playwriter | 2,302 | +8 |
| java-architect | 1,750 | -544 |
| python-expert | 1,926 | -368 |
| browser-automation | 3,075 | +781 |
| code-review-analysis | 1,597 | -697 |
FAQ
- How many installs does tdd-workflow have?
- tdd-workflow has 2,294 total installs and 2.3K installs this week.
- Where is tdd-workflow hosted?
- tdd-workflow is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does tdd-workflow have?
- tdd-workflow has 112.5K GitHub stars.
- When was tdd-workflow first indexed?
- OrangeBot.AI first indexed tdd-workflow on Jan 20, 2026.
- How do I install tdd-workflow?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill tdd-workflow