repovine: Skill for Claude Code

.agents/skills/repovine-review/SKILL.md

repovine-review is a skill for Claude Code, Codex from legann/repovine. It costs 24 tokens per session (2,360 once invoked), scanned A, original, MIT.

A read-only review and audit process that uses Repovine code context to examine changes, architecture, tests, and remaining risks. Repovine is a repository map that helps an agent understand how code parts relate.

In plain words
What is it for?
Use it for code reviews, merge-readiness checks, implementation validation, architecture audits, refactoring triage, and security-sensitive boundary reviews.
Why use it?
It organizes the evidence needed to decide whether a change is ready and helps surface design, security, testing, and integration problems without modifying the workspace.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is legann/repovine's own configuration. It tells Claude Code and Codex how to work on repovine 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 repovine configures →

Reuse

Borrowing it

Nothing to install: this file belongs to legann/repovine. 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/legann/repovine/main/.agents/skills/repovine-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/legann/repovine

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/legann/repovine/repovine-review"><img src="https://agentmods.dev/badge/skills/legann/repovine/repovine-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,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 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.00024 $0.02360
Opus 5 $0.00012 $0.01180
Sonnet 5 $0.00005 $0.00472
Haiku 4.5 $0.00002 $0.00236

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

Security

Grade A, and why

repovine-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 10d 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.

.agents/skills/repovine-review/SKILL.md · 192 lines

How it starts

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

Review and Audit

Use this skill when the user asks for a review, merge-readiness check, implementation validation, architecture audit, refactoring triage, or security-sensitive boundary audit. This is a read-only workflow: do not edit files, update snapshots, write annotations, or change the workspace.

Use the managed repovine-code-reviewer agent for read-only implementation/diff reviews. Use the managed repovine-architecture-auditor agent for architecture smells, boundaries, frontend state/effect problems, event-driven boundaries, and security-sensitive risks. The main agent uses this skill to gather the packet, choose the repovine checks, delegate when useful, and format the verdict.

Inputs to gather

  • Assignment/task, acceptance criteria, and contracts.
  • Diff base, changed files, and touched graph nodes.
  • Implementation result if available: AgentRunResult, tests run, compliance flags, contextPack/contextSessionId.
  • Any known baseline failures, flaky tests, unavailable env/resources, or CI evidence.

If the diff base or task is missing and cannot be inferred safely, ask a short clarification before reviewing.

Choose the Review Path

User asks for Use
Code review, diff review, merge readiness, acceptance validation repovine-code-reviewer or local read-only review
Architecture smells, duplication, low cohesion, god modules repovine-architecture-auditor with analyze_architecture
Package/domain boundaries or service wrappers analyze_architecture + analyze_dependencies
Frontend state, effects, routes, design-system leakage, client policy analyze_architecture with frontend categories and includeComponentEntrypoints: true when needed
Event-driven or runtime/resource boundaries trace_flow + analyze_architecture
Security-sensitive boundaries analyze_architecture security categories + get_config_surface
Missing annotation memory or unclear ownership get_annotation_status + analyze_architecture({ "categories": ["unclear-architecture", "annotation-risk"] })

Read the full file on GitHub · 192 lines

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. 10d ago First seen · 192 lines · 24 tokens per session scan A 40ef36fde535

Subscribe to this mod's changes

repovine-review is a skill published in the GitHub repository legann/repovine (0 stars, last pushed 1mo ago), licensed MIT. It adds 24 tokens to every session and 2,360 once invoked, about $0.0001 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.