Loading...
Loading...
Found 319 Skills
Bug-to-test pipeline: reproduce the bug as a failing test first, then fix. The regression test lives forever.
Make all tech decisions, write CLAUDE.md, scaffold the project, and get a smoke test passing. Run after /wireframe.
Check and configure UX testing infrastructure (Playwright, accessibility, visual regression)
Use this for writing end-to-end (E2E) tests that simulate real user interactions in browsers (Playwright, Cypress, Selenium).
Review existing tests for completeness, quality issues, and common mistakes
개발 완료 후 피처 기반 E2E 테스트 작성 및 실행. /verify 이후 실제 사용자 플로우를 검증합니다. "e2e 검증", "e2e-verify", "E2E 테스트" 키워드에 활성화.
Write tests following TDD principles. Use when implementing features, fixing bugs, or adding test coverage. Covers e2e, integration, and unit testing patterns.