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
Использование

После установки вы можете использовать этот skill, выполнив следующую команду в терминале:

skills use tdd-bugfix