GitHub 이슈를 TDD 기반으로 해결. 브랜치 생성 → TDD → 리뷰 → (통과 시) 커밋/PR → 배포. 리뷰 실패 시 수정 후 재리뷰. Use when: '/fix-issue [이슈번호]', 'fix...
find ~/raki-1203/ -name "*.skill"
Smart GitHub issue creation with codebase analysis, related issue search, and auto-suggested labels. Use when:...
Kent Beck style refactoring workflow for code quality improvement. Triggers automatically after completing features,...
Automated browser testing using Playwright MCP. Use this when user requests to test a web application, run E2E...
Test-Driven Development (TDD) specialist enforcing write-tests-first methodology. MUST USE when: fixing bugs (버그...