Audit blocks
Claude Plugin - Scaffold, audit and manage custom ACF Gutenberg blocks for WordPress with Tailwind CSS integration.
npx -y skills add phucbm/wp-blocks-dev --skill audit-blocksAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Fast structural audit of all blocks — checks required files, wrapper attributes, fields.json timestamp, preview.png. No AI, runs instantly via script.
SKILL.md
0.7 KB, 140 tokens by cl100k_base, as published. Nobody here has run it
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-deepfor content quality review.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.