Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly
原文の言語: 英語
メニュー
SkillsMP は meistro57/chat_bridge から 16 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
収集済み skill 16 件中 16 件を表示しています。
Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly
原文の言語: 英語
Compose UIs with Blade components, slots, and layouts; keep templates pure and testable
原文の言語: 英語
Request effective code reviews—specify focus areas, provide context, ask for architectural feedback, reference Laravel conventions
原文の言語: 英語
Practical daily checklist for Laravel projects; bring services up, run migrations, queues, quality gates, and tests
原文の言語: 英語
Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions
原文の言語: 英語
Provide comprehensive context in prompts—files, errors, Laravel version, dependencies, and monorepo details—for accurate AI responses
原文の言語: 英語
Define clear relationships and load data efficiently; prevent N+1, use constraints, counts/sums, and pivot syncing safely
原文の言語: 英語
Move validation and authorization into Form Requests; use rule objects, custom messages, and nested data handling to keep controllers slim
原文の言語: 英語
Use Laravel-specific vocabulary—Eloquent patterns, Form Requests, API resources, jobs/queues—to get idiomatic framework code
原文の言語: 英語
Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance
原文の言語: 英語
Use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies for correctness
原文の言語: 英語
Enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections
原文の言語: 英語
Operate and verify queues with or without Horizon; safe worker flags, failure handling, and test strategies
原文の言語: 英語
Define clear constraints—performance, security, testing, architecture, dependencies—so AI generates code that meets your project standards
原文の言語: 英語
Schedule tasks with safety; use withoutOverlapping, onOneServer, and visibility settings for reliable cron execution
原文の言語: 英語
Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency
原文の言語: 英語