Skip to main content
woocommerce
GitHub creator profile

woocommerce

Repository-level view of 103 collected skills across 12 GitHub repositories.

skills collected
103
repositories
12
updated
Sep 3, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

catalogue-merchandising-review
wholesale-and-retail-buyers-except-farm-products

Use when the merchant asks how to merchandise the catalogue, which products or categories deserve attention, which products are slow movers, how current stock or sale pricing affects product placement, or which product pages need practical improvements.…

May 21, 2026
channel-performance-review
market-research-analysts-and-marketing-specialists-131161

Use when the merchant asks which channels, sources, media, campaigns, or devices are driving revenue, customers, or on-hold pipeline. Produces a merchant-friendly WooCommerce channel performance review using existing attribution analytics, with aggregated…

May 21, 2026
coupon-performance-triage
market-research-analysts-and-marketing-specialists-131161

Use when the merchant asks whether coupons are working, which coupon codes are performing, whether discounting is eating margin, what a promotion cost, which coupons drive new customers, or which codes need attention. Produces a merchant-friendly WooCommerce…

May 21, 2026
customer-acquisition-review
market-research-analysts-and-marketing-specialists-131161

Use when the merchant asks how customer acquisition is performing, whether new customers are growing, which channels brought first-time customers, how new customers compare with returning customers, or what practical acquisition actions to take. Produces a…

May 21, 2026
customer-value-review
market-research-analysts-and-marketing-specialists-131161

Use when the merchant asks about customer lifetime value, best customers over time, repeat buyers, one-time versus repeat purchasing, cohort retention, reorder cadence, loyalty opportunities, or whether recent customers are becoming more valuable. Produces a…

May 21, 2026
failed-order-triage
logisticians

Use when the merchant asks to triage failed orders, on-hold orders, stuck payments, unpaid orders, payment pipeline, checkout failures, payment-gateway problems, or which orders need chasing. Produces a merchant-friendly WooCommerce payment-risk triage using…

May 21, 2026
geography-performance-review
market-research-analysts-and-marketing-specialists-131161

Use when the merchant asks which countries are driving revenue, orders, customers, refunds, or geographic mix changes; whether revenue is concentrated by country; which country-level signals need operational attention; or whether tax-threshold context is…

May 21, 2026
inventory-risk-review
wholesale-and-retail-buyers-except-farm-products

Use when the merchant asks about stock risk, inventory risk, out-of-stock or low-stock products, products to restock or watch, slow-moving stocked products, or sale-priced products with stock issues. Produces a merchant-friendly WooCommerce inventory risk…

May 21, 2026
Showing 8 of 40 collected skills.
auto-login
software-developers

Launch the WooCommerce app on a simulator already authenticated into a given store (site credentials, application password, or WPCom), skipping the manual login UI. Meant to be referenced by other skills/workflows that need a logged-in session fast, but also…

Jul 13, 2026
debug
software-quality-assurance-analysts-and-testers

Debug a failing test or build error in WooCommerce iOS

Jul 8, 2026
woo-ai-smoke
software-quality-assurance-analysts-and-testers

Evaluate WooAIAssistant against a structured scenario suite with hard invariants + LLM-as-judge rubric scoring. Runs live against the demo store + gpt-5.1 via the woo-mobile-ai backend wrapper, writes a JSONL run record, compares against stored baselines, and…

Jul 8, 2026
verify
software-quality-assurance-analysts-and-testers

Build the app, launch on simulator, and verify feature behavior via mobile-mcp interaction. Use after making changes to visually confirm they work from a user's perspective.

Jul 8, 2026
pr
software-developers

Create a pull request following WooCommerce iOS conventions

Mar 13, 2026
setup-context-a8c
software-developers

Set up the ContextA8C MCP server for accessing Automattic internal resources (Slack, Linear, P2s, GitHub Enterprise, etc.)

Mar 5, 2026
simulator
software-developers

Discover and boot an iOS simulator. Use before any command that needs a simulator UDID.

Mar 4, 2026
mocks
software-quality-assurance-analysts-and-testers

Start or stop the WireMock API mock server for UI testing and E2E verification.

Mar 2, 2026
Showing 8 of 14 collected skills.
pr
software-developers

Create a pull request following project conventions. Triggers on any request to create, open, make, submit, file, send, push, spin up, put up, draft, raise, or prepare a PR/pull request.

