Here's a practical skill for WordPress developers who need to maintain code quality without wrestling with test setup every time. It covers the essential testing stack: PHPUnit for integration tests, WP_Mock for unit testing without loading the entire WordPress core, and PHPCS with WordPress coding standards. The progressive disclosure structure walks you through the testing pyramid and CI/CD integration, which is helpful since WordPress testing can be surprisingly finicky to configure correctly. With 179 installs and clean security audits, it's seeing real use. If you're shipping WordPress plugins or themes professionally and haven't locked down your testing workflow yet, this gives you the scaffolding to start.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill wordpress-testing-qa