repository-review

repository-review is a skill for Claude Code, Codex from fmind/dot. It costs 40 tokens per session (965 once invoked), scanned A, original, MIT.

A read-only review of an entire software repository, covering its architecture, code, tests, tools, security, automation, documentation, and releases.

In plain words
What is it for?
Use it to map a repository, run its native checks, and produce ranked findings supported by evidence.
Why use it?
It finds cross-cutting risks and weaknesses that may be missed when reviewing only one change or file.

Skill for Claude CodeCodex

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/fmind/dot/repository-review
Any agent
npx skills add fmind/dot --skill repository-review
Clone the repo
git clone --depth 1 https://github.com/fmind/dot

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/fmind/dot/repository-review.svg)](https://agentmods.dev/skills/fmind/dot/repository-review)
Your own site
<a href="https://agentmods.dev/skills/fmind/dot/repository-review"><img src="https://agentmods.dev/badge/skills/fmind/dot/repository-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 965 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00040 $0.00965
Opus 5 $0.00020 $0.00483
Sonnet 5 $0.00008 $0.00193
Haiku 4.5 $0.00004 $0.00097

Measured yesterday against content hash eaf4f739c7e8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

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/repository-review/SKILL.md · 40 lines

How it starts

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

Repository Review

Audit the whole delivery system read-only and report ranked, evidence-backed findings; diff-review owns one change, project-backlog turns findings into issues, and project-health applies the fixes.

Workflow

  1. Scope the review: Read the repository instructions and the stack, CI, security, or documentation skills the requested dimensions need; confirm which live systems are authorized and treat every other credential, cluster, project, deployment, or release as unavailable.
  2. Record the candidate: Capture branch, HEAD, upstream, and git status --short; distinguish staged, unstaged, and untracked paths, treat pre-existing changes as user-owned, and state whether evidence concerns committed HEAD, the dirty tree, or both.
  3. Map the system: Inspect manifests, entry points, package boundaries, tasks, hooks, workflows, deployment and release automation, docs, generated files, and runtime configuration against the review matrix.
  4. Run native checks: Iterate with mise run check, targeted check:* subtasks, and mise run test; invoke secure only when the request needs the full security boundary.
  5. Gate the candidate: Run the full gate (mise run all); if the tree carries unrelated changes and the gate write-formats, run it in a temporary git worktree or fall back to mise run check and mise run test (see mise).
  6. Inspect live evidence read-only: Compare the exact HEAD SHA with CI checks, deployments, tags, releases, or runtime observations only where authorized and reachable; a green result for another head is stale.
  7. Challenge each conclusion: Reproduce high-impact claims when safe, prefer repository or dependency source over assumptions, and separate an observed defect from a speculative risk.
  8. Report findings: Lead with Key findings ranked P0P3 (scale in diff-review), each with the defect, impact, and direct file, command, CI, or runtime evidence; if none are material, say so and list residual gaps.
  9. State proof and actions: Report the highest proven rung of the proof ladder with each check marked pass, fail, blocked, or not run, then list Actions by priority, each starting with a verb and naming the owner or required authority.

Read the full file on GitHub · 40 lines

Files

What ships with it

1 file 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. yesterday First seen · 40 lines · 40 tokens per session scan A eaf4f739c7e8

Subscribe to this mod's changes

repository-review is a skill published in the GitHub repository fmind/dot (4 stars, last pushed yesterday), licensed MIT. It adds 40 tokens to every session and 965 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-09-03.