agentsclimarketplace

Audit blocks deep

Skill phucbm/wp-blocks-dev/skills/audit-blocks-deep

Claude Plugin - Scaffold, audit and manage custom ACF Gutenberg blocks for WordPress with Tailwind CSS integration.

Install
npx -y skills add phucbm/wp-blocks-dev --skill audit-blocks-deep

Assembled 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

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.

SKILL.md

2.0 KB, 428 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:

Step 1 — Structural check

node $(claude plugin path wp-blocks-dev)/scripts/audit-blocks.js

If there are issues, tell the user to fix them before proceeding. Warnings are fine to continue.

Step 2 — AI content review

For each block read block.json, fields.json, render.php, render-admin.php (if exists) and check:

  • Title and description — clear, human-readable, no placeholders, no grammar errors
  • ACF field labels — meaningful, no defaults like "Text" or "Field Label", no typos. Never suggest changing name or key.
  • Wrapperrender.php must use get_block_wrapper_attributes(), never build wrapper attributes manually
  • Admin render justificationrender-admin.php only for interactive/hidden-content blocks; flag static blocks that have it unnecessarily, and interactive blocks that are missing it
  • Empty statesrender-admin.php must show a placeholder when content is empty; render.php must render nothing on the frontend when content is missing
  • render.php cleanliness — no commented-out code, no leftover scaffold comments

Output format

{block-name}
  Structural:   ✔ passed
  Title:        ✔ clear
  Description:  ✗ "Sample description" — generic, update it
  Fields:       ⚠ field "text_1" has a generic label
  Wrapper:      ✔ correct
  Admin render: ✔ justified
  Empty states: ⚠ missing placeholder in render-admin.php

End with a summary count, then ask: "Fix all issues automatically? (or specify which blocks/rules to fix)" — only proceed after confirmation.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,984. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.