테스트 케이스(TC) 문서를 작성하거나 보완할 때 사용하는 스킬. "테스트 스크립트 작성", "TC 만들어줘", "테스트 케이스 작성", "TC 보완", "기존 TC 보완해줘", "QA 문서 작성" 등의 키워드가 나오면 반드시 이 스킬을 사용. 기능 명세서(PRD), 화면 캡처, 기존 TC 초안, 구두 설명 중 어떤 입력이든 수용하며, 테스터가 화면을 헤매지 않고 TC를 수행할 수 있는 수준의 품질로 출력한다.
Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.
Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.
Use when running unit tests in the VS Code repo. Covers the runTests tool, scripts/test.sh (macOS/Linux) and scripts/test.bat (Windows), and their supported arguments for filtering, globbing, and debugging tests.
Use when running integration tests in the VS Code repo. Covers scripts/test-integration.sh (macOS/Linux) and scripts/test-integration.bat (Windows), their supported arguments for filtering, and the difference between node.js integration tests and extension host tests.
Analyze the current branch diff against dev, plan integration tests for changed frontend pages/components, and write them. TRIGGER when user asks to write frontend tests, add test coverage, or 'write tests for my changes'.
テスト駆動開発とGoコードの高品質を保証するための包括的なテスト戦略。