Loading...
Loading...
Found 1,069 Skills
Prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields
Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency
Apply RED-GREEN-REFACTOR with Pest or PHPUnit; use factories, feature tests for HTTP, and parallel test runners; verify failures before implementation
Execute Laravel plans in small batches with checkpoints—TDD first, migrations safe, queues verified, and quality gates enforced
Schedule tasks with safety; use withoutOverlapping, onOneServer, and visibility settings for reliable cron execution
Write meaningful documentation that explains why not what; focus on complex business logic and self-documenting code
Compose UIs with Blade components, slots, and layouts; keep templates pure and testable
Use the HTTP client with sensible timeouts, retries, and backoff; capture context and handle failures explicitly
Use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies for correctness
Generic E2E patterns with Playwright—state setup, seeds, test IDs, auth, environment, and Sail integration
Consistent Nova resources—fields, actions, metrics, lenses, filters, authorization—and how to evolve resources alongside schema changes
Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions