Claude-skills-wordpress woocommerce-health-check
WooCommerce configuration diagnostics - identifies checkout problems, cart errors, AJAX mismatches, caching issues, payment gateway setup, SSL enforcement. Revenue-impacting diagnostics. Requires WooCommerce add-on. Use when user says "check my woocommerce health", "audit woocommerce store", "diagnose checkout issues", or "scan my store for problems".
git clone https://github.com/webmyc/claude-skills-wordpress
T=$(mktemp -d) && git clone --depth=1 https://github.com/webmyc/claude-skills-wordpress "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/woocommerce-health-check" ~/.claude/skills/webmyc-claude-skills-wordpress-woocommerce-health-check && rm -rf "$T"
skills/woocommerce-health-check/SKILL.mdWooCommerce Health Check
Identifies WooCommerce configuration issues that impact conversions and revenue: checkout page problems, cart errors, AJAX URL mismatches, caching on checkout pages, payment gateway setup, and SSL on checkout.
What This Skill Does
Finds:
- Checkout page configuration issues (missing required fields, broken layouts)
- Cart page problems (AJAX errors, empty cart detection failures)
- AJAX URL mismatches (causes "Add to Cart" failures)
- Caching enabled on checkout/cart pages (breaks checkout flow)
- Payment gateway configuration issues
- SSL not enforced on checkout (security risk)
- Shipping zone configuration problems
- Stock management issues
Provides:
- Revenue impact assessment for each issue
- Specific fixes with Respira workflows
- Mobile vs desktop comparison for checkout flow
- Payment gateway verification checklist
Requirements
- Respira for WordPress plugin installed
- WooCommerce add-on installed and licensed
- WooCommerce plugin active on your site
- MCP connection active
- Read-only access (no changes without approval)
Why WooCommerce Add-on is Required
This skill uses WooCommerce-specific MCP tools only available with the WooCommerce add-on.
Without the WooCommerce add-on, this skill cannot access your store data.
How to Use
Trigger Phrases
- "check my woocommerce health"
- "audit my woocommerce store"
- "diagnose woocommerce checkout issues"
- "scan my store for problems"
What Happens
- Verifies WooCommerce installation and version
- Scans checkout and cart pages for configuration issues
- Tests AJAX endpoints for proper response
- Checks for caching on checkout/cart pages
- Verifies payment gateway configuration
- Confirms SSL enforcement on checkout
- Reviews shipping zone setup
- Checks stock management settings
- Generates revenue-impact scored report
For detailed example output, see
references/example-output.md
Honest Disclaimer
This skill identifies WooCommerce configuration issues. Fixes require testing on duplicate pages first, then approval before going live.
What this skill CANNOT do:
- Automatically fix your checkout flow
- Make instant changes to WooCommerce settings
- Guarantee conversion rate improvements
What this skill CAN do:
- Identify revenue-blocking configuration issues
- Provide specific fix workflows with code examples
- Test fixes on duplicates before going live
- Score issues by revenue impact
Safety Model
- Read-only scan - no changes to live store
- Duplicate-first - test fixes on duplicate pages
- Approval required - review before changes go live
- Rollback ready - can revert if anything breaks
Technical Details
Uses these WooCommerce MCP tools (requires WooCommerce add-on):
woocommerce_list_productswoocommerce_list_orderswoocommerce_get_stock_statuswoocommerce_sales_report
Plus WordPress core tools:
- scan checkout/cart pageswordpress_get_page
- detect caching pluginswordpress_list_plugins
- check theme compatibilitywordpress_get_theme_info
Related Skills
- Technical Debt Audit - general site cleanup
- Mobile Experience Report - mobile shopping experience
- WordPress Site DNA - full site archaeology
Built by Respira for WordPress https://respira.press
Note: Requires WooCommerce add-on license to access WooCommerce-specific diagnostic tools.