Loading...
Loading...
Found 55 Skills
Run test suite. Use when user wants to run tests, verify functionality, or check for regressions.
Implement the minimal code needed to make failing tests pass in the TDD green phase.
Run Playwright smoke tests, debug failures, and verify fixes
Use for test lifecycle hooks: beforeAll, afterAll, beforeEach, afterEach, fixtures, preload.
Iteratively fix test failures until all tests pass. Use when tests are failing and you want Claude to automatically plan and fix them in a loop.
Concurrent investigation pattern - dispatches multiple AI agents to investigate and fix independent problems simultaneously.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies