receiving-code-review

receiving-code-review is a skill for Claude Code, Codex from Threat-Vector-Security/guardian-agent. It costs 27 tokens per session (436 once invoked), scanned A, original, Apache-2.0.

A guide for evaluating code-review and quality-assurance feedback before changing a codebase. It emphasizes checking each suggestion against the architecture, requirements, tests, and existing patterns.

In plain words
What is it for?
Use it when reviewing feedback, clarifying broad requests, implementing valid changes in coherent groups, and testing after meaningful edits.
Why use it?
It prevents unclear or technically incorrect feedback from causing regressions, unnecessary work, or long-term maintenance problems.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/threat-vector-security/guardian-agent/receiving-code-review
Any agent
npx skills add Threat-Vector-Security/guardian-agent --skill receiving-code-review
Clone the repo
git clone --depth 1 https://github.com/Threat-Vector-Security/guardian-agent

Made for: Claude Code, Codex.

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/threat-vector-security/guardian-agent/receiving-code-review.svg)](https://agentmods.dev/skills/threat-vector-security/guardian-agent/receiving-code-review)
Your own site
<a href="https://agentmods.dev/skills/threat-vector-security/guardian-agent/receiving-code-review"><img src="https://agentmods.dev/badge/skills/threat-vector-security/guardian-agent/receiving-code-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 436 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00027 $0.00436
Opus 5 $0.00014 $0.00218
Sonnet 5 $0.00005 $0.00087
Haiku 4.5 $0.00003 $0.00044

Measured 5d ago against content hash b361ae77e88f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 5d 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 · 46 lines

How it starts

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

Receiving Code Review

Overview / When to Use

Evaluate feedback technically before implementing it. Do not perform agreement. Do not batch changes blindly.

Persona Injection: Adopt the perspective of a Senior Staff Engineer. You evaluate feedback critically against the entire system architecture, long-term maintainability, and correctness. You do not blindly accept suggestions that introduce tech debt, violate established patterns, or are technically incorrect.

Process

  1. Read all feedback without reacting to individual items.
  2. Restate or clarify anything ambiguous before editing.
  3. Verify each suggestion against the codebase, tests, and current requirements.
  4. Implement one item or one coherent group at a time.
  5. Re-test after each meaningful change.
  6. Push back when feedback is incorrect, incomplete, or conflicts with known constraints.

Common Rationalizations

Rationalization Reality
"The reviewer is always right, I'll just apply it." Reviewers miss context. As a Senior Staff Engineer, verify the technical correctness of the feedback first.
"I'll batch all these small changes together." Batching unrelated changes makes regressions hard to trace. Implement and test incrementally.
"This feedback doesn't make sense, but I'll guess what they mean." Guessing leads to wasted work. Clarify ambiguity explicitly before changing code.

Red Flags

  • Implementing comments you do not fully understand.
  • Changing multiple unrelated things in one pass.
  • Assuming an external reviewer has full context.
  • Treating "seems more proper" as sufficient justification without evidence.
  • Agreeing with technically incorrect feedback to be polite.

Verification

  • All feedback has been evaluated for technical correctness before implementation.
  • Ambiguous feedback has been explicitly clarified.
  • Changes were made incrementally and re-tested.
  • Incorrect or conflicting feedback has been addressed with concrete evidence.
  • The final code adheres to the standards of a Senior Staff Engineer.

Read the full file on GitHub · 46 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. 5d ago First seen · 46 lines · 27 tokens per session scan A b361ae77e88f

Subscribe to this mod's changes

receiving-code-review is a skill published in the GitHub repository Threat-Vector-Security/guardian-agent (11 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 27 tokens to every session and 436 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-08-30.

Related

Other skills, from other repositories

orloj-generator

Interactive scaffold generator for Orloj multi-agent systems. Use this skill whenever someone wants to create, set up, scaffold, bootstrap, or generate an Orloj agent system, pipeline, swarm, or hierarchy. Also trigger when users mention "orlojctl init", ask how to get started with Orloj, want to build a multi-agent…

OrlojHQ/orloj · 168 tokens

continuum-tools-mcp

Connect MCP servers (Stdio/SSE/StreamableHTTP) to a Continuum agent, configure tool filtering, set up tool-context capture/injection (e.g. sessionid), and read run artifacts (UI widgets, structured tool data). Invoke when the user asks "connect MCP", "filesystem tool", "remote API tool", "auto-capture sessionid"…

shyftlabs/continuum · 94 tokens

continuum-handoffs

Build agent-to-agent transitions with Continuum's Handoff system — triage routing, history summarization modes (FULL/SUMMARY/RECENTN/HYBRID), cycle detection, depth tracking, return-to-parent. Invoke when the user asks "route customer requests to specialists", "agent that can transfer to another", "summarize history…

shyftlabs/continuum · 98 tokens

continuum-llm-providers

Pick the right LLM provider, configure structured outputs, control context-window compression, and use the LLMClient directly. Provider routing is by model-string prefix; LiteLLM has been removed. Also covers Smart Gateway integration for multi-provider routing. Invoke when the user asks about "switch to Claude"…

shyftlabs/continuum · 105 tokens

continuum-temporal

Build durable agent workflows with Temporal — sequential/parallel/loop/conditional steps, human-in-the-loop approval gates, custom workflows and activities. Invoke when the user asks "long-running workflow", "approval gate", "human in the loop", "retry on failure", "workflow survives restart", or anything…

shyftlabs/continuum · 68 tokens

continuum-testing

Write tests for Continuum agents — mock LLM and memory clients via the DI Container, use fakeredis for sessions, snapshot agent responses, and run pytest-asyncio. Invoke when the user asks "test my agent", "mock the LLM", "fakeredis", "container injection", "pytest", or wants their CI to validate agent behavior…

shyftlabs/continuum · 80 tokens