9 published skills
- ▌ Woocommerce Markdown · woocommerceGuidelines for creating and modifying markdown files in WooCommerce. Use when writing documentation, README files, or any markdown content.
- ▌ Woocommerce Dev Cycle · woocommerce bundleRun tests, linting, and quality checks for WooCommerce development. Use when running tests, fixing code style, or following the development workflow.
- ▌ Woocommerce Local Env · woocommerceSet up, start, stop, restart, verify, and troubleshoot the WooCommerce Core local development environment with wp-env and asset build watchers. Use when Codex is asked to run WooCommerce locally, prepare wp-env, watch WooCommerce builds, choose between full and targeted build/watch commands, diagnose localhost:8888, or explain local environment setup commands.
- ▌ Woocommerce Store API · woocommerce bundleAdd or modify routes in the WooCommerce Store API (`/wc/store/v1/*`). Use when creating new Store API endpoints, modifying existing ones, or designing the schemas blocks and external integrations consume. Covers authentication, REST URL design, schema/response alignment, variation handling, idempotency, and common pitfalls.
- ▌ Woocommerce Git Commit · woocommerceCommit uncommitted changes with well-crafted messages following WooCommerce repo conventions. Use when the user says "commit", "commit changes", "commit this", "git commit", or "save my work".
- ▌ Woocommerce Code Review · woocommerceReview WooCommerce code changes for coding standards compliance. Use when reviewing code locally, performing automated PR reviews, or checking code quality.
- ▌ Woocommerce Performance · woocommerce bundleIdentify performance issues in WooCommerce PHP code. Use when writing or reviewing code that loads collections of post-based objects (products, orders), renders product lists with images, reads multiple options in a loop or method, or writes SQL queries involving joins, aggregates, meta lookups, or range queries.
- ▌ Woocommerce Email Editor · woocommerceSetup and develop the WooCommerce block email editor. Use when working on email templates, transactional emails, or the email editor feature.
- ▌ Woocommerce Git Draft Pr · woocommerceCreate a high-quality draft PR for the current branch. Use when the user says "create a PR", "draft PR", "open a PR", "make a PR", "push and create PR", or "submit PR".