tessl install https://github.com/secondsky/claude-skills --skill woocommerce-dev-cyclegithub.com/secondsky/claude-skills
Run tests, linting, and quality checks for WooCommerce development. Use when running tests, fixing code style, or following the development workflow in WooCommerce projects.
Review Score
87%
Validation Score
13/16
Implementation Score
88%
Activation Score
82%
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.