Browse skills/TDD Workflow

TDD Workflow

Editor's pickdevelopment

Test-Driven Development workflow and patterns

$npx skills add mindverse/skillhub@tdd -g -y

Run in your terminal to install. Works with any AI Agent platform that supports the Claude Skills spec (Claude Code, Cursor, Windsurf, etc).

Prerequisites
1) Install Claude Code (claude.ai/code). 2) Install ai-skill: `npx skills add 1-SKILL/ai-skill -g -y`. Run that one first, then come back and run the skill install command above.

What this skill can do

红绿重构
Jest/Vitest/pytest
覆盖率优化
测试策略设计

How to use

After installation, just tell your AI assistant:

TDD开发
写测试
测试驱动
提高覆盖率
View full SKILL.md content65 chars

测试驱动 — TDD 工作流

红→绿→重构循环 支持 Jest / Vitest / pytest / Go testing

View source on GitHub →
Safety score
75/100
B9/12 checks passed

Suggest reviewing the source on GitHub before installing

Skill info
Lines of code200
SourceEditor's pick
Authorjwilger
Repositoryjwilger/agent-skills
Categorydevelopment
Trigger words
TDD测试驱动写测试单元测试

Search skills from your terminal

Install ai-skill, then describe what you need inside Claude Code — it auto-matches and installs the right skill without leaving your terminal.

$npx skills add 1-SKILL/ai-skill -g -y

Related skills

Frontend DesignEditor's pick
S

Create distinctive, production-grade frontend interfaces that avoid generic AI a...

Code ReviewEditor's pick
S

Automated PR code review using multiple specialized agents with confidence-based...

react-best-practicesEditor's pick
A

React 19+ / Next.js 15+ 最佳实践指南,929行10个章节。覆盖性能优化、Server Components、Hooks、状态管理。

debuggerEditor's pick
A

快速定位和修复 bug,结构化调试流程:复现→缩小→定位→修复→验证。