·test-driven-development
</>

test-driven-development

Úselo al implementar cualquier lógica, corregir cualquier error o cambiar cualquier comportamiento. Úselo cuando necesite demostrar que el código funciona, cuando llegue un informe de error o cuando esté a punto de modificar una funcionalidad existente.

11Instalaciones·0Tendencia·@addyosmani

Instalación

$npx skills add https://github.com/addyosmani/agent-skills --skill test-driven-development

Cómo instalar test-driven-development

Instala rápidamente el skill de IA test-driven-development en tu entorno de desarrollo mediante línea de comandos

  1. Abrir Terminal: Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.)
  2. Ejecutar comando de instalación: Copia y ejecuta este comando: npx skills add https://github.com/addyosmani/agent-skills --skill test-driven-development
  3. Verificar instalación: Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw

Fuente: addyosmani/agent-skills.

SKILL.md

Ver original

Write a failing test before writing the code that makes it pass. For bug fixes, reproduce the bug with a test before attempting a fix. Tests are proof — "seems right" is not done. A codebase with good tests is an AI agent's superpower; a codebase without tests is a liability.

When NOT to use: Pure configuration changes, documentation updates, or static content changes that have no behavioral impact.

Write the test first. It must fail. A test that passes immediately proves nothing.

Úselo al implementar cualquier lógica, corregir cualquier error o cambiar cualquier comportamiento. Úselo cuando necesite demostrar que el código funciona, cuando llegue un informe de error o cuando esté a punto de modificar una funcionalidad existente. Fuente: addyosmani/agent-skills.

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/addyosmani/agent-skills --skill test-driven-development
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-24
Actualizado
2026-03-10

Browse more skills from addyosmani/agent-skills

Respuestas rápidas

¿Qué es test-driven-development?

Úselo al implementar cualquier lógica, corregir cualquier error o cambiar cualquier comportamiento. Úselo cuando necesite demostrar que el código funciona, cuando llegue un informe de error o cuando esté a punto de modificar una funcionalidad existente. Fuente: addyosmani/agent-skills.

¿Cómo instalo test-driven-development?

Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/addyosmani/agent-skills --skill test-driven-development Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw

¿Dónde está el repositorio de origen?

https://github.com/addyosmani/agent-skills