wp-test-strategy

Prescribe unit, integration, and end-to-end testing strategies for WordPress changes.

69|9|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/jorgerosal/wordpress-skills --skill wp-test-strategy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-test-strategy
Source: https://github.com/jorgerosal/wordpress-skills/tree/main/codex-skills/wp-test-strategy
Command: npx skills add https://github.com/jorgerosal/wordpress-skills --skill wp-test-strategy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex needs clear guidance to decide what to test, how deeply to test, and which mix of unit, integration, and E2E coverage best fits a WordPress change.

Core Features & Use Cases

  • Identify risk surfaces and recommend targeted test levels (unit, integration, E2E).
  • Align testing plans with WordPress features, plugins, and migrations.
  • Provide a structured, repeatable decision framework for release readiness.

Quick Start

Provide a concise testing plan for a WordPress change that specifies the recommended test levels and scope.

Frequently Asked Questions about wp-test-strategy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I define a testing strategy for WordPress plugin or theme changes?

A WordPress testing strategy identifies risk surfaces across features, blocks, themes, and plugins, then prescribes targeted unit, integration, and end-to-end coverage. It applies risk-based guidance to tailor test scope for release readiness.

When should I use E2E testing versus unit testing in WordPress?

Use E2E testing for high-risk user flows like checkout or migration paths, and unit testing for isolated logic in blocks or REST API endpoints. Risk-based analysis determines the appropriate mix of test levels for each specific WordPress change.

How do I plan integration tests for a WordPress REST API migration?

Planning integration tests for a WordPress REST API migration involves mapping data dependencies and validating endpoint interactions. The strategy framework recommends integration coverage to ensure system components interact correctly during the migration process.

Does this testing strategy work for WordPress blocks and custom plugins?

Yes, the testing strategy explicitly supports WordPress blocks, custom plugins, themes, and REST APIs. It provides a structured decision framework to align the appropriate test levels with the specific components being modified.

What is the best way to assess release readiness for a WordPress update?

Assessing release readiness requires a structured testing plan that specifies recommended test levels and scope. By identifying risk surfaces first, the strategy ensures targeted coverage across unit, integration, and E2E tests before deployment.