| 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.