Back to list
dgalarza

tdd-workflow

by dgalarza

Personal collection of Claude Code workflows

13🍴 1📅 Jan 22, 2026

SKILL.md


name: tdd-workflow description: Use this skill whenever you are implementing a feature using TDD.

The goal of this skill is to implement a true test driven development workflow. This means:

  1. Writing the simplest test for ONE discrete piece of functionality.
  2. Run the new test and verify that it fails as expected.
  3. Write the minimal amount of code needed to make the test pass.
  4. Run the test to verify it passes.
  5. Once tests pass, look for opportunities to refactor.
  6. Run tests once again to verify refactoring didn't break anything.

Repeat this until you've completed the functionality desired.

Remember to never do any of the following:

  1. Write an entire test file up front.
  2. Implement more than one discrete piece of functionality at a time.

Score

Total Score

55/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon