Borrowing it
Nothing to install: this file belongs to harukiseller-droid/commerce-agent-bench. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/harukiseller-droid/commerce-agent-bench/main/.agents/skills/woocommerce-code-review/SKILL.mdgit clone --depth 1 https://github.com/harukiseller-droid/commerce-agent-benchWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/harukiseller-droid/commerce-agent-bench/woocommerce-code-review)<a href="https://agentmods.dev/skills/harukiseller-droid/commerce-agent-bench/woocommerce-code-review"><img src="https://agentmods.dev/badge/skills/harukiseller-droid/commerce-agent-bench/woocommerce-code-review/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/harukiseller-droid/commerce-agent-bench/woocommerce-code-review"><img src="https://agentmods.dev/badge/skills/harukiseller-droid/commerce-agent-bench/woocommerce-code-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00021 | $0.00313 |
| Opus 5 | $0.00010 | $0.00156 |
| Sonnet 5 | $0.00004 | $0.00063 |
| Haiku 4.5 | $0.00002 | $0.00031 |
Grade A, and why
woocommerce-code-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
WooCommerce Code Review
Purpose
Review WooCommerce hooks, product data, template overrides, escaping, and regression risks.
When to use
Use for functions.php, plugins, snippets, template overrides, or WooCommerce-specific frontend behavior.
Inputs
- changed PHP, template, or plugin source;
- existing hook registrations and callback context;
- runtime product data source when buyer-facing values are involved.
Required checks
- Search existing
add_action/add_filterregistrations before adding another. - Verify callback priorities and removal/replacement behavior.
- Prefer
$product/ WooCommerce APIs for price, SKU, stock, dimensions, and attributes. - Escape output and sanitize input appropriately.
- Avoid global behavior when the requested change is product/category-specific.
- Identify duplicate legacy snippets before merging new code.
- Report mobile/desktop markup impact when the change is frontend-facing.
Output contract
Use the PROTOCOL.md finding contract and include hook names, callback names, priorities, and exact evidence.
Failure conditions
- Do not add a callback before checking for duplicate registrations.
- Missing runtime product data means price, stock, SKU, dimensions, and attributes are
UNKNOWN. - Do not certify escaping or checkout behavior without the relevant source or runtime evidence.
Verification
Run focused PHP/eval tests where available, inspect all matching hook registrations, and report unverified platform behavior.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 43 lines · 21 tokens per session scan A c2cf15fd035e
woocommerce-code-review is a skill published in the GitHub repository harukiseller-droid/commerce-agent-bench (102 stars, last pushed 29d ago), licensed MIT. It adds 21 tokens to every session and 313 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
ai-slop
Operational rubric that turns "don't make AI slop" into observable properties, severity levels, evidence requirements, and repair actions for interface design. Use as the reference rubric when building or reviewing marketing sites, product interfaces, dashboards, portfolios, or e-commerce pages, especially alongside…
woo-guard
Review generated or changed WooCommerce code — extensions, payment and shipping integrations, checkout customizations, and order/product logic — before it ships. Best used reactively after an agent writes, edits, or reviews code touching WooCommerce APIs: wcgetorder, wcgetorders, wcgetproduct, WC() cart or session…
vertical-retail
Retail & e-commerce domain knowledge for SMB storefront products (storefront, inventory, pricing, cart-recovery). Codifies the vocabulary (SKU vs variant, reorder point, COGS/margin, ATS, AOV), the non-obvious rules (Shopify owns the storefront — don't fight it head-on; the wedge is multichannel inventory + reorder…
vertical-restaurants
Domain-knowledge primer for the restaurants & hospitality vertical (dine-in, pickup, delivery). Gives architect and pm the vocabulary, non-obvious operating rules, must-model entities, and incumbent landscape so a restaurant-product spec isn't naive about modifiers, 86'd items, aggregator commissions, tip law, and…
magpie-dependency-audit
Read-only dependency vulnerability audit for one repository or a local checkout. Detects the project's dependency manager(s), runs the appropriate audit tool, surfaces patchable findings grouped by severity, and proposes upgrades for maintainer review. Never modifies manifests or lock files and never opens update PRs.
magento2-code-review
This skill should be used when the user asks to "review this PR/MR", "review this merge request", "review this module", "audit this module before merge", "review this theme", "audit this theme PR", or wants a "full review before release". Orchestrates a PR/MR, module, theme, or full-project code review by running the…