woocommerce-payments
WooCommerce payment plugin development and end-to-end testing
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install WooPayments skills?โผ
Run `npx skills add Automattic/woocommerce-payments --all -g -y` in your terminal to install all skills in this repository globally.
How to run WooPayments E2E tests?โผ
Run `bin/setup-e2e-local.sh` once for first-time setup, then use `pnpm run test:e2e` to execute the Playwright suite against a local WordPress site with real Stripe test transactions.
How does the WooPayments payment flow work?โผ
Every payment moves from the checkout form through the gateway class, typed request classes, the API client, and the Jetpack connection layer to Stripe. The agent is instructed to never skip a layer or call the API client directly.
Can I debug failing E2E tests with this skill?โผ
Yes. It covers reading failure output, opening screenshots and traces, checking Docker container logs, and running tests in interactive UI mode at localhost:8077.
Does this work with Claude Code and other coding agents?โผ
Yes. The AGENTS.md orchestrator and SKILL.md files follow the open standard and work in Claude Code, Cursor, Codex, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core