Skip to main content
Run any Skill in Manus
with one click
woocommerce
GitHub creator profile

woocommerce

Repository-level view of 100 collected skills across 11 GitHub repositories.

skills collected
100
repositories
11
updated
2026-07-24
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. Produces a merchant-friendly WooCommerce catalogue merchandising review using existing analytics and product tools, with aggregated data only, no customer PII, no forecasts, and no suggestions to build new tools.

2026-05-21
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 data only, no customer PII, no ROAS or ad-spend claims, and no suggestions to build new tools.

2026-05-21
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 coupon performance triage using existing analytics tools, with aggregated data only, no customer PII, and no suggestions to build new tools.

2026-05-21
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 merchant-friendly WooCommerce customer acquisition review using existing analytics tools, with aggregated data only, no customer PII, no forecasts, and no suggestions to build new tools.

2026-05-21
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 merchant-friendly WooCommerce customer value review using existing analytics tools, with aggregated and pseudonymised data only, no customer PII, and no suggestions to build new tools.

2026-05-21
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 existing analytics tools, with no customer PII and no suggestions to build new tools.

2026-05-21
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 relevant. Produces a merchant-friendly WooCommerce billing-country performance review using existing analytics tools, with aggregated data only, no customer PII, no legal or tax advice, and no suggestions to build new tools.

2026-05-21
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 review using existing catalogue and analytics tools, with aggregated data only, no customer PII, no forecasts, and no suggestions to build new tools.

2026-05-21
Showing top 8 of 40 collected skills in this repository.
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 directly runnable.

2026-07-13
debug
software-quality-assurance-analysts-and-testers

Debug a failing test or build error in WooCommerce iOS

2026-07-08
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 surfaces regressions. Always delegated to a subagent so the main context only sees the markdown report.

2026-07-08
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.

2026-07-08
pr
software-developers

Create a pull request following WooCommerce iOS conventions

2026-03-13
setup-context-a8c
software-developers

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

2026-03-05
simulator
software-developers

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

2026-03-04
mocks
software-quality-assurance-analysts-and-testers

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

2026-03-02
Showing top 8 of 14 collected skills in this repository.
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.

2026-07-07
woo-ai-smoke
software-quality-assurance-analysts-and-testers

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

2026-05-22
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

2026-05-01
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.

2026-04-21
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 `store-analytics` skill instead.

2026-04-10
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 tests — use the `store-tests` skill instead.

2026-04-10
review
software-quality-assurance-analysts-and-testers

Review code changes against project architecture, style, and conventions

2026-04-10
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 `pos-analytics` skill instead.

2026-04-10
Showing top 8 of 13 collected skills in this repository.
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 involving joins, aggregates, meta lookups, or range queries.

2026-07-17
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".

2026-07-10
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.

2026-06-23
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".

2026-06-03
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 and targeted build/watch commands, diagnose localhost:8888, or explain local environment setup commands.

2026-05-22
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.

2026-05-14
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.**

2026-05-14
woocommerce-store-api
software-developers

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

2026-05-12
Showing top 8 of 11 collected skills in this repository.
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 fulfilled/shipped feature requests on WooCommerce.com.

2026-05-21
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.

2026-05-21
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 comment is posted. Use when asked to find or clean up spam feature requests on WooCommerce.com.

2026-05-21
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 closes approved ones. Use when asked to find or clean up stale/old/low-vote feature requests on WooCommerce.com.

2026-05-21
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 them to woocommerce.com/contact-us/. Use when asked to find or clean up support questions misfiled as feature requests.

2026-05-21
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 under `.triage-state/<product_id>/` so the run is resumable per-FR. Ends with an optional free-form analysis pass. Use when asked to run a full triage or cleanup on a product's feature requests.

2026-05-21
Showing 11 of 11 repositories
All repositories loaded