What problem does it solve? Deciding what to test and how deeply to test it in WordPress projects is hard: plugins, themes, blocks, REST endpoints, and WooCommerce flows each carry different risks. This Skill provides a systematic strategy for matching test depth to risk so coverage effort goes where breakage matters most. ## Core Features & Use Cases - Test Layer Selection: Heuristics for choosing between unit tests, WordPress integration tests, and E2E/browser tests based on the change surface. - Coverage Gap Detection: Ready-to-use ripgrep search patterns to inventory existing PHPUnit, Playwright, and block tests and spot high-risk surfaces with no coverage. - Scenario Checklists: Reference guides covering plugin activation, REST permission failures, block deprecations, and WooCommerce HPOS and checkout regressions. - Use Case: Before a plugin release, ask for a review of missing coverage; the Skill maps hooks, REST routes, and checkout flows to recommended unit, integration, or E2E tests and prioritizes the highest-risk gaps. ## Quick Start Ask the assistant to review the test coverage of your WordPress plugin and recommend which unit, integration, and E2E tests to add before release.