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 -y skills add secondsky/claude-skills --skill woocommerce-code-review --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
cursor/plugins
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills