woocommerce skills

43 tagged woocommerce, measured the same way as everything else here.

Browse within: wordpress 30github 19phpstan 19conversion 12retail 12shopify 12ux 12automattic 11ecommerce-platform 11php 11

woocommerce/woocommerce

Skill Claude CodeCodex

Review WooCommerce code changes for coding standards compliance. Use when reviewing code locally, performing automated PR reviews, or checking code quality.

10k 2d ago A 30 tokens

woocommerce/woocommerce

Skill Claude CodeCodex

Create 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".

10k 2d ago A 53 tokens

woocommerce/woocommerce

Skill Claude CodeCodex

Guidelines for creating and modifying markdown files in WooCommerce. Use when writing documentation, README files, or any markdown content.

10k 2d ago A 29 tokens

wp-database

16

mralaminahamed/wp-dev-skills

Skill Claude CodeCodex

Use when a WordPress plugin needs a custom database table β€” creating with dbDelta (strict SQL format: two spaces before PRIMARY KEY, no trailing comma), writing versioned upgrade routines with versioncompare and registeractivationhook, querying with $wpdb prepared statements (prepare, insert, update, delete, getrow…

27 1mo ago A 283 tokens original MIT

wp-github-flow

17

mralaminahamed/wp-dev-skills

Skill Claude CodeCodex

Use when shipping work through GitHub β€” fixing a GitHub issue by URL/number, or committing and PR-ing uncommitted working-tree changes. Covers resolving ISSUEREPO vs CODEREPO, grouping changes into scoped conventional commits (type(scope): summary), branching from fresh origin/base, discovering labels via gh label…

27 1mo ago A 290 tokens original MIT

wp-plugin-testing

18

mralaminahamed/wp-dev-skills

Skill Claude CodeCodex

Use when writing or setting up tests for a WordPress plugin β€” PHPUnit integration tests using WPUnitTestCase with the WP test suite (bin/install-wp-tests.sh, phpunit.xml.dist, tests/bootstrap.php), unit tests with Brain Monkey (when() / expect() / Mockery) or WPMock, test factories (factory()->post->create()…

27 1mo ago A 340 tokens original MIT