This is a comprehensive PHP code review ruleset that actually checks your project's PHP version first, then only suggests features you can use. It covers 51 rules across type safety, modern syntax (constructor promotion, enums, match expressions, readonly, property hooks), PSR standards, SOLID principles, and security. The version-gated approach is smart because suggesting PHP 8.4 property hooks to someone on 8.1 wastes everyone's time. It outputs findings in a clean `file:line - [category] issue` format. The quick reference tables are genuinely useful when you're mid-review and need to remember whether intersection types landed in 8.1 or 8.2. Best for teams enforcing modern PHP practices or anyone tired of reviews that ignore half the type system.
npx skills add https://github.com/asyrafhussin/agent-skills --skill php-best-practices