SoulFlow-Orchestrator: Skill for Claude Code

.claude/skills/review/SKILL.md

review is a skill for Claude Code from berrzebb/SoulFlow-Orchestrator. It costs 0 tokens per session (75 once invoked), scanned A, original, no licence file.

A code-review add-on for examining a specified part of a codebase for implementation and usability problems.

In plain words
What is it for?
Use it to review a chosen code area and assess both how it works and how usable it is.
Why use it?
It helps identify issues in code or developer-facing behaviour that may be missed during normal implementation.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is berrzebb/SoulFlow-Orchestrator's own configuration. It tells Claude Code how to work on SoulFlow-Orchestrator itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything SoulFlow-Orchestrator configures →

Reuse

Borrowing it

Nothing to install: this file belongs to berrzebb/SoulFlow-Orchestrator. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/berrzebb/SoulFlow-Orchestrator/main/.claude/skills/review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/berrzebb/SoulFlow-Orchestrator

Made for: Claude Code.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/berrzebb/soulflow-orchestrator/review"><img src="https://agentmods.dev/badge/skills/berrzebb/soulflow-orchestrator/review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 75 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.00000 $0.00075
Opus 5 $0.00000 $0.00037
Sonnet 5 $0.00000 $0.00015
Haiku 4.5 $0.00000 $0.00007

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

Security

Grade A, and why

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 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.

.claude/skills/review/SKILL.md · 8 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

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 · 8 lines · 0 tokens per session scan A 2f89a8e2d8b7

Subscribe to this mod's changes

review is a skill published in the GitHub repository berrzebb/SoulFlow-Orchestrator (22 stars, last pushed 5mo ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 75 tokens. 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