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