What is tdd?
Test-Driven Development enforcement skill - write tests first, always Source: yeachan-heo/oh-my-codex.
Test-Driven Development enforcement skill - write tests first, always
Quickly install tdd AI skill to your development environment via command line
Source: yeachan-heo/oh-my-codex.
Write code before test? DELETE IT. Start over. No exceptions.
| Code written before test | STOP. Delete code. Write test first. | | Test passes on first run | Test is wrong. Fix it to fail first. | | Multiple features in one cycle | STOP. One test, one feature. | | Skipping refactor | Go back. Clean up before next feature. |
The tdd-guide agent SHOULD consult Codex for test strategy validation.
Test-Driven Development enforcement skill - write tests first, always Source: yeachan-heo/oh-my-codex.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/yeachan-heo/oh-my-codex --skill tddTest-Driven Development enforcement skill - write tests first, always Source: yeachan-heo/oh-my-codex.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yeachan-heo/oh-my-codex --skill tdd Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/yeachan-heo/oh-my-codex