wp-woocommerce-dev

Audits WooCommerce extensions for HPOS compatibility, CRUD usage, payment safety, and integration patterns.

69|9|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/jorgerosal/wordpress-skills --skill wp-woocommerce-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-woocommerce-dev
Source: https://github.com/jorgerosal/wordpress-skills/tree/main/codex-skills/wp-woocommerce-dev
Command: npx skills add https://github.com/jorgerosal/wordpress-skills --skill wp-woocommerce-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex reviewers require a focused, repeatable process to audit WooCommerce extensions for HPOS readiness, secure CRUD usage, and reliable integration patterns.

Core Features & Use Cases

  • HPOS compatibility checks and safe order access patterns
  • Template overrides, hooks preservation, and Store API integration reviews
  • Performance considerations, scheduling with Action Scheduler, and security checks for payment gateways

Quick Start

Inspect the provided WooCommerce extension code to verify HPOS readiness and safe CRUD usage.

Frequently Asked Questions about wp-woocommerce-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if a WooCommerce extension is HPOS compatible?

To check WooCommerce extension HPOS compatibility, inspect the code for safe order access patterns and verify CRUD usage. This review evaluates whether the extension properly supports the custom order table architecture without relying on deprecated direct database access methods.

What is the best way to review WooCommerce payment gateway security?

The best way to review WooCommerce payment gateway security is to audit the code for safe CRUD usage and established gateway safety patterns. This involves checking how the gateway handles data sanitization, validates inputs, and preserves hooks during transaction processing.

How does Store API integration affect WooCommerce extension review?

Store API integration affects WooCommerce extension review by requiring checks on how extensions interact with block-based storefront endpoints. The review verifies that templates, hooks, and performance considerations are properly maintained when extending the API-driven checkout and cart experience.

Can I use Action Scheduler for WooCommerce extension performance checks?

Yes, Action Scheduler is evaluated during WooCommerce extension performance checks. The review inspects how extensions handle scheduled tasks and background processing to ensure they do not block execution threads and maintain reliable store performance.

What are the limitations of reviewing WooCommerce code without HPOS checks?

The limitation of reviewing WooCommerce code without HPOS checks is missing critical compatibility issues with custom order tables. Without verifying safe CRUD usage and proper hook preservation, extensions may fail during order processing or break in newer WooCommerce versions.

Does this WooCommerce extension review cover template overrides?

Yes, this WooCommerce extension review covers template overrides. It inspects code to verify that templates are overridden safely while preserving necessary hooks, ensuring that custom modifications do not break theme integration or block rendering.