What is test-driven-development?
(中文)Use when implementing any feature or bugfix, before writing implementation code Source: jackiexiao/jackie-skills-dev.
(中文)Use when implementing any feature or bugfix, before writing implementation code
Quickly install test-driven-development AI skill to your development environment via command line
Source: jackiexiao/jackie-skills-dev.
Write the test first. Watch it fail. Write minimal code to pass.
Core principle: If you didn't watch the test fail, you don't know if it tests the right thing.
Violating the letter of the rules is violating the spirit of the rules.
(中文)Use when implementing any feature or bugfix, before writing implementation code Source: jackiexiao/jackie-skills-dev.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/jackiexiao/jackie-skills-dev --skill test-driven-development(中文)Use when implementing any feature or bugfix, before writing implementation code Source: jackiexiao/jackie-skills-dev.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jackiexiao/jackie-skills-dev --skill test-driven-development 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/jackiexiao/jackie-skills-dev