🛡️
Quality

Woo Guard

by amElnagdy

Woo Guard is a Quality skill for Claude Code, published by amElnagdy in guard-skills.

1.2K stars140 forkson amElnagdy/guard-skillsAdded 2026/08/20Repository updated 2026/07/04
agent-skillsaiclaudeclaude-codecode-reviewcodexskills-shwoocommercewordpress
Install in seconds
Install Woo Guard
Copy Woo Guard into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/amElnagdy/guard-skills/tree/master/skills/woo-guard ~/.claude/skills/woo-guard

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/amElnagdy/guard-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/woo-guard/SKILL.md in amElnagdy/guard-skills
Installs to
~/.claude/skills/woo-guard
Collection
One of 5 skills cataloged from this repository
Category
Quality1354 skills

What Woo Guard does

Woo Guard reviews WooCommerce code before it ships. Use it after an agent writes or edits WooCommerce extensions, payment/shipping integrations, checkout customizations, or order/product logic to catch HPOS, CRUD, checkout, and money-handling errors.

Woo Guard is cataloged under Quality on DirSkills. Woo Guard comes from a repository tagged agent-skills, ai, claude, claude-code and code-review.

Documentation

README

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.

How to use this skill

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Woo Guard

  • What else does amElnagdy publish alongside Woo Guard?

    Woo Guard is one of 5 skills that DirSkills catalogs from amElnagdy/guard-skills, the repository it ships in. Its siblings there include Clean Code Guard, Docs Guard and Test Guard. Each one is a separate skill with its own page in this directory, installs the same way Woo Guard does, and is maintained by amElnagdy in that same repository. The rest of the collection is listed on the amElnagdy/guard-skills page.

  • How does Woo Guard compare to other Quality skills?

    Woo Guard ranks #744 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Woo Guard against them. Open each page to compare what they document and how they install.