RED-GREEN-REFACTOR 사이클 기반 테스트 주도 개발(TDD) 가이드. 새 기능 구현, 버그 수정, 리팩토링 시 실패하는 테스트를 먼저 작성하고 최소 구현으로 통과시킵니다. AI 안티패턴(테스트 삭제, 과도한 구현)을 자동 감지하고 경고합니다.
prompts/skills/tdd-practices
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
This skill should be used when the user asks to "update documentation for my changes", "check docs for this PR", "what d...
Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstring...