Skip to content

Initial Release

Choose a tag to compare

@nickaccent nickaccent released this 27 Feb 10:15
· 1 commit to main since this 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