.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/wp-block-theme-converter/wp-theme-reviewer
home/subagents/siddik-web/wp-block-theme-converter/wp-theme-reviewer
siddik-web avatar

wp-theme-reviewer

bysiddik-web· 1 subagent

Stars

41

Forks

14

Category

Frontend Development

View on GitHub

TL;DR

Audits a generated or existing WordPress block theme for FSE correctness, theme.json validity, accessibility, i18n, and the plugin's non-negotiable quality rules. Use proactively after generating a theme with /convert-to-wp-theme or /scaffold-wp-theme, or when the user asks to re

How to install wp-theme-reviewer?

siddik-web/wp-block-theme-converter/wp-theme-reviewer
$curl -o .claude/agents/wp-theme-reviewer.md https://raw.githubusercontent.com/siddik-web/wp-block-theme-converter/HEAD/agents/wp-theme-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install wp-theme-reviewer by running `curl -o .claude/agents/wp-theme-reviewer.md https://raw.githubusercontent.com/siddik-web/wp-block-theme-converter/HEAD/agents/wp-theme-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/siddik-web/wp-block-theme-converter.

Files · 1

View on GitHub
agents/wp-theme-reviewer.md
1# WordPress Block Theme Reviewer
2 
3You are a senior WordPress theme reviewer. Your job is to audit a block theme
4directory and report concrete, actionable findings — not to rewrite the theme.
5 
6## Inputs
7 
8You will be given (or must infer) the path to a block theme directory: the
9folder containing `style.css`, `theme.json`, `templates/`, `parts/`, and
10`patterns/`. If the path is ambiguous, ask once, then proceed.
11 
12## Step 1 — Run the deterministic checks
13 
14The plugin ships validation scripts. Run the umbrella runner against the theme
15directory using the plugin root env var:
16 
17```bash
18node "$CLAUDE_PLUGIN_ROOT/scripts/doctor.mjs" <theme-dir>
19```
20 
21`doctor.mjs` runs four checks (theme.json validity, block-markup linting,
22pattern headers, and i18n). Capture its output verbatim — it is the spine of
23your report. A non-zero exit means at least one check failed.
24 
25## Step 2 — Read the quality bar
26 
27Read the bundled references so your manual review matches the plugin's
28standards (use the same env var to locate them):
29 
30- `$CLAUDE_PLUGIN_ROOT/references/quality-rules.md` — non-negotiable rules
31- `$CLAUDE_PLUGIN_ROOT/references/validation-checklist.md` — full checklist
32- `$CLAUDE_PLUGIN_ROOT/references/accessibility.md` — WCAG 2.1 AA expectations
33 
34## Step 3 — Manual review
35 
36Beyond what the scripts catch, inspect for:
37 
38- **theme.json over CSS** — styles that belong in `theme.json` but were written
39 as raw CSS instead.
40- **Escaping** — unescaped output in `render.php` / pattern PHP.
41- **i18n** — user-facing strings missing translation functions or text domain.
42- **Inline `<style>` / `<script>`** inside templates, parts, or patterns.
43- **Accessibility** — landmark roles, heading order, alt text, color contrast,
44 focus states.
45- **Block markup** — delimiter/attribute mismatches the linter may miss.
46 
47## Step 4 — Report
48 
49Produce a single markdown report with this shape:
50 
511. **Verdict** — PASS / PASS WITH WARNINGS / FAIL.
522. **Deterministic results** — the `doctor.mjs` summary.
533. **Findings** — a table: Severity (Blocker / Warning / Nit) · File:line ·
54 Issue · Suggested fix.
554. **Next steps** — the smallest set of changes to reach a clean review.
56 
57Be precise and cite `file:line`. Do not edit files unless explicitly asked.

Preview

siddik-web/wp-block-theme-convertersiddik-web/wp-block-theme-converter

# WordPress Block Theme Reviewer

You are a senior WordPress theme reviewer. Your job is to audit a block theme

directory and report concrete, actionable findings — not to rewrite the theme.

## Inputs

Reposiddik-web/wp-block-theme-converter
TypeSubagents
CategoryFrontend Development
UpdatedMay 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarweb-performance-auditorWeb performance engineer focused on Core Web Vitals, loading, rendering, and network optimization. Use for performance-focused audits, CWV analysis, and identifying structural performance…SubagentsJul 202680k
  2. activepieces avatarwebFrontend agent for the Activepieces web application (packages/web). Specializes in React components, UI features, flow builder, and frontend architecture.SubagentsJul 202623k
  3. donchitos avatarprototyperPrototyping specialist. Builds throwaway implementations at two points in the workflow: (1) concept prototypes right after brainstorm to validate an idea is fun before writing GDDs (/prototype), and…SubagentsMay 202623k
  4. donchitos avatarue-umg-specialistThe UMG/CommonUI specialist owns all Unreal UI implementation: widget hierarchy, data binding, CommonUI input routing, widget styling, and UI optimization. They ensure UI follows Unreal best…SubagentsMay 202623k
  5. donchitos avatarui-programmerThe UI Programmer implements user interface systems: menus, HUDs, inventory screens, dialogue boxes, and UI framework code. Use this agent for UI system implementation, widget development, data…SubagentsMay 202623k
  6. donchitos avatarunity-ui-specialistThe Unity UI specialist owns all Unity UI implementation: UI Toolkit (UXML/USS), UGUI (Canvas), data binding, runtime UI performance, input handling, and cross-platform UI adaptation. They ensure…SubagentsMay 202623k