一键导入
audit-blocks
Fast structural audit of all blocks — checks required files, wrapper attributes, fields.json timestamp, preview.png. No AI, runs instantly via script.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fast structural audit of all blocks — checks required files, wrapper attributes, fields.json timestamp, preview.png. No AI, runs instantly via script.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Deep AI audit of all blocks — runs structural checks first, then uses AI to review content quality, descriptions, grammar, admin render justification, wrapper usage, and empty-state messages.
Scaffold a new ACF Gutenberg block with block.json, fields.json, and render.php
Initialize a new WordPress theme with the wp-blocks-dev block development workflow
| name | audit-blocks |
| description | Fast structural audit of all blocks — checks required files, wrapper attributes, fields.json timestamp, preview.png. No AI, runs instantly via script. |
Read [@/knowledge/acf-blocks/conventions.md](/knowledge/acf-blocks/conventions.md) and [@/knowledge/acf-blocks/fields.md](/knowledge/acf-blocks/fields.md), then:
Run the audit script from the theme root:
node $(claude plugin path wp-blocks-dev)/scripts/audit-blocks.js
Show the full output to the user.
For each ✗ issue, show the relevant fix from the conventions knowledge file.
If all passed, suggest /wp-blocks-dev:audit-blocks-deep for content quality review.