Skip to content
New site — Virtual Media Folders now has its own home. Visit vmf.soderlind.no →

WordPress.org Directory Review

Prepare a WordPress plugin for the WordPress.org Plugin Directory review. Audits and fixes the findings the reviewer catches but local Plugin Check/PHPCS miss — suppressed sniffs, arbitrary-path writes, output escaping, readme contributors, bundled translations, and disallowed file writes. Use when submitting/resubmitting a plugin to wordpress.org, responding to a plugin review email, or hardening a plugin against Plugin Check.

  • Version: 1.1.0
  • Compatibility: WordPress plugin repos using PHPCS (WordPress standard), a .distignore or 10up deploy action, and optional Composer/npm build.
Terminal window
npx skills add soderlind/skills --skill wp-org-review -g
  • Submitting or resubmitting a plugin to the WordPress.org Plugin Directory.
  • Responding to a plugin review email / rejection with a findings list.
  • Hardening a plugin so the reviewer’s scan and Plugin Check both pass.