test-review
Review existing tests for completeness, quality issues, and common mistakes
probitas-run
Running and validating Probitas scenarios. Use when executing tests, running scenarios, or debugging test failures.
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior. Always find root cause before attempting fixes. Evidence before assertions.
craft-docs
Enables Claude to create and manage documents in Craft via Playwright MCP
playwright-e2e-patterns
End-to-end testing with Playwright including page objects, fixtures, visual regression, and CI integration. Use for E2E test implementation or test architecture.
playwright-explorer
Playwright MCPを使用してWebアプリケーションを探索的にテストし、バグや問題を発見します。手動テストの代替や品質保証の補助に使用します。
performance-testing
Load testing, chaos engineering, and performance validation. Prove your system works under pressure with k6, trace correlation, and progressive load profiles.
testing-patterns
Testing patterns for GoGoJap project. Use when writing tests, creating mocks, or following TDD workflow.
test-gen-workflow
AI-driven test generation with mutation testing and property-based testing. Research shows property-based tests find 50x more bugs than unit tests. Use when: - Need comprehensive test coverage for new code - Coverage gaps identified in existing code - Implementing TDD and need test scaffolding - Want to validate test quality with mutation testing - Edge cases need systematic discovery - Refactoring and need regression safety net Do NOT use for: - Trivial one-liner functions - Generated code with known patterns - Simple CRUD operations (use templates instead)
cui-testing-http
CUI MockWebServer standards for HTTP client testing with JUnit 5 integration
testing-basics
Essential testing patterns for any project. Use when: writing tests, setting up testing, or fixing test issues. Triggers: "test", "testing", "unit test", "write tests".
pytest-test-generator
Generate pytest test templates for LiquidationHeatmap modules following TDD patterns. Automatically creates RED phase tests with fixtures, coverage markers, and integration test stubs.
ios-workflow-to-playwright
Translates iOS workflow markdown files into Playwright E2E tests for CI using WebKit with mobile viewport. Use this when the user says "convert ios workflows to playwright", "translate ios workflows to CI", or wants to promote refined iOS/mobile workflows to automated CI tests.
migestion-test-api
API testing patterns for MiGestion - Jest, Supertest, mocking. Trigger: When writing or running API unit tests.
test-writer
Expert test writing including unit, integration, e2e tests, mocking, and coverage strategies
playwright
Browser automation using Playwright (Firefox, Chromium, WebKit). Supports ARM64 where Chrome doesn't work. Provides page navigation, content extraction, screenshots, and interactive actions.
maestro-workflow
Maestro 기반 모바일 테스트 자동화 워크플로우를 시작합니다. planner -> grouper -> generator -> executor -> healer 순서로 Agent 기반 테스트를 자동 실행합니다. "/maestro-workflow", "마에스트로 워크플로우", "Maestro 테스트" 등의 명령으로 활성화됩니다.