check-compat
Check compatibility with WordPress and Gutenberg versions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Check compatibility with WordPress and Gutenberg versions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.
Prepare plugin for WordPress.org deployment
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
| name | check-compat |
| description | Check compatibility with WordPress and Gutenberg versions |
| context | fork |
| agent | Explore |
| allowed-tools | Read, Glob, Grep, Bash(npm *), Bash(npx *) |
Check compatibility with current WordPress and Gutenberg versions.
Check WordPress version requirements
designsetgo.php "Requires at least" headerCheck Gutenberg/Block Editor compatibility
@wordpress/* package versions in package.jsonapiVersion in all block.json files (should be 2 or 3)PanelColorSettings)Review block.json schema compliance
block.json files follow WordPress schemaCheck for deprecated APIs
wp.editor (deprecated, use wp.blockEditor)wp.blocks.Editable (deprecated, use RichText)wp.element.renderToString (deprecated)Verify proper package usage
@wordpress/dependency-extraction-webpack-pluginTest with WordPress beta (if available)
Theme compatibility
Provide detailed report with: