Help us improve
Share bugs, ideas, or general feedback.
Guides 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.
npx claudepluginhub secondsky/claude-skills --plugin woocommerce-dev-cycleHow this skill is triggered — by the user, by Claude, or both
Slash command
/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.
Adds or modifies WooCommerce backend PHP code following project conventions for classes, methods, hooks, dependency injection, data integrity, and unit tests.
Guides WooCommerce plugin testing with PHPUnit unit/integration tests via WP/Woo suites and helpers, Playwright E2E, and WP-CLI scaffolding for test environments.
Reviews WooCommerce PHP backend code for standards compliance on architecture, naming, documentation, data integrity, testing, and UI text conventions like sentence case.
Share bugs, ideas, or general feedback.
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:fixNote: WooCommerce uses pnpm for its build system. For other Node.js projects, prefer bun over npm/pnpm.