Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly
Idioma do texto original: inglês
Menu
O SkillsMP coletou 16 skills de meistro57/chat_bridge. Abra uma skill para revisar a origem e os detalhes.
Mostrando 16 de 16 skills coletadas.
Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly
Idioma do texto original: inglês
Compose UIs with Blade components, slots, and layouts; keep templates pure and testable
Idioma do texto original: inglês
Request effective code reviews—specify focus areas, provide context, ask for architectural feedback, reference Laravel conventions
Idioma do texto original: inglês
Practical daily checklist for Laravel projects; bring services up, run migrations, queues, quality gates, and tests
Idioma do texto original: inglês
Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions
Idioma do texto original: inglês
Provide comprehensive context in prompts—files, errors, Laravel version, dependencies, and monorepo details—for accurate AI responses
Idioma do texto original: inglês
Define clear relationships and load data efficiently; prevent N+1, use constraints, counts/sums, and pivot syncing safely
Idioma do texto original: inglês
Move validation and authorization into Form Requests; use rule objects, custom messages, and nested data handling to keep controllers slim
Idioma do texto original: inglês
Use Laravel-specific vocabulary—Eloquent patterns, Form Requests, API resources, jobs/queues—to get idiomatic framework code
Idioma do texto original: inglês
Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance
Idioma do texto original: inglês
Use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies for correctness
Idioma do texto original: inglês
Enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections
Idioma do texto original: inglês
Operate and verify queues with or without Horizon; safe worker flags, failure handling, and test strategies
Idioma do texto original: inglês
Define clear constraints—performance, security, testing, architecture, dependencies—so AI generates code that meets your project standards
Idioma do texto original: inglês
Schedule tasks with safety; use withoutOverlapping, onOneServer, and visibility settings for reliable cron execution
Idioma do texto original: inglês
Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency
Idioma do texto original: inglês