·tdd-cycle
</>

tdd-cycle

thibautbaissac/rails_ai_agents

Red-Green-Refactor 주기를 통해 테스트 기반 개발 워크플로를 안내합니다. 사용자가 TDD를 사용하여 기능을 구현하거나, 테스트를 먼저 작성하거나, 테스트 기반 방식을 따르거나, 빨간색-녹색-리팩터링을 언급하려는 경우에 사용하세요.

10설치·0트렌드·@thibautbaissac

설치

$npx skills add https://github.com/thibautbaissac/rails_ai_agents --skill tdd-cycle

SKILL.md

| Test Type | Use For | Location | Example |

| Model spec | Validations, scopes, instance methods | spec/models/ | Testing User#fullname | | Request spec | API endpoints, HTTP responses | spec/requests/ | Testing POST /api/users | | System spec | Full user flows with JavaScript | spec/system/ | Testing login flow |

| Service spec | Business logic, complex operations | spec/services/ | Testing CreateOrderService | | Job spec | Background job behavior | spec/jobs/ | Testing SendEmailJob |

Red-Green-Refactor 주기를 통해 테스트 기반 개발 워크플로를 안내합니다. 사용자가 TDD를 사용하여 기능을 구현하거나, 테스트를 먼저 작성하거나, 테스트 기반 방식을 따르거나, 빨간색-녹색-리팩터링을 언급하려는 경우에 사용하세요. 출처: thibautbaissac/rails_ai_agents.

원본 보기

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/thibautbaissac/rails_ai_agents --skill tdd-cycle
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-01
업데이트
2026-02-18

빠른 답변

tdd-cycle이란?

Red-Green-Refactor 주기를 통해 테스트 기반 개발 워크플로를 안내합니다. 사용자가 TDD를 사용하여 기능을 구현하거나, 테스트를 먼저 작성하거나, 테스트 기반 방식을 따르거나, 빨간색-녹색-리팩터링을 언급하려는 경우에 사용하세요. 출처: thibautbaissac/rails_ai_agents.

tdd-cycle 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/thibautbaissac/rails_ai_agents --skill tdd-cycle 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/thibautbaissac/rails_ai_agents