power-review

power-review is a skill for Claude Code, Codex from pwdev-solucoes/pwdev-claude-marketplace. It costs 23 tokens per session (556 once invoked), scanned A, original, Apache-2.0.

A code-review workflow for preparing changes and handling feedback before they are merged. It gives the reviewer the requirements, code difference, and constraints needed to assess the work.

In plain words
What is it for?
Use it to package a branch for review, request an independent review, and decide how to handle critical, important, and minor findings.
Why use it?
It helps reviews focus on whether the change meets its requirements instead of relying on incomplete conversation history. It also provides a way to classify and act on review findings.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: mentions subagents.

Part of the pwdev-power plugin — 15 skills, 3 agents shipped together

Good fit Use it to package a branch for review, request an independent review, and decide how to handle critical, important, and minor findings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pwdev-solucoes/pwdev-claude-marketplace/power-review
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 pwdev-solucoes/pwdev-claude-marketplace --skill power-review
Clone the repo
git clone --depth 1 https://github.com/pwdev-solucoes/pwdev-claude-marketplace

Made for: Claude Code, Codex.

Or install pwdev-power, the plugin that ships this one along with the rest of its 15 skills, 3 agents.

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 power-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/pwdev-solucoes/pwdev-claude-marketplace/power-review/github.svg)](https://agentmods.dev/skills/pwdev-solucoes/pwdev-claude-marketplace/power-review)
Your own site
<a href="https://agentmods.dev/skills/pwdev-solucoes/pwdev-claude-marketplace/power-review"><img src="https://agentmods.dev/badge/skills/pwdev-solucoes/pwdev-claude-marketplace/power-review/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 power-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/pwdev-solucoes/pwdev-claude-marketplace/power-review"><img src="https://agentmods.dev/badge/skills/pwdev-solucoes/pwdev-claude-marketplace/power-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 556 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.00023 $0.00556
Opus 5 $0.00012 $0.00278
Sonnet 5 $0.00005 $0.00111
Haiku 4.5 $0.00002 $0.00056

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

Security

Grade A, and why

power-review 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 4d 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/pwdev-power/skills/power-review/SKILL.md · 60 lines

How it starts

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

Review, and Receive Review

Requesting a review

Build the reviewer's context; do not hand it your session history. It needs the requirements, the diff, and the constraints — not how you got there.

  1. Fix the range: BASE_SHA and HEAD_SHA.
  2. Build the package with ../../scripts/review-package.sh.
  3. Dispatch a reviewer with: what this was supposed to do, the plan or requirements path, the package path, and the constraints quoted verbatim.

Two clauses belong in every reviewer prompt:

  • Read-only: never move HEAD in this checkout. To inspect another state, git worktree add a temporary directory.
  • No subagents: the reviewer reviews; it does not delegate.

Never tell a reviewer what not to flag, and never cap severity in advance. A review shaped to agree with you is not evidence.

Acting on findings

Severity When
Critical Now, before anything else.
Important Before this work proceeds.
Minor Recorded; batched or deferred deliberately.

Receiving review

The failure mode here is agreement — implementing a suggestion because it arrived, not because it is right. The other failure mode is defensiveness. Both skip the same step.

  1. Read every finding before acting on any of them.
  2. Understand it. Restate it in your own words. If you cannot, ask — do not implement what you have not understood.
  3. Verify it against the codebase. Reviewers are sometimes wrong about what the code does, especially external ones.
  4. Evaluate. Is it correct? Is it in scope? Does it contradict a decision the human already made — if so, stop and raise that rather than silently reversing it.
  5. Respond with your technical assessment, including disagreement with a reason.
  6. Implement one finding at a time, testing each.

If any finding is unclear, stop and ask before implementing any of them. Findings interact; implementing three and misreading the fourth can undo the three.

No performative agreement

Read the full file on GitHub · 60 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago Changed 4ba78c0a4dc8
  2. 7d ago First seen · 60 lines · 23 tokens per session scan A 8bdb19539f2c

Subscribe to this mod's changes

power-review is a skill published in the GitHub repository pwdev-solucoes/pwdev-claude-marketplace (2 stars, last pushed today), licensed Apache-2.0. It adds 23 tokens to every session and 556 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

review-implement-phase

Implements triaged review actions, commits focused fixes, and posts Done plus resolves threads. Use when the user wants only the implementation phase of the review-framework workflow.

prisma/orm · 38 tokens

github-pr-workflow

Prepare a GitHub pull request from a feature branch — branch hygiene, commit shape, title/body, verification notes, screenshots for UI work, and replies to review comments.

paperclipai/paperclip · 39 tokens

github-automation

GitHub workflow automation, PR management, issue tracking, and code review coordination. Integrates with GitHub Actions and repository management. Use when: PR creation, code review, issue management, release automation, workflow setup. Skip when: local-only changes, non-GitHub repositories.

ruvnet/ruflo · 61 tokens

review-delta

Review only changes since last commit using impact analysis. Token-efficient delta review with automatic blast-radius detection.

tirth8205/code-review-graph · 24 tokens

work-unit-commits

Plan commits as reviewable work units. Trigger: implementation, commit splitting, chained PRs, or keeping tests and docs with code.

Gentleman-Programming/gentle-ai · 33 tokens

github-contributor

End-to-end playbook for shipping high-quality pull requests to open-source projects you don't maintain — discovery, CONTRIBUTING compliance, PR-size check, minimal-diff implementation, PR description with AI-assisted disclosure, conflict resolution, and post-submission maintainer interaction. Use whenever creating…

daymade/claude-code-skills · 133 tokens