Audit & Diagnostics Custom Skills · Curated

Plugin Conflict Triager

Narrows down which plugin is causing a reported conflict through systematic isolation testing.

What it does

Takes a symptom (white screen, broken layout, JS error, checkout failure) and works through a bisection process, deactivating plugins in batches and narrowing to the single plugin or plugin pair responsible, rather than guessing from the plugin list. Also checks whether the active theme is the actual culprit before blaming a plugin.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/plugin-conflict-triager/ (or ~/.claude/skills/plugin-conflict-triager/ for all projects)

GitHub Copilot (VS Code)

.github/skills/plugin-conflict-triager/

OpenAI Codex

.codex/skills/plugin-conflict-triager/

Cursor

.cursor/skills/plugin-conflict-triager/ (or ~/.cursor/skills/plugin-conflict-triager/ globally)

Compatibility

Any WordPress site with admin access; a staging clone is strongly recommended so plugins can be deactivated without affecting visitors.