tdd이란?
범용 테스트 중심 개발 방법론 및 테스트 설계 기술. 행동 중심 테스트 작성, 모의 전략, 수직 슬라이싱 및 추적자 총알 실행. 테스트 작성 시 자동 로드됨 구현 중에 피드백을 검토하거나 독립형 테스트 작성을 수행합니다. 트리거: 테스트 작성, 테스트 디자인, 모의 전략, 테스트 품질, 동작 테스트, 통합 테스트, 테스트 우선, 빨간색-녹색-리팩터링. 출처: inkeep/team-skills.
범용 테스트 중심 개발 방법론 및 테스트 설계 기술. 행동 중심 테스트 작성, 모의 전략, 수직 슬라이싱 및 추적자 총알 실행. 테스트 작성 시 자동 로드됨 구현 중에 피드백을 검토하거나 독립형 테스트 작성을 수행합니다. 트리거: 테스트 작성, 테스트 디자인, 모의 전략, 테스트 품질, 동작 테스트, 통합 테스트, 테스트 우선, 빨간색-녹색-리팩터링.
명령줄에서 tdd AI 스킬을 개발 환경에 빠르게 설치
출처: inkeep/team-skills.
Universal principles for writing good tests. These apply regardless of framework, language, or repo — discover and follow your repo's specific testing tools, commands, and conventions from its project configuration, contributor guides, existing test files, CI/CD config, and any repo-level AI skills or rules.
Tests verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't break unless behavior changed.
Good tests exercise real code paths through public APIs. They describe what the system does, not how. A good test reads like a specification — "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about internal structure.
범용 테스트 중심 개발 방법론 및 테스트 설계 기술. 행동 중심 테스트 작성, 모의 전략, 수직 슬라이싱 및 추적자 총알 실행. 테스트 작성 시 자동 로드됨 구현 중에 피드백을 검토하거나 독립형 테스트 작성을 수행합니다. 트리거: 테스트 작성, 테스트 디자인, 모의 전략, 테스트 품질, 동작 테스트, 통합 테스트, 테스트 우선, 빨간색-녹색-리팩터링. 출처: inkeep/team-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/inkeep/team-skills --skill tdd범용 테스트 중심 개발 방법론 및 테스트 설계 기술. 행동 중심 테스트 작성, 모의 전략, 수직 슬라이싱 및 추적자 총알 실행. 테스트 작성 시 자동 로드됨 구현 중에 피드백을 검토하거나 독립형 테스트 작성을 수행합니다. 트리거: 테스트 작성, 테스트 디자인, 모의 전략, 테스트 품질, 동작 테스트, 통합 테스트, 테스트 우선, 빨간색-녹색-리팩터링. 출처: inkeep/team-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/inkeep/team-skills --skill tdd 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/inkeep/team-skills