Read @/knowledge/acf-blocks/conventions.md and @/knowledge/acf-blocks/fields.md, then:
Usage
/wp-acf-blocks:revise-block # all blocks
/wp-acf-blocks:revise-block hero-banner # single block
/wp-acf-blocks:revise-block hero-banner faq # multiple blocks
Run the revise script from the theme root:
node $(claude plugin path wp-acf-blocks)/scripts/revise-block.js [block-slug...]Show the full output to the user.
For each
✗issue, show the relevant fix from the conventions knowledge file.If all passed, suggest
/wp-acf-blocks:revise-block-deepfor content quality review.