woocommerce-code-review
Validates WooCommerce code changes for compliance with project standards, including PHP architecture patterns, naming conventions, documentation requirements, and UI copy guidelines. Flags violations with references to relevant standard documentation and provides corrective examples.
WooCommerce Code Review checks your code changes against WooCommerce coding standards and conventions.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-25
WooCommerce Code Review checks your code changes against WooCommerce coding standards and conventions. Validates WooCommerce code changes for compliance with project standards, including PHP architecture patterns, naming conventions, documentation requirements, and UI copy guidelines. Flags violations with references to relevant standard documentation and provides corrective examples.
Use it when
- Yes, woocommerce-code-review automates PR code review by systematically inspecting backend PHP code.
- woocommerce-code-review flags backend PHP violations and architecture issues including improper design patterns.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
secondsky/claude-skills/woocommerce-code-review · repository language: TypeScript
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How does woocommerce-code-review check woo commerce coding standards compliance?
woocommerce-code-review validates code changes against WooCommerce project standards by examining PHP architecture patterns, naming conventions, documentation requirements, and UI copy guidelines. It flags violations with references to relevant standard documentation and provides corrective examples to help developers align their code with established practices.
Can woocommerce-code-review automate PR code review for WooCommerce projects?
Yes, woocommerce-code-review automates PR code review by systematically inspecting backend PHP code, validating docblocks and naming standards, checking test compliance, and reviewing UI text against WooCommerce guidelines. This automation reduces manual review overhead while ensuring consistent application of coding standards across pull requests.
What backend PHP violations does woocommerce-code-review flag?
woocommerce-code-review flags backend PHP violations and architecture issues including improper design patterns, non-compliant naming conventions, missing or incorrect documentation, inadequate test coverage, and violations of WooCommerce architectural standards. Each flagged issue includes references to relevant documentation and suggested corrections.
Does woocommerce-code-review validate documentation and naming standards?
woocommerce-code-review validates documentation, naming, and testing standards compliance as core functions. It checks docblock completeness and accuracy, verifies naming conventions across classes and functions, and ensures test code meets WooCommerce standards, helping maintain code quality and maintainability.
Can woocommerce-code-review review woocommerce code for standards in UI text?
woocommerce-code-review includes UI text and copy validation against WooCommerce guidelines. While this represents a smaller portion of its review scope, it ensures that user-facing strings comply with project standards for tone, terminology, and localization readiness.
What license does woocommerce-code-review use?
woocommerce-code-review is released under the MIT license, allowing free use, modification, and distribution in both open-source and commercial projects with minimal restrictions.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
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
newfor DI-managed classes - Classes insrc/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)
- **Yoda
(truncated - see the full file via the links below)
File tree — 1 file
plugins/woocommerce-code-review/skills/woocommerce-code-review/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Review WooCommerce code changes against coding standards and conventions”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Launch a local WooCommerce development environment at localhost:8888 with wp-env and optional asset watchers for frontend changes. The skill handles environment setup, dependency checks, and provides quick commands for starting, stopping, and rebuilding WooCommerce components.
This skill commits your WooCommerce work with clear, convention-compliant messages. It analyzes your changes, groups related edits into separate commits when warranted, and stages only the files you intend—never blanket-adding everything.
This skill guides you through WooCommerce's development workflow, covering test execution, code quality checks, and linting across PHP, JavaScript, and Markdown. Follow the standard cycle of making changes, running tests, fixing style issues, and committing only after validation passes.
This skill guides you through WooCommerce's markdown standards for documentation and README files. It covers heading hierarchy, list formatting with proper indentation, code block syntax highlighting, and UTF-8 character handling for directory trees. Use markdownlint from the repository root to auto-fix and validate your changes.
Connect your app to Stripe, PayPal, or Square for complete payment handling. The skill covers checkout flows, subscription billing, refunds, and webhook processing with built-in security practices and error handling.
Code Review executes a systematic multi-phase examination of pull requests and code diffs, starting with scope and intent identification before conducting a critical pass for logic errors, injection vulnerabilities, and resource leaks. Specialist lenses then apply targeted checks based on change type—tests, data access, auth, or UI—with each finding assigned a confidence level to guide merge decisions.
More skills python-code-review (Apache-2.0)