skills/tdd-discipline/SKILL.md
Test-Driven Development methodology. Use when implementing features or fixing bugs. Write the test first, watch it fail, write minimal code to pass, then refactor. Prevents untested code from shipping.
npx skillsauth add kjaylee/misskim-skills tdd-disciplineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
RED → GREEN → REFACTOR → 반복
npm test path/to/test.test.ts
테스트 전에 코드 작성했으면? → 삭제. 처음부터.
항상:
예외 (주인님 판단):
| 핑계 | 현실 | |------|------| | "너무 간단해서 테스트 불필요" | 간단한 코드도 깨짐. 테스트 30초 | | "나중에 테스트 쓸게" | 나중 = 즉시 통과 = 아무것도 증명 못함 | | "TDD가 느려" | TDD가 디버깅보다 빠름 | | "수동으로 테스트했어" | 수동 = 기록 없음, 재실행 불가 | | "X시간 작업 삭제가 아까워" | 매몰비용. 검증 안 된 코드가 진짜 낭비 |
testing
게임 아이디어를 검토해 와우 팩터 5개를 추가하고, 스펙→TC→구현→QA→런칭까지 한 번에 밀어붙이는 일일 게임 런칭 써클. 기존 자동 게임 파이프라인을 대체/승격할 때 사용.
data-ai
Advanced YouTube analysis, transcripts, and metadata extraction.
development
Modern web design engineering skills including design tokens, advanced UI/UX methodologies, accessibility, and game-specific UI patterns. Use for building commercial-grade, performant, and accessible web interfaces.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".