This handles the standard WooCommerce development loop: running PHP and JavaScript tests, fixing linting errors, and checking code quality. You'd reach for it when you need to verify changes with `pnpm run test:php:env`, fix code style issues, or troubleshoot test failures in a WooCommerce project. It includes patterns for common PHP linting problems and focuses on running targeted tests during development rather than the full suite. The workflow is straightforward: make changes, run filtered tests, fix linting on your branch only, then commit. One thing worth noting is that it emphasizes using pnpm specifically for WooCommerce while recommending bun for other Node.js work, which is a refreshingly opinionated stance.
npx skills add https://github.com/secondsky/claude-skills --skill woocommerce-dev-cycle