NEW Browse AI tools across categories — updated daily. See what's new →

Fix E2e Tests

Given a wp-calypso PR number, identify the failing E2E test(s) in that PR's CI run so they can be fixed. Use when asked to investigate or fix a failing E2E…

Version1.0.0
LicenseMIT
Token count~513
UpdatedJun 5, 2026

Install

Quick install

via npx skills · works with 57+ agents
npx skills add https://github.com/automattic/wp-calypso/tree/HEAD/skills/fix-e2e-tests
Or pick agent:
npx skills add automattic/wp-calypso --skill fix-e2e-tests --agent claude-code
npx skills add automattic/wp-calypso --skill fix-e2e-tests --agent cursor
npx skills add automattic/wp-calypso --skill fix-e2e-tests --agent codex
npx skills add automattic/wp-calypso --skill fix-e2e-tests --agent opencode
npx skills add automattic/wp-calypso --skill fix-e2e-tests --agent github-copilot
npx skills add automattic/wp-calypso --skill fix-e2e-tests --agent windsurf
More install options

Shorthand — useful for multi-skill repos:

npx skills add automattic/wp-calypso --skill fix-e2e-tests

Manual — clone the repo and drop the folder into your agent's skills directory:

git clone https://github.com/automattic/wp-calypso.git
cp -r wp-calypso/skills/fix-e2e-tests ~/.claude/skills/
How to use: Once installed, ask your agent to "use the fix-e2e-tests skill" or describe what you want (e.g. "Given a wp-calypso PR number, identify the failing E2E test(s) in that PR's CI r"). Requires Node.js 18+.

fix-e2e-tests

Given a wp-calypso PR number, identify the failing E2E test(s) in that PR's CI run so they can be fixed. Use when asked to investigate or fix a failing E2E…

fix-e2e-testsby automattic

Given a wp-calypso PR number, identify the failing E2E test(s) in that PR's CI run so they can be fixed. Use when asked to investigate or fix a failing E2E…

npx skills add https://github.com/automattic/wp-calypso --skill fix-e2e-testsDownload ZIPGitHub

More skills from automattic

studio-cliby automatticUse the Studio CLI to manage local WordPress sites, authentication, and preview sites. Invoke this skill when you need to run Studio CLI commands, manage…wp-project-triageby automatticUse when you need a deterministic inspection of a WordPress repository (plugin/theme/block theme/WP core/Gutenberg/full site) including tooling/tests/version…wp-rest-apiby automatticUse when building, extending, or debugging WordPress REST API endpoints/routes: register_rest_route, WP_REST_Controller/controller classes, schema/argument…wp-wpcli-and-opsby automatticUse when working with WP-CLI (wp) for WordPress operations: safe search-replace, db export/import, plugin/theme/user/content management, cron, cache flushing,…wpdsby automatticUse when building UIs leveraging the WordPress Design System (WPDS) and its components, tokens, patterns, etc.radical-pipelinesby automatticExecute a software engineering task by running it through six sequential phases (Prompt → Spec → Design doc → Implementation plan → Implementation →…wordpress-routerby automatticUse when the user asks about WordPress codebases (plugins, themes, block themes, Gutenberg blocks, WP core checkouts) and you need to quickly classify the repo…wp-abilities-apiby automatticUse when working with the WordPress Abilities API (wp_register_ability, wp_register_ability_category, /wp-json/wp-abilities/v1/*, @wordpress/abilities)…

---

Source: https://github.com/automattic/wp-calypso/tree/HEAD/skills/fix-e2e-tests
Author: automattic
Discovered via: mcpservers.org

SKILL.md source

---
name: fix-e2e-tests
description: Given a wp-calypso PR number, identify the failing E2E test(s) in that PR's CI run so they can be fixed. Use when asked to investigate or fix a failing E2E…
---

# fix-e2e-tests

Given a wp-calypso PR number, identify the failing E2E test(s) in that PR's CI run so they can be fixed. Use when asked to investigate or fix a failing E2E…

# fix-e2e-testsby automattic
Given a wp-calypso PR number, identify the failing E2E test(s) in that PR's CI run so they can be fixed. Use when asked to investigate or fix a failing E2E…

`npx skills add https://github.com/automattic/wp-calypso --skill fix-e2e-tests`Download ZIPGitHub

## More skills from automattic
studio-cliby automatticUse the Studio CLI to manage local WordPress sites, authentication, and preview sites. Invoke this skill when you need to run Studio CLI commands, manage…wp-project-triageby automatticUse when you need a deterministic inspection of a WordPress repository (plugin/theme/block theme/WP core/Gutenberg/full site) including tooling/tests/version…wp-rest-apiby automatticUse when building, extending, or debugging WordPress REST API endpoints/routes: register_rest_route, WP_REST_Controller/controller classes, schema/argument…wp-wpcli-and-opsby automatticUse when working with WP-CLI (wp) for WordPress operations: safe search-replace, db export/import, plugin/theme/user/content management, cron, cache flushing,…wpdsby automatticUse when building UIs leveraging the WordPress Design System (WPDS) and its components, tokens, patterns, etc.radical-pipelinesby automatticExecute a software engineering task by running it through six sequential phases (Prompt → Spec → Design doc → Implementation plan → Implementation →…wordpress-routerby automatticUse when the user asks about WordPress codebases (plugins, themes, block themes, Gutenberg blocks, WP core checkouts) and you need to quickly classify the repo…wp-abilities-apiby automatticUse when working with the WordPress Abilities API (wp_register_ability, wp_register_ability_category, /wp-json/wp-abilities/v1/*, @wordpress/abilities)…

---

**Source**: https://github.com/automattic/wp-calypso/tree/HEAD/skills/fix-e2e-tests
**Author**: automattic
**Discovered via**: mcpservers.org

Related skills 6

agent-browser

★ Featured Official

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also use...

vercel-labs 297k
Testing & Quality

grill-me

★ Featured

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

mattpocock 192k
Testing & Quality

grill-with-docs

★ Featured

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

mattpocock 138k
Testing & Quality

minimal-run-and-audit

★ Featured

RigorPilot trusted execution and reporting skill for README-first deep learning repo reproduction. Use when the task is specifically to capture or normalize evidence from the selected smoke test or documented inference or evaluation command and write standardized `repro_outputs/` files, including patch notes when repository files changed. Do not use for training execution, initial repo intake, generic environment setup, paper lookup, target selection, hidden scientific-meaning changes, or end...

lllllllama 127k
Testing & Quality

polish

★ Featured

Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great.

pbakaus 86k
Testing & Quality

critique

★ Featured

Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or component.

pbakaus 83k
Testing & Quality