What problem does it solve? Writing thorough Laravel tests is time-consuming, and AI-generated tests often get weakened, skipped, or deleted just to make a suite pass. This Skill enforces a strict no-weakening policy and sad-path requirements so Pest tests for Laravel actions and HTTP behavior stay honest and comprehensive. ## Core Features & Use Cases - Pest Test Generation: Writes Pest tests covering Laravel actions and HTTP behavior, including failure and edge cases. - No-Weakening Guardrail: Never weakens, skips, or deletes tests merely to make the suite pass, preserving test integrity. - Layered Guidance: Loads the user's test-writer agent instructions and the pest-testing skill for consistent conventions. - Use Case: After adding a new Laravel action class and its controller endpoint, ask for tests and receive Pest specs covering the happy path plus validation failures, authorization errors, and other sad paths. ## Quick Start Write Pest tests for my new Laravel action and its HTTP endpoint, covering both the happy path and sad-path failure cases.