From woocommerce-woocommerce-dev-cycle
Guides WooCommerce development workflow: run tests, fix PHP/JS code style, linting, and i18n checks. Use when making code changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/woocommerce-woocommerce-dev-cycle:woocommerce-dev-cycleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides guidance for the WooCommerce development workflow, including running tests, code quality checks, and troubleshooting.
This skill provides guidance for the WooCommerce development workflow, including running tests, code quality checks, and troubleshooting.
Follow these guidelines for WooCommerce development workflow:
The standard development workflow:
pnpm run test:php:env -- --filter YourTestClasspnpm run lint:changes:branch:phppnpm run lint:php:fixnpx claudepluginhub aiskillstore/marketplace --plugin woocommerce-woocommerce-dev-cycleGuides WooCommerce development workflow: run PHP/JS tests with pnpm, linting, code quality checks, and fixes. Useful for testing, style issues, and dev cycle in WooCommerce projects.
Reviews generated or changed WooCommerce code for HPOS, checkout, payment, shipping, and order/product logic before shipping.
Reviews WooCommerce code changes against coding standards for PHP backend, JS/TS frontend, and UI copy. Useful for local review, PR automation, and quality checks.