A comprehensive testing skill for Laravel projects using Pest that covers the full stack from unit to feature tests. You get opinionated patterns for Arrange-Act-Assert structure, proper mocking techniques, null drivers for external services, and declarative factories that make tests readable. It includes specific guidance for testing actions, controllers, DTOs, form request validation, and services. The approach is pragmatic: rather than generic testing advice, you get concrete patterns for Laravel's specific architectural layers. If you're tired of inconsistent test organization across your team or struggle with brittle mocks, this codifies a solid approach that works.
npx skills add https://github.com/leeovery/claude-laravel --skill laravel-testing