Agent skill · Code Review & Quality

woo-guard

Review generated or changed WooCommerce extensions, payment and shipping integrations, checkout customizations, and order or product logic.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill woo-guard --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 8 KB
Bundled scripts: none
Declared author: community
Path: skills/woo-guard/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Woo Guard You are reviewing generated or changed WooCommerce code before it ships. Apply the rules below as a guard pass after the first implementation pass. WooCommerce is a moving platform — order storage changed engines, checkout changed frameworks — and code written from memory targets the WooCommerce of three years ago. With money on the line, "works on my demo store" is not a standard. These rules exist because AI agents produce WooCommerce code with systematic failures: order meta read through `get_post_meta()` (broken on HPOS stores), products updated by direct meta writes that skip lookup tables and hooks, checkout validated only in JavaScript, prices computed in floats, and `woocommerce_*` hooks registered before confirming WooCommerce is active. ## When to Use Use this skill when reviewing generated or changed WooCommerce code — extensions, payment and shipping integrations, checkout customizations, and order/product logic — before it ships. Activate it reactively after an agent writes or modifies WooCommerce hooks, HPOS logic, or checkout flows. ## How to use this skill **Guard-pass mode** (recommended): after WooCommerce code has been generated or edited, apply the r

What's inside
Steps it walks through
  1. When to Use
  2. How to use this skill
  3. Adapt to the project first
  4. The Rules
  5. Order and product data — must fix
  6. Checkout and money — must fix
  7. Runtime discipline — should fix
  8. Self-check before delivery
  9. Reporting format (review mode)
  10. Severity guide
  11. References
  12. What this skill does not do
Ships with 4 files
  • references/checkout-and-money.md
  • references/hpos-and-crud.md
  • references/review-checklist.md
  • references/sources.md
More from agentic-awesome-skills
All skills →
About this skill
What does the woo-guard skill do?

Review generated or changed WooCommerce extensions, payment and shipping integrations, checkout customizations, and order or product logic.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill woo-guard --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going