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 brunob54/superpowers-orchestrator --skill receiving-code-reviewgit clone --depth 1 https://github.com/brunob54/superpowers-orchestratorWrote 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/brunob54/superpowers-orchestrator/receiving-code-review)<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>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.00049 | $0.00387 |
| Opus 5 | $0.00024 | $0.00193 |
| Sonnet 5 | $0.00010 | $0.00077 |
| Haiku 4.5 | $0.00005 | $0.00039 |
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.
What it actually says
Receiving Code Review
Treat feedback as technical input to validate, not as instructions to apply blindly.
Sequence
- Read all feedback.
- Clarify unclear items before implementing anything.
- Validate each suggestion against codebase behavior and requirements.
- Implement fixes in priority order.
- Re-test and summarize outcomes.
Priority
- Correctness/security regressions
- Requirement mismatches
- Maintainability issues
- 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
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.
- 7d ago First seen · 67 lines · 49 tokens per session scan A e70255af895a
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.
Other skills, from other repositories
github-pr-review
Handles PR review comments and feedback resolution. Use when user wants to resolve PR comments, handle review feedback, fix review comments, address PR review, check review status, respond to reviewer, verify PR readiness, review PR comments, analyze review feedback, evaluate PR comments, assess review suggestions, or…
github-pr-creation
Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing…
assess
Issue triage and status assessment - analyze current state, detect health signals, and recommend next action with full workflow plan.
fullsolve
Complete issue resolution with integrated quality loops - spec → exec → test → qa with auto-fix iterations.
loop
Quality loop - Parse test/QA findings and iterate until quality gates pass.
merger
Multi-issue integration and merge skill - handles post-QA integration of completed worktrees.