What problem does it solve?
WordPress debugging can be chaotic and time-consuming. This skill provides a structured, phase-based methodology to identify root causes of errors, white screens, plugin conflicts, REST API issues, and performance problems.
Core Features & Use Cases
- Systematic root-cause investigation: enable debugging, read logs, and reproduce issues with minimal changes.
- Phase-driven workflow: Phase 1 to Phase 4 guide from initial diagnosis to verified fixes, with CLI and server-level checks.
- Reproducible troubleshooting: combines WP_DEBUG, Query Monitor, SAVEQUERIES, and WP-CLI to isolate faults with auditable steps.
- Use Case: A developer faces a WSOD after a plugin update and follows the steps to locate the faulty hook.
Quick Start
Describe the WordPress issue you’re facing and I will guide you through a phased debugging workflow to identify and fix the root cause.