receiving-code-review

receiving-code-review is a skill for Claude Code, Codex from izyanrajwani/agent-skills-library. It costs 53 tokens per session (1,440 once invoked), scanned A, original, no licence file.

A guide for evaluating and answering comments on a pull request, which is a proposed code change awaiting review. It focuses on unclear, questionable, or scope-expanding suggestions.

In plain words
What is it for?
Assessing reviewer comments, deciding which requested changes are appropriate, and keeping fixes limited to the intended scope.
Why use it?
It helps clarify what reviewers intend and avoid making unnecessary changes before accepting their feedback.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Assessing reviewer comments, deciding which requested changes are appropriate, and keeping fixes limited to the intended scope.

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

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/izyanrajwani/agent-skills-library/receiving-code-review/github.svg)](https://agentmods.dev/skills/izyanrajwani/agent-skills-library/receiving-code-review)
Your own site
<a href="https://agentmods.dev/skills/izyanrajwani/agent-skills-library/receiving-code-review"><img src="https://agentmods.dev/badge/skills/izyanrajwani/agent-skills-library/receiving-code-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 receiving-code-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/izyanrajwani/agent-skills-library/receiving-code-review"><img src="https://agentmods.dev/badge/skills/izyanrajwani/agent-skills-library/receiving-code-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,440 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 unknown 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.00053 $0.01440
Opus 5 $0.00026 $0.00720
Sonnet 5 $0.00011 $0.00288
Haiku 4.5 $0.00005 $0.00144

Measured 10d ago against content hash 35739ddc9e8e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 10d 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 · 210 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 10d ago First seen · 210 lines · 53 tokens per session scan A 35739ddc9e8e

Subscribe to this mod's changes

receiving-code-review is a skill published in the GitHub repository izyanrajwani/agent-skills-library (4 stars, last pushed today), with no licence file. It adds 53 tokens to every session and 1,440 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

pr-review

Review open PRs two ways - default is a per-PR deep review with severity-tagged findings, inline comments, and a verdict; --survey runs a risk-tiered triage digest of what's safe to merge first.

aeonfun/aeon · 47 tokens

pr-triage

First-touch triage for external pull requests - verdict, label, and a welcoming comment within minutes of open.

aeonfun/aeon · 26 tokens

no-mistakes

Validate committed feature-branch changes through the no-mistakes pipeline: intent, rebase, review, test, docs, lint, push, PR, and CI. Use when the user asks to run no-mistakes, ship safely, validate before pushing, or gate a change before it reaches upstream.

stevesolun/ctx · 67 tokens

prepare-pr

End-to-end drives working-tree changes to a review-ready pull request — commit, sync base, squash to one commit, open/update the PR — then KEEPS RUNNING IN-SESSION (poll CI + code-review bots in 5-min rounds, up to 10) fixing every legitimate Critical/High finding and build failure until the PR is review-ready (never…

kirodotdev/KiroCrew · 0 tokens

github-code-review

Review PRs: diffs, inline comments via gh or REST.

HezaoHezao/poirot · 18 tokens

pr-description

Write a short, visual, evidence-backed GitHub PR description and open or update the PR with it. Use whenever the user asks to open a PR, write or rewrite a PR description, 'describe this change', or run gh pr create — even if they don't say 'description'. Gathers real proof first (screenshots for UI, terminal…

petekp/claude-code-setup · 120 tokens