What problem does it solve?
This Skill ensures Laravel features are implemented with senior-level code quality, security, performance, and testing standards, delivering maintainable and robust solutions. It brings the discipline of a seasoned developer to every line of code, so you can build with confidence.
Core Features & Use Cases
- TDD-Driven Implementation: Follows a test-first approach, writing failing tests before implementing minimal code.
- High-Quality Code Standards: Adheres to strict guidelines for documentation, type safety, naming conventions, and architectural patterns (thin controllers, services, actions).
- Security & Performance Awareness: Proactively considers mass assignment, SQL injection, N+1 queries, caching, and queueing during implementation.
- Use Case: You have a detailed plan for a new user authentication module. Use this Skill to implement it, ensuring TDD is followed, security best practices are applied, and the code is clean, well-documented, and performant.
Quick Start
Implement the CreateOrderAction based on the provided plan, ensuring all tests pass and code standards are met.