Review WooCommerce code changes for coding standards compliance. Use when reviewing code locally, performing automated PR reviews, or checking code quality.
WooCommerce Code Review Review code changes against WooCommerce coding standards and conventions. Critical Violations to Flag Backend PHP Code Consult the woocommerce-backend-dev skill for detailed standards. Using these standards as guidance, flag these violations and other similar ones: Architecture & Structure: ❌ Standalone functions - Must use class methods (file-entities.md) ❌ Using new for DI-managed classes - Classes in src/ must use $container->get() (dependency-injection.md) ❌ Classes outside src/Internal/ - Default location unless explicitly public (file-entities.md) Naming & Conventions:
don't have the plugin yet? install it then click "run inline in claude" again.