receiving-code-review

receiving-code-review is a skill for Claude Code from brunob54/superpowers-orchestrator. It costs 49 tokens per session (387 once invoked), scanned A, original, MIT.

A code-review feedback workflow for checking comments, deciding which suggestions are valid, and applying verified fixes.

In plain words
What is it for?
It helps read and clarify feedback, compare suggestions with the code and requirements, fix issues by priority, rerun tests, and summarize the results.
Why use it?
It prevents review comments from being accepted blindly and keeps important correctness and security issues from being missed.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the superpowers-orchestrator plugin — 28 skills, 2 agents, 6 hooks shipped together

Good fit It helps read and clarify feedback, compare suggestions with the code and requirements, fix issues by priority, rerun tests, and summarize the results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/brunob54/superpowers-orchestrator/receiving-code-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 brunob54/superpowers-orchestrator --skill receiving-code-review
Clone the repo
git clone --depth 1 https://github.com/brunob54/superpowers-orchestrator

Made for: Claude Code.

Or install superpowers-orchestrator, the plugin that ships this one along with the rest of its 28 skills, 2 agents, 6 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 receiving-code-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/brunob54/superpowers-orchestrator/receiving-code-review.svg)](https://agentmods.dev/skills/brunob54/superpowers-orchestrator/receiving-code-review)
Your own site
<a href="https://agentmods.dev/skills/brunob54/superpowers-orchestrator/receiving-code-review"><img src="https://agentmods.dev/badge/skills/brunob54/superpowers-orchestrator/receiving-code-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 387 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.00049 $0.00387
Opus 5 $0.00024 $0.00193
Sonnet 5 $0.00010 $0.00077
Haiku 4.5 $0.00005 $0.00039

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

Security

Grade A, and why

receiving-code-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 7d 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.

skills/receiving-code-review/SKILL.md · 67 lines

What it actually says

Receiving Code Review

Treat feedback as technical input to validate, not as instructions to apply blindly.

Sequence

  1. Read all feedback.
  2. Clarify unclear items before implementing anything.
  3. Validate each suggestion against codebase behavior and requirements.
  4. Implement fixes in priority order.
  5. Re-test and summarize outcomes.

Priority

  1. Correctness/security regressions
  2. Requirement mismatches
  3. Maintainability issues
  4. Minor polish

Treat Critical and High security findings as blocking until addressed or explicitly deferred by the user with documented rationale.

Forbidden Responses

Never say any of the following. They signal performative agreement, not technical engagement:

  • "You're absolutely right!"
  • "Great point!"
  • "Good catch!"
  • "Thanks for catching that!"
  • Any gratitude expression before analysis
  • Any agreement before verification

Instead: state what you verified, what you changed, and why. If the reviewer is right, the code change speaks for itself.

Pushback Rules

Push back when a suggestion:

  • Breaks existing behavior
  • Conflicts with approved architecture
  • Adds unused scope (YAGNI)
  • Lacks enough context to verify

Pushback must include concrete technical evidence — not opinions, not "I think", not "it should be fine."

Response Style

  • Be factual and concise.
  • State what changed, where, and why.
  • If you disagree, explain with code or test output — not with rhetoric.

Completion

Report:

  • Addressed items
  • Deferred items with reason
  • Verification commands/results
  • Remaining risks
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. 7d ago First seen · 67 lines · 49 tokens per session scan A e70255af895a

Subscribe to this mod's changes

receiving-code-review is a skill published in the GitHub repository brunob54/superpowers-orchestrator (3 stars, last pushed yesterday), licensed MIT. It adds 49 tokens to every session and 387 once invoked, about $0.0002 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-31.