deploy
Prepare plugin for WordPress.org deployment
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Prepare plugin for WordPress.org deployment
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Create a new Gutenberg block with scaffolding
Use when working with the WordPress Abilities API (wp_register_ability, wp_register_ability_category, /wp-json/wp-abilities/v1/*, @wordpress/abilities) including defining abilities, categories, meta, REST exposure, and permissions checks for clients.
Use when generating responses containing factual claims, API details, configuration specifics, version compatibility, or recalled knowledge that could be hallucinated - especially when not working directly from source code or command output
Use when executing implementation plans with independent tasks in the current session
Create a block extension to enhance core WordPress blocks
Create a block variation with preset configurations
| name | deploy |
| description | Prepare plugin for WordPress.org deployment |
| disable-model-invocation | true |
| allowed-tools | Bash(npm run *), Bash(npx wp-env *), Bash(git *), Read, Glob |
Prepare the plugin for deployment to WordPress.org via automated GitHub Actions workflow.
Run production build
npm run buildUpdate version numbers
package.json versiondesignsetgo.php header "Version:" field (line 6)designsetgo.php DESIGNSETGO_VERSION constant (line 25)readme.txt "Stable tag:" fieldreadme.txtRun security audit
/security-audit commandRun tests and lint
npm run test:unit to run JS unit tests (wp-scripts test-unit-js)npm run test:php to run PHP tests (composer test)npm run lint:js and npm run lint:cssnpm run test:e2e) require a running WordPress instance and are run separatelyPre-deployment checklist
.wordpress-org/?Commit and tag for deployment
git add .git commit -m "chore: Release version X.X.X"git tag vX.X.Xgit push origin maingit push origin vX.X.XVerify deployment
Note: The .distignore file controls which files are excluded from WordPress.org deployment. Only production files from /build/ are included; development files (/src/, /tests/, .github/, etc.) are automatically excluded.