orbit-conflict-matrix

Detect WordPress plugin conflicts with the top 20 most-installed plugins.

2|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/adityaarsharma/orbit --skill orbit-conflict-matrix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orbit-conflict-matrix
Source: https://github.com/adityaarsharma/orbit/tree/main/skills/orbit-conflict-matrix
Command: npx skills add https://github.com/adityaarsharma/orbit --skill orbit-conflict-matrix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, yoast-seo, rankmath-seo, woocommerce, elementor, jetpack, updraftplus, w3-total-cache, wpforms, contact-form-7, wordfence, smush, litespeed-cache, all-in-one-seo-pack, tablepress, akismet, classic-editor, advanced-custom-fields, monsterinsights, learndash, bbpress, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies conflicts between a WordPress plugin and the top 20 most-installed plugins, helping to avoid compatibility issues before a major release.

Core Features & Use Cases

  • Conflict Detection: Identifies conflicts with popular plugins like Yoast SEO, WooCommerce, Elementor, and Jetpack.
  • Isolation Testing: Tests each plugin one at a time in isolation to ensure accurate results.
  • Quick Start: Run a smoke test against all top 20 plugins using a single command.

Quick Start

Run the conflict test for your plugin using the following command:

PLUGIN_SLUG=my-plugin \
npx playwright test --project=conflict

Frequently Asked Questions about orbit-conflict-matrix

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

FAQPage Schema
How do I test my WordPress plugin for conflicts with popular plugins?

WordPress plugin conflict detection checks your plugin against the top 20 most-installed plugins, including Yoast SEO and WooCommerce, to identify compatibility issues before release. It uses Playwright to test each plugin in isolation for accurate results.

Can I run a smoke test for WordPress compatibility against all top plugins at once?

Yes, you can run a smoke test against all top 20 WordPress plugins using a single Playwright command with the PLUGIN_SLUG environment variable. This quickly identifies broad compatibility issues across plugins like Elementor and Jetpack.

Does this conflict detection test work with WooCommerce and Yoast SEO?

Yes, this conflict detection works with WooCommerce, Yoast SEO, and other major plugins like Rank Math, Elementor, and LiteSpeed Cache. It tests your plugin against 20 popular extensions to ensure broad compatibility.

Do I need Playwright to run WordPress plugin compatibility tests?

Yes, Playwright is required to execute the automated WordPress plugin compatibility tests. The testing workflow uses Playwright to isolate and validate your plugin against each of the top 20 installed plugins.

What is the best way to automate plugin testing before a WordPress release?

Automating plugin testing before a WordPress release is best done by running an isolation test against top plugins. This approach tests your plugin one at a time with each of the top 20 plugins to ensure accurate conflict detection.

Why should I test WordPress plugins in isolation for conflict detection?

Testing WordPress plugins in isolation ensures accurate conflict detection by preventing interference from other active plugins. This method validates your plugin against each of the top 20 plugins individually to pinpoint exact compatibility issues.