woocommerce-code-review

Installation
SKILL.md

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:

  • camelCase naming - Must use snake_case for methods/variables/hooks (code-entities.md)
Related skills

More from microck/ordinary-claude-skills

Installs
5
GitHub Stars
219
First Seen
Jan 24, 2026