review-extension
Review block extension for WordPress best practices
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review block extension for WordPress best practices
التثبيت باستخدام 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 | review-extension |
| description | Review block extension for WordPress best practices |
| context | fork |
| agent | Explore |
| allowed-tools | Read, Glob, Grep, Bash(git *), Bash(npm run *) |
Review a block extension for best practices.
Ask the user which extension to review, then check that the extension:
Works WITH WordPress attributes
layout.type when extending Group blockShows controls conditionally
layout.type === 'grid'Doesn't duplicate WordPress toolbar
Uses proper filter hooks
blocks.registerBlockType for attributeseditor.BlockEdit for inspector controlsblocks.getSaveContent.extraProps for save classesIncludes responsive considerations
Follows project patterns
.claude/claude.mdCSS Strategy
!important when overriding WordPress defaultsProvide a detailed review with specific code examples of any issues found and recommendations for fixes.