review-reporting

review-reporting is a skill for Claude Code from MANOJ21K/agentic-code-review. It costs 67 tokens per session (781 once invoked), scanned C, original, no licence file.

A guide for presenting automated code-review findings in the terminal and as inline comments on GitHub pull requests. It covers comment placement, suggested code changes, and duplicate handling.

In plain words
What is it for?
Formatting review reports, posting GitHub review comments with gh api, anchoring comments to a full commit identifier, and avoiding duplicate issue comments.
Why use it?
It helps review results appear in a consistent format and attach comments to the correct lines of a pull request.

Skill for Claude Code

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

Part of the agentic-code-review plugin — 2 skills, 2 commands, 7 agents shipped together

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/manoj21k/agentic-code-review/review-reporting
Any agent
npx skills add MANOJ21K/agentic-code-review --skill review-reporting
Clone the repo
git clone --depth 1 https://github.com/MANOJ21K/agentic-code-review

Made for: Claude Code.

Or install agentic-code-review, the plugin that ships this one along with the rest of its 2 skills, 2 commands, 7 agents.

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 review-reporting

README.md
[![agentmods](https://agentmods.dev/badge/skills/manoj21k/agentic-code-review/review-reporting.svg)](https://agentmods.dev/skills/manoj21k/agentic-code-review/review-reporting)
Your own site
<a href="https://agentmods.dev/skills/manoj21k/agentic-code-review/review-reporting"><img src="https://agentmods.dev/badge/skills/manoj21k/agentic-code-review/review-reporting.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 781 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
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.00067 $0.00781
Opus 5 $0.00034 $0.00391
Sonnet 5 $0.00013 $0.00156
Haiku 4.5 $0.00007 $0.00078

Measured 5d ago against content hash 237b2b1f9245, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade C, and why

review-reporting scanned grade C with 2 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

Scenario: POST /run with name="; rm -rf /" executes attacker input.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

Fix: pass args as a list to subprocess.run(...) with shell=False.
code-review-plugin/skills/review-reporting/SKILL.md · 71 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. 5d ago First seen · 71 lines · 67 tokens per session scan C 237b2b1f9245

Subscribe to this mod's changes

review-reporting is a skill published in the GitHub repository MANOJ21K/agentic-code-review (2 stars, last pushed 1mo ago), with no licence file. It adds 67 tokens to every session and 781 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, runs shell commands). 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

release

Cut a versioned release and publish everos to PyPI via the tag-triggered workflow.

EverMind-AI/EverOS · 20 tokens

agentfield-use

Whenever you have a discrete task to perform — one the user delegated, or one that arose inside your own work — check FIRST whether an installed AgentField agent covers it, and offload to it by default when one does. Coverage, not task size, is the test: even a small job goes to a covering agent. The check is cheap …

Agent-Field/agentfield · 259 tokens

datadesigner-docs

Maintain the NeMo Data Designer Fern docs site under fern/. Use for any documentation change. Triggered by: "edit docs", "add doc page", "update docs", "rename page", "fix broken link", "add redirect", "preview docs", "publish docs", "regenerate notebooks", "update dev note", any request that touches fern/.

NVIDIA-NeMo/DataDesigner · 80 tokens

neuron-structured-output

Design and implement structured output classes for Neuron AI agents using SchemaProperty attributes and validation rules. Use this skill when the user mentions structured output, JSON schema extraction, data validation, output classes, DTOs for AI responses, extracting structured data from LLM, or configuring property…

neuron-core/neuron-ai · 104 tokens

agent-evaluation

Run one specified Test Agent on one specified Benchmark Case exactly once, privately score that execution, and return one protocol result.

Prism-Shadow/penguin-harness · 28 tokens

agent-initialization

Initialize an Agent's settings from a user requirement by writing AGENTS.md, setting identity metadata, and installing only needed Skills.

Prism-Shadow/penguin-harness · 30 tokens