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.
npx skills add pwdev-solucoes/pwdev-claude-marketplace --skill power-reviewgit clone --depth 1 https://github.com/pwdev-solucoes/pwdev-claude-marketplaceWrote 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.
[](https://agentmods.dev/skills/pwdev-solucoes/pwdev-claude-marketplace/power-review)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
- Fix the range:
BASE_SHAandHEAD_SHA. - Build the package with
../../scripts/review-package.sh. - 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 adda 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.
- Read every finding before acting on any of them.
- Understand it. Restate it in your own words. If you cannot, ask — do not implement what you have not understood.
- Verify it against the codebase. Reviewers are sometimes wrong about what the code does, especially external ones.
- 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.
- Respond with your technical assessment, including disagreement with a reason.
- 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
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.
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.
- 4d ago Changed 4ba78c0a4dc8
- 7d ago First seen · 60 lines · 23 tokens per session scan A 8bdb19539f2c
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.
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.
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.
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.
review-delta
Review only changes since last commit using impact analysis. Token-efficient delta review with automatic blast-radius detection.
work-unit-commits
Plan commits as reviewable work units. Trigger: implementation, commit splitting, chained PRs, or keeping tests and docs with code.
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…