WooCommerce Development Cycle This skill provides guidance for the WooCommerce development workflow, including running tests, code quality checks, and troubleshooting. Instructions Follow these guidelines for WooCommerce development workflow: 1. Running tests : See running-tests.md for PHP and JavaScript test commands, test environment setup, and troubleshooting 2. Code quality : See code-quality.md for linting and code style fixes 3. PHP linting patterns : See php-linting-patterns.md for common PHP linting issues and fixes 4. Markdown linting : See markdown-linting.md for markdown file linti…