home/categories/git-workflows/marin-community-marin-agents-skills-tdd-bugfix-skill-md
git-workflowsdevops

tdd-bugfix

Fix a bug using test-driven development. Analyze the problem, write a failing test first, fix the code, validate, then commit. Use for in-branch bug fixes where the issue is already understood. For bugs originating from a GitHub issue, prefer fix-issue instead.

marin-community
maintainer
marin-community
업데이트됨 4/6/2026
스타
844
포크
103
quick start

Installation and usage

Fix a bug using test-driven development. Analyze the problem, write a failing test first, fix the code, validate, then commit. Use for in-branch bug fixes where the issue is already understood. For bugs originating from a GitHub issue, prefer fix-issue instead.

설치
$ install --globalskills.sh
사용법

설치 후 터미널에서 다음 명령을 실행하여 이 스킬을 사용할 수 있습니다:

skills use tdd-bugfix