Initial Release
WordPress code health analyzer for custom plugins and themes.
Features
- Health Score - 0-100 score with letter grades (A-F)
- Security - SQL injection, missing nonces, XSS, capability checks
- PHP 8 Compatibility - Null safety issues, deprecated functions
- Performance - N+1 queries, uncached remote requests, unlimited queries
- Dead Code - Debug statements, TODO comments
- Smart Detection - Auto-skips WordPress.org plugins, scans only custom code
- Claude Code Integration - MCP server for AI-assisted fixing
Quick Start
git clone https://github.com/accentdesign/wp-doctor.git
cd wp-doctor
./wp-doctor-setup
claude
Or standalone: php bin/wp-doctor scan /path/to/wordpress