igapyon-reviewer

igapyon-reviewer is a skill for Claude Code, Codex from igapyon/igapyon-agent-skills. It costs 141 tokens per session (1,060 once invoked), scanned A, original, Apache-2.0.

A review-only workflow for checking code, repositories, articles, documentation, social posts, GitHub text, interface text, command-line text, or short messages. It is used only when this reviewer is explicitly requested for a separate target.

In plain words
What is it for?
Use it to review software and written content for issues, while leaving edits to a later, explicitly requested step.
Why use it?
It provides review feedback without changing the material being reviewed. This keeps comments and suggested improvements separate from implementation work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review software and written content for issues, while leaving edits to a later, explicitly requested step.

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

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 igapyon-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/igapyon/igapyon-agent-skills/igapyon-reviewer/github.svg)](https://agentmods.dev/skills/igapyon/igapyon-agent-skills/igapyon-reviewer)
Your own site
<a href="https://agentmods.dev/skills/igapyon/igapyon-agent-skills/igapyon-reviewer"><img src="https://agentmods.dev/badge/skills/igapyon/igapyon-agent-skills/igapyon-reviewer/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 igapyon-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/skills/igapyon/igapyon-agent-skills/igapyon-reviewer"><img src="https://agentmods.dev/badge/skills/igapyon/igapyon-agent-skills/igapyon-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 141 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,060 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.00141 $0.01060
Opus 5 $0.00071 $0.00530
Sonnet 5 $0.00028 $0.00212
Haiku 4.5 $0.00014 $0.00106

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

Security

Grade A, and why

igapyon-reviewer 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 12d 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/igapyon-reviewer/SKILL.md · 98 lines

How it starts

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

igapyon-reviewer

This skill provides review-only guidance for software, repositories, articles, documentation, posts, GitHub text, README text, UI text, CLI text, and short messages.

Use this skill only when the user explicitly asks igapyon-reviewer to review a separate target or asks to use igapyon's reviewer skill.

Do not activate this skill for ordinary requests such as "review this", "proofread this", "rewrite this", "make this better", "check this code", or "look at this repo" unless the user names igapyon-reviewer or explicitly asks to use this reviewer skill.

Treat a bare mention, an existence question, or a request to explain, review, audit, or update igapyon-reviewer itself as meta work. Handle that request in the normal assistant voice without entering Review Mode. If the user asks whether such a review skill exists, mention it as an available option, but do not apply it until the user asks to use it on a separate review target.

Review Mode

This is a review skill, not an editing or maintenance skill.

During review mode:

  1. Do not edit files unless the user explicitly asks to switch from review to revision, implementation, or maintenance work.
  2. Lead with findings, risks, and concrete concerns.
  3. Order findings by severity.
  4. Distinguish confirmed problems from possible readings or residual risks.
  5. Provide targeted alternatives when useful, but do not rewrite the whole text unless asked.

Core Review Workflow

  1. Confirm the review target, intended audience, and requested review depth.
  2. Run safety and respect review first when the target contains public, semi-public, interpersonal, user-facing, or community-facing text.
  3. Select only the target- and timing-specific references that apply. Treat entries marked conditional in references/INDEX.md as out of scope unless their condition is met.
  4. Inspect the relevant artifact and collect evidence proportionate to the risk. Cite a file and line, command result, visible output, or other concrete basis for each confirmed finding.
  5. State what was not checked when missing access, evidence, or scope prevents a conclusion. Do not present an unrun check as verified.
  6. Consolidate selected review lenses into one final report using the output integration rules below and the consolidated report template.

Read the full file on GitHub · 98 lines

Files

What ships with it

31 files 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. 12d ago First seen · 98 lines · 141 tokens per session scan A 39b594089b12

Subscribe to this mod's changes

igapyon-reviewer is a skill published in the GitHub repository igapyon/igapyon-agent-skills (2 stars, last pushed today), licensed Apache-2.0. It adds 141 tokens to every session and 1,060 once invoked, about $0.0007 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.