wp-admin-tester
Installation
SKILL.md
WP-Admin Local Debugger
Debug and test WordPress admin flows in a local development environment. Combines browser automation, PHP log tailing, and console error capture to diagnose issues end-to-end. This skill focuses exclusively on wp-admin interactions — all testing is done through the browser (Playwright) or direct page fetches with cookie auth.
Local Environment
| Setting | Value |
|---|---|
| Admin URL | https://wpdev.localhost/wp-admin |
| Username | admin |
| Password | password |
| PHP error log | /Applications/MAMP/logs/php_error.log |
| Test image | ~/Downloads/IMG_0299.jpg (or any image the user specifies) |
Authentication (Cookie Auth)
All operations use cookie-based authentication, the same way a real admin user interacts with wp-admin.