superpowers-sage:reviewing

superpowers-sage:reviewing is a skill for Claude Code from hekivo/superpowers-sage. It costs 141 tokens per session (1,278 once invoked), scanned A, original, MIT.

A review workflow for Sage and Acorn WordPress projects. It checks changed PHP, Blade templates, JavaScript, CSS, data fields, components, models, routes, and alignment with a design reference.

In plain words
What is it for?
Use it to review changed files or a whole project before merging, especially when checking WordPress architecture, ACF fields, Livewire components, Blade views, and visual implementation.
Why use it?
It catches convention violations and design mismatches before a pull request, which is a proposed code change for team review. This helps keep the project consistent and reduces review surprises.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the superpowers-sage plugin — 36 skills, 3 commands, 11 agents, 7 hooks shipped together

Good fit Use it to review changed files or a whole project before merging, especially when checking WordPress architecture, ACF fields, Livewire components, Blade views, and visual implementation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hekivo/superpowers-sage/reviewing
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hekivo/superpowers-sage --skill reviewing
Clone the repo
git clone --depth 1 https://github.com/hekivo/superpowers-sage

Made for: Claude Code.

Or install superpowers-sage, the plugin that ships this one along with the rest of its 36 skills, 3 commands, 11 agents, 7 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for superpowers-sage:reviewing

README.md
[![agentmods](https://agentmods.dev/badge/skills/hekivo/superpowers-sage/reviewing/github.svg)](https://agentmods.dev/skills/hekivo/superpowers-sage/reviewing)
Your own site
<a href="https://agentmods.dev/skills/hekivo/superpowers-sage/reviewing"><img src="https://agentmods.dev/badge/skills/hekivo/superpowers-sage/reviewing/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for superpowers-sage:reviewing

Your own site · 80×15
<a href="https://agentmods.dev/skills/hekivo/superpowers-sage/reviewing"><img src="https://agentmods.dev/badge/skills/hekivo/superpowers-sage/reviewing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 141 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,278 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00141 $0.01278
Opus 5 $0.00071 $0.00639
Sonnet 5 $0.00028 $0.00256
Haiku 4.5 $0.00014 $0.00128

Measured 12d ago against content hash e2936c923ebb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

superpowers-sage:reviewing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/superpowers-sage/skills/reviewing/SKILL.md · 135 lines

How it starts

The opening of the file, as written. The whole thing — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Reviewing — Convention Audit + Design Alignment

Review code against Sage/Acorn conventions and verify alignment with design reference.

Inputs

$ARGUMENTS

If no scope specified, review all changed files (git diff against base branch).

Procedure

0) Determine scope

  • If file path provided, review that file and related files
  • If "all" or no argument, scan full project
  • If active plan exists, focus on plan components

1) Convention checklist

Service Providers
  • ThemeServiceProvider extends Roots\Acorn\Sage\SageServiceProvider; other feature providers extend Illuminate\Support\ServiceProvider
  • register() only contains bindings (no hooks, no side effects)
  • boot() contains hooks and initialization
  • Dependencies injected via constructor
ACF Blocks & Fields
  • Blocks created via acf:block generator
  • with() returns only data the view needs
  • fields() uses Builder API
  • Block views use $variable not get_field()
  • Reusable fields extracted to Partials
Blade Templates
  • Composers for data injection, Components for reusable UI
  • No business logic in Blade views
  • Proper layout inheritance (@extends, @section, @yield)
Block Views
  • R-css-vars: No match($tone) → Tailwind class strings; no tone="*" props driving color; no hardcoded color utilities on h2/p/span → G10 violation (CRITICAL)
  • R-component-reuse: No inline <x-eyebrow> + <h2> when <x-section-header> exists; no raw <a> with button utilities when <x-button> exists → G9 violation
  • R-nl2br: nl2br() only on addTextarea()/addWysiwyg() fields, not addText() → G11 violation
  • R-arbitrary-btn: No text-[*px] or tracking-[*px] in block/component views → CRITICAL
Routes & Controllers
  • Clean route declarations (no logic in closures)
  • Thin controllers (delegate to services)
  • Prefer Acorn Routes over register_rest_route()
Frontend
  • Tailwind v4 CSS-first approach
  • Assets referenced via @vite() or Vite::asset()
  • Editor styles included

Read the full file on GitHub · 135 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 135 lines · 141 tokens per session scan A e2936c923ebb

Subscribe to this mod's changes

superpowers-sage:reviewing is a skill published in the GitHub repository hekivo/superpowers-sage (13 stars, last pushed 3mo ago), licensed MIT. It adds 141 tokens to every session and 1,278 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.