This does automated code reviews for WooCommerce pull requests, checking against their official coding standards. It catches the usual suspects like camelCase instead of snake_case, missing docblocks, Title Case in UI copy when it should be sentence case, and architectural issues like standalone functions or improper dependency injection. It references three other skills (woocommerce-backend-dev, woocommerce-copy-guidelines, woocommerce-dev-cycle) for the actual standards and formats violations with file locations and fixes. Honestly most useful if you're regularly contributing to WooCommerce core or maintaining plugins that follow their conventions, since it's pretty opinionated about their specific way of doing things.
npx skills add https://github.com/secondsky/claude-skills --skill woocommerce-code-review