Aug 3, 2026
verify-on-device
software-developers

Build, install, and visually verify the app on an Android emulator or device. Uses the Android CLI for agents (android) when available with a full mobile-mcp/adb fallback.

Jul 27, 2026
woo-ai-smoke
software-quality-assurance-analysts-and-testers

Run the Android AI Assistant headless smoke regression harness without launching UI.

May 22, 2026
ui-review
web-and-digital-interface-designers

Generate screenshot coverage for screen-level Compose previews from the current diff or a specific target, check required visual and data variations, and produce a compact visual report

May 1, 2026
pos-analytics
software-developers

POS analytics tracking patterns (WooPosAnalyticsEvent sealed class, WooPosAnalyticsTracker, WooPosAnalyticsEventConstant). Use when writing, editing, exploring, debugging, or reviewing analytics tracking in POS (WooPos*) code. NOT for main store app — use the…

Apr 10, 2026
pos-tests
software-quality-assurance-analysts-and-testers

POS unit testing patterns (WooPosCoroutineTestRule, runTest, advanceUntilIdle, mockito-kotlin, event bus mocking, analytics verification). Use when writing, editing, exploring, debugging, or reviewing unit tests for POS (WooPos*) code. NOT for main store app…

Apr 10, 2026
review
software-quality-assurance-analysts-and-testers

Review code changes against project architecture, style, and conventions

Apr 10, 2026
store-analytics
software-developers

Main app analytics tracking patterns (AnalyticsEvent enum, AnalyticsTrackerWrapper, KEY_*/VALUE_* constants). Use when writing, editing, exploring, debugging, or reviewing analytics tracking in the store management app. NOT for POS (WooPos*) code — use the…

Apr 10, 2026
Showing 8 of 13 collected skills.
woocommerce-backend-dev
software-developers

Add or modify WooCommerce backend PHP code following project conventions. Use when creating new classes, methods, hooks, or modifying existing backend code. **MUST be invoked before writing any PHP unit tests.**

Sep 3, 2026
woocommerce-git-commit
software-developers

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

Sep 3, 2026
woocommerce-git-draft-pr
software-developers

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

Sep 3, 2026
woocommerce-code-review
software-quality-assurance-analysts-and-testers

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

Aug 26, 2026
woocommerce-performance
software-developers

Identify 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…

Jul 17, 2026
woocommerce-email-editor
web-developers

Setup and develop the WooCommerce block email editor. Use when working on email templates, transactional emails, or the email editor feature.

Jun 23, 2026
woocommerce-local-env
software-developers

Set 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…

May 22, 2026
woocommerce-dev-cycle
software-developers

Run tests, linting, and quality checks for WooCommerce development. Use when running tests, fixing code style, or following the development workflow.

May 14, 2026
Showing 8 of 11 collected skills.
detect-completed
software-developers

Scans open feature requests for a WooCommerce Marketplace product against its changelog and flags requests whose feature has already shipped. Recommends marking them as completed with a reply pointing to the version. Use when asked to find or close…

May 21, 2026
detect-duplicates
software-developers

Scans all feature requests for a WooCommerce Marketplace product and surfaces duplicates. Use when asked to find or clean up duplicate feature requests on WooCommerce.com.

May 21, 2026
detect-spam
software-developers

Scans open feature requests for a WooCommerce Marketplace product and flags ones that look like spam (promotional links, gibberish, off-topic, copy-pasted SEO content). Lets the user select which to mark as spam, then silently sets the status to spam — no…

May 21, 2026
detect-stale
software-developers

Scans open feature requests for a WooCommerce Marketplace product and flags stale ones (opened more than 3 years ago with 2 or fewer votes). Groups them semantically, proposes tailored closing comments per group (with workarounds/plugins where known), then…

May 21, 2026
detect-support-requests
software-developers

Scans open feature requests for a WooCommerce Marketplace product and flags ones that are actually support questions (troubleshooting, setup help, bug reports framed as features). Lets the user select which to close, then posts a closing comment redirecting…

May 21, 2026
triage-woo-feature-requests
software-developers

Full triage orchestrator for a WooCommerce Marketplace product's feature requests. Fetches all requests once to disk, then delegates each phase (completed → duplicates → spam → support → stale) to a subagent to keep the main context light. State is persisted…

May 21, 2026
Showing 12 of 12 repositories
All repositories loaded