بنقرة واحدة
woocommerce-dev-cycle
// Run tests, linting, and quality checks for WooCommerce development. Use when running tests, fixing code style, or following the development workflow.
// Run tests, linting, and quality checks for WooCommerce development. Use when running tests, fixing code style, or following the development workflow.
Build and publish a GitHub Release for the WooCommerce Fraud Protection plugin. Use when creating a new release.
Guidelines for git and GitHub operations in the WooCommerce repository.
Guidelines for creating and modifying markdown files in WooCommerce. Use when writing documentation, README files, or any markdown content.
| name | woocommerce-dev-cycle |
| description | Run tests, linting, and quality checks for WooCommerce development. Use when running tests, fixing code style, or following the development workflow. |
This skill provides guidance for the WooCommerce development workflow, including running tests, code quality checks, and troubleshooting.
IMPORTANT: Always run nvm use before executing any pnpm, npm, or npx commands. This ensures the correct Node.js version is active. Prepend nvm use && to all node-based commands (e.g., nvm use && pnpm run test:php:env).
Follow these guidelines for WooCommerce development workflow:
The standard development workflow:
nvm use && pnpm run test:php:env -- --filter YourTestClassnvm use && pnpm run lint:changes:branch:phpnvm use && pnpm run lint:php:fix