php-best-practices: PHP 8.x modern patterns, PSR standards, and SOLID principles. Use when reviewing PHP code, checking type safety, auditing code quality, or ensuring PHP best…; react-vite-best-practices: React and Vite performance optimization guidelines. Use when writing, reviewing, or optimizing React components built with Vite. Triggers on tasks involving…; laravel-best-practices: Laravel 13 conventions and best practices. Use when creating controllers, models, migrations, validation, serv…
Updated 2026-09-14 14:32:27 +08:00
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical…
Updated 2026-09-12 01:33:37 +08:00
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Updated 2026-09-12 01:32:55 +08:00
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code follow this repo's documented coding…
Updated 2026-09-12 01:00:35 +08:00
clean-code-guard: Review generated or changed production code before it ships, using Clean Code, SOLID, DRY, KISS, YAGNI, and LLM-specific failure-mode checks in any programming…; test-guard: Review generated or changed test code against universal testing rules before it ships. Best used reactively after an agent writes, edits, generates, or…; docs-guard: Review generated or changed documentation before it ships — READMEs, API references, docstrings, PHPDoc/JSDoc, changelogs, tutorials, and doc…
Updated 2026-07-04 23:26:29 +08:00