# Audit Blocks

> Fast structural audit of all blocks — checks required files, wrapper attributes, fields.json timestamp, preview.png. No AI, runs instantly via script.

- Skill: `phucbm/audit-blocks` (Agent Skill)
- Install (CLI): `npx skillmds@latest add phucbm/audit-blocks`
- Raw SKILL.md: https://api.skillmd.com/api/skills/phucbm/audit-blocks/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: phucbm (https://skillmd.com/u/phucbm)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/phucbm/audit-blocks

---


Read `[@/knowledge/acf-blocks/conventions.md](/knowledge/acf-blocks/conventions.md) and [@/knowledge/acf-blocks/fields.md](/knowledge/acf-blocks/fields.md)`, then:

1. Run the audit script from the theme root:
   ```bash
   node $(claude plugin path wp-blocks-dev)/scripts/audit-blocks.js
   ```

2. Show the full output to the user.

3. For each `✗` issue, show the relevant fix from the conventions knowledge file.

4. If all passed, suggest `/wp-blocks-dev:audit-blocks-deep` for content quality review.

