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.
npx agentmods add skills/fmind/dotfiles/repository-reviewnpx skills add fmind/dotfiles --skill repository-reviewgit clone --depth 1 https://github.com/fmind/dotfilesWrote 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.
[](https://agentmods.dev/skills/fmind/dotfiles/repository-review)<a href="https://agentmods.dev/skills/fmind/dotfiles/repository-review"><img src="https://agentmods.dev/badge/skills/fmind/dotfiles/repository-review.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00051 | $0.01097 |
| Opus 5 | $0.00026 | $0.00549 |
| Sonnet 5 | $0.00010 | $0.00219 |
| Haiku 4.5 | $0.00005 | $0.00110 |
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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Review
Review the whole delivery system, preserve user work, and report only what the available evidence proves. A review-only request authorizes inspection and bounded validation, not fixes, issue creation, comments, deployment, publication, or runtime mutation.
Authority and proof ceiling
- Read the repository instructions and the stack, CI, security, or documentation skills needed by the requested dimensions. The full security-scan skill is not mandatory for a bounded review that excludes the security boundary.
- Confirm the requested scope and any explicitly authorized live systems. Treat credentials, clusters, cloud projects, deployments, and releases outside that scope as unavailable.
- Record the starting branch,
HEAD, upstream, andgit status --short. Distinguish staged, unstaged, and untracked paths; every pre-existing change is user-owned. - Never stash, reset, clean, reformat, stage, commit, push, comment, open issues, or otherwise mutate user or external state during a review.
Review workflow
- Establish the candidate: Decide whether the evidence concerns committed
HEAD, the dirty working candidate, or both. Name that boundary in the report. - Preserve the worktree: Use read-only diffs first. Before any full gate, inspect the full gate's task definition and working-tree state. If it runs whole-tree write-formatters and unrelated or user changes are present, validate the exact candidate in an isolated temporary worktree only when temporary local file and Git-metadata changes are authorized, or run equivalent non-mutating checks; never reformat unrelated work. If the caller forbids even temporary state, skip that gate and report it as not checked. Verify the original index and worktree snapshot after cleanup.
- Map the system: Inspect manifests, entry points, package boundaries, task definitions, hooks, workflows, deployment/release automation, user and agent documentation, generated files, and relevant runtime configuration. Read the review matrix for coverage and evidence expectations.
- Route native checks: Use the repository's pinned
mise runtasks and the applicable language stack skills. Use focused subtasks (mise run check, targetedcheck:*/test) only for iteration; usemise run allfor the complete local candidate when safe and proportionate. Invoke the security-scan skill only when the request calls for a full security boundary beyond native checks. - Inspect live evidence read-only: Compare the exact
HEADSHA with CI checks, deployments, tags, releases, or runtime observations only when those systems are authorized and reachable. A historical or different-head green result is stale evidence. - 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.
- Report, do not repair: Return ranked findings and ordered actions in the response. Never create an unsolicited report file or backlog item; compose with a backlog skill only when the user explicitly requests that mutation.
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.
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.
- 5d ago First seen · 50 lines · 51 tokens per session scan A 70b21cce4dda
repository-review is a skill published in the GitHub repository fmind/dotfiles (4 stars, last pushed 6d ago), licensed MIT. It adds 51 tokens to every session and 1,097 once invoked, about $0.0003 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.
Other skills, from other repositories
fkf-use
Use an fkf base safely: inspect status, retrieve bounded context, resolve URIs, traverse relations, collect sources, or serve read-only MCP. Use for read or collection workflows.
chezmoi
Manage the chezmoi source tree of this repository: source-name attributes, templates, age secrets, diff and apply. Use when editing anything dot deploys into $HOME.
github-agentic-workflow
Design, secure, compile, run, and audit GitHub Agentic Workflows with GitHub Copilot. Use when repository automation needs AI reasoning in GitHub Actions.
hugo
Canonical Hugo static-site stack with the Hextra docs theme: Hugo Modules, mise tasks, dprint, lefthook, GitHub Pages deploy. Use for docs sites and static websites.
mise
Configure pinned mise tools and the canonical install, format, check, test, build, and watch tasks shared by hooks and CI. Use for any mise.toml or task work.
python-stack
Build typed Python projects with uv, Ruff, ty, pytest, Litestar, and Typer. Use for packages, CLIs, web apps, agents, tests, or typing.