Skill Claude CodeCodex
Review WooCommerce code changes for coding standards compliance. Use when reviewing code locally, performing automated PR reviews, or checking code quality.
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
Skill Claude CodeCodex
Review WooCommerce code changes for coding standards compliance. Use when reviewing code locally, performing automated PR reviews, or checking code quality.
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".
Skill Claude CodeCodex
Guidelines for creating and modifying markdown files in WooCommerce. Use when writing documentation, README files, or any markdown content.
OrdinaryChart/r08-composiohq-awesome-claude-skills-ecommerce
Skill Claude CodeCodex
π E-commerce & Retail skill suite derived from ComposioHQ/awesome-claude-skills. Product catalogue optimisation, conversion rate, customer journey and retail analytics. Provides 10 specialised commands for ecommerce, retail, shopify workflows.
pondhelpplain/r15-shanraisshan-claude-code-best-practice-ecommerce
Skill Claude CodeCodex
π E-commerce & Retail skill suite derived from shanraisshan/claude-code-best-practice. Product catalogue optimisation, conversion rate, customer journey and retail analytics. Provides 10 specialised commands for ecommerce, retail, shopify workflows.
MoonWeaponsmith/r19-iannuttall-claude-agents-ecommerce
Skill Claude CodeCodex
π E-commerce & Retail skill suite derived from iannuttall/claude-agents. Product catalogue optimisation, conversion rate, customer journey and retail analytics. Provides 10 specialised commands for ecommerce, retail, shopify workflows.
Topclicondense/r04-alirezarezvani-claude-code-skill-factory-ecommerce
Skill Claude CodeCodex
π E-commerce & Retail skill suite derived from alirezarezvani/claude-code-skill-factory. Product catalogue optimisation, conversion rate, customer journey and retail analytics. Provides 10 specialised commands for ecommerce, retail, shopify workflows.
mistchandlergazebo/r02-alirezarezvani-claude-skills-ecommerce
Skill Claude CodeCodex
π E-commerce & Retail skill suite derived from alirezarezvani/claude-skills. Product catalogue optimisation, conversion rate, customer journey and retail analytics. Provides 10 specialised commands for ecommerce, retail, shopify workflows.
gracecrusader4893/r03-anthropics-skills-ecommerce
Skill Claude CodeCodex
π E-commerce & Retail skill suite derived from anthropics/skills. Product catalogue optimisation, conversion rate, customer journey and retail analytics. Provides 10 specialised commands for ecommerce, retail, shopify workflows.
Crystalograb/r09-travisvn-awesome-claude-skills-ecommerce
Skill Claude CodeCodex
π E-commerce & Retail skill suite derived from travisvn/awesome-claude-skills. Product catalogue optimisation, conversion rate, customer journey and retail analytics. Provides 10 specialised commands for ecommerce, retail, shopify workflows.
SoapmakerRepresent/r05-jqueryscript-awesome-claude-code-ecommerce
Skill Claude CodeCodex
π E-commerce & Retail skill suite derived from jqueryscript/awesome-claude-code. Product catalogue optimisation, conversion rate, customer journey and retail analytics. Provides 10 specialised commands for ecommerce, retail, shopify workflows.
Signonrecall/r17-behisecc-awesome-claude-skills-ecommerce
Skill Claude CodeCodex
π E-commerce & Retail skill suite derived from BehiSecc/awesome-claude-skills. Product catalogue optimisation, conversion rate, customer journey and retail analytics. Provides 10 specialised commands for ecommerce, retail, shopify workflows.
LengthColonel/r01-hesreallyhim-awesome-claude-code-ecommerce
Skill Claude CodeCodex
π E-commerce & Retail skill suite derived from hesreallyhim/awesome-claude-code. Product catalogue optimisation, conversion rate, customer journey and retail analytics. Provides 10 specialised commands for ecommerce, retail, shopify workflows.
BanSailmakerDitch/r16-voltagent-awesome-agent-skills-ecommerce
Skill Claude CodeCodex
π E-commerce & Retail skill suite derived from VoltAgent/awesome-agent-skills. Product catalogue optimisation, conversion rate, customer journey and retail analytics. Provides 10 specialised commands for ecommerce, retail, shopify workflows.
FenceBoulderHeal/r07-getbindu-awesome-claude-code-and-skills-ecommerce
Skill Claude CodeCodex
π E-commerce & Retail skill suite derived from GetBindu/awesome-claude-code-and-skills. Product catalogue optimisation, conversion rate, customer journey and retail analytics. Provides 10 specialised commands for ecommerce, retail, shopify workflows.
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β¦
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β¦
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()β¦