Volver a Agent Skills
Desarrollo y Testing
Test-Driven Development
por Addy Osmani 78k Estrellas en GitHub
Red-Green-Refactor workflow with test-pyramid discipline for building features test-first.
#tdd#testing#workflow#quality
Claude Code Codex
Descripción General
This skill enforces a disciplined Red-Green-Refactor TDD loop with sensible test-pyramid balance, from Addy Osmani's production-grade agent-skills set. Use it to drive implementation with failing tests first and keep the suite meaningful.
Para qué sirve
- Building a feature test-first
- Structuring unit/integration/E2E balance
- Refactoring safely under test
- Establishing TDD habits for an agent
Instalar
Instalar en Claude Code
# Add the marketplace, then install the skill in Claude Code:
/plugin marketplace add addyosmani/agent-skills
/plugin install test-driven-development
# Or install manually into ~/.claude/skills:
git clone https://github.com/addyosmani/agent-skills.git
cp -r agent-skills/test-driven-development ~/.claude/skills/test-driven-development Explora herramientas de IA
Las mejores herramientas de IA que complementan tus habilidades
Lee artículos sobre IA y diseño
Consejos y tendencias en el mundo del diseño y la IA
Skills Relacionados
Desarrollo y Testing
MCP Builder
Guide the creation of Model Context Protocol servers to connect APIs and tools to AI agents.
Claude Code Codex
Desarrollo y Testing Superpowers
A core skills library of 20+ battle-tested, composable tools and workflows for everyday agent development tasks.
Claude Code Codex
Desarrollo y Testing Vercel React Best Practices
React and Next.js performance guidelines from Vercel Engineering — data fetching, bundle optimization, and rendering patterns.
Claude Code Codex