role:reviewer

role:reviewer is a skill for Claude Code, Codex from berrzebb/SoulFlow-Orchestrator. It costs 49 tokens per session (360 once invoked), scanned A, original, no licence file.

A code reviewer that checks finished code for quality, security, speed, and consistency with the project's conventions.

In plain words
What is it for?
Use it to inspect completed changes and identify quality, security, performance, or style issues.
Why use it?
It helps find problems and inconsistencies after implementation, without mixing review work with writing new code.

Skill for Claude CodeCodex

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

Good fit Use it to inspect completed changes and identify quality, security, performance, or style issues.

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

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 role:reviewer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/berrzebb/soulflow-orchestrator/reviewer"><img src="https://agentmods.dev/badge/skills/berrzebb/soulflow-orchestrator/reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 360 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.00049 $0.00360
Opus 5 $0.00024 $0.00180
Sonnet 5 $0.00010 $0.00072
Haiku 4.5 $0.00005 $0.00036

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

Security

Grade A, and why

role: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 11d 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.

src/skills/roles/reviewer/SKILL.md · 43 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

3 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. 11d ago First seen · 43 lines · 49 tokens per session scan A dd1f1419a5b1

Subscribe to this mod's changes

role:reviewer is a skill published in the GitHub repository berrzebb/SoulFlow-Orchestrator (22 stars, last pushed 5mo ago), with no licence file. It adds 49 tokens to every session and 360 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-30.

Related

Other skills, from other repositories

agent-review

Create a read-focused external-agent review packet for code, diffs, plans, or generated artifacts.

leviuszen/meaning-assurance · 23 tokens

collaborating-with-codex

Delegates coding tasks to Codex CLI for prototyping, debugging, and code review. Use when needing algorithm implementation, bug analysis, or code quality feedback. Supports multi-turn sessions via SESSIONID.

haoyu-haoyu/Multi-AI-Workflow · 48 tokens

adk-go-self-review

Review an ADK Go change the way a maintainer will — a fresh-context pass over the whole diff, five lenses (correctness and tests, scope, simplicity, style, adk-python parity), and the mutation check that proves your tests pin the change. Use before opening a PR, before any later push that changes code, and when asked…

google/adk-go · 87 tokens

verify-change

A change-checking skill that reviews code differences and checks whether related documentation, tests, and records were updated.

fengshao1227/ccg-workflow · 65 tokens

verify-quality

A code-quality checker that measures complexity, size, naming, and common code smells. It reports problems such as duplicated code, unused code, and overly long functions.

fengshao1227/ccg-workflow · 64 tokens

issue

Use when starting a chain from a GitHub issue — turning an issue URL or number into a triaged, planned, dispatched, and reviewed pull request. Classifies the thread (bug → root-cause discipline, feature → plan chain, question → drafted reply), synthesizes a spec from the issue's own acceptance criteria, then runs the…

jeremylongshore/tons-of-skills-marketplace · 115 tokens