Loading...
Loading...
Found 55 Skills
Use when dealing with 2 or more tasks that can be performed independently, with no shared state or sequential dependencies
Run test suite. Use when user wants to run tests, verify functionality, or check for regressions.
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