The decision it enables
Turn a complete Plugin Check into a release decision
Check Runner gives an AI assistant the two operations needed to make the result useful: run the complete check and read the resulting job status. The gate stays strict, so the release decision reflects the full result.
Run the complete check
An AI assistant can run the complete official Plugin Check against an installed WordPress plugin. The run includes experimental checks, and caller-supplied check or category filters are ignored, so a narrow request cannot make the result look cleaner than the full gate.
Read the job status
The assistant can read the resulting job status and use the structured errors and warnings to see whether the run passed and what needs attention.
A strict release gate
Check Runner reports success only when the complete result contains zero errors and zero warnings. If the result is not successful, resolve the reported findings and run the complete gate again before treating the plugin as ready to ship.
Required environment
Runtime dependencies
These three requirements make the release gate authoritative. Keep them together before running Check Runner.
WordPress 6.9 or newer
WordPress Abilities APIRegisters the release check that Check Runner exposes through MCP.
Required server runtime
PHP 8.0 or newerProvides the required server runtime.
Installed and active
Plugin CheckThe official Plugin Check plugin performs the checks that Check Runner exposes through MCP.
Stable package
Download the complete release gate
Download the stable self-hosted ZIP for MCP Abilities – Check Runner to give an AI assistant the complete Plugin Check and resulting job status in WordPress. Use that status to decide whether the plugin meets the release gate; if the gate reports findings, resolve them and run the complete check again.
