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-cycleThis skill uses the workspace's default tool permissions.
This skill provides guidance for the WooCommerce development workflow, including running tests, code quality checks, and troubleshooting.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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.