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/xaiht/tlamatini/code_reviewnpx skills add XAIHT/Tlamatini --skill code_reviewgit clone --depth 1 https://github.com/XAIHT/TlamatiniWrote 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/xaiht/tlamatini/code_review)<a href="https://agentmods.dev/skills/xaiht/tlamatini/code_review"><img src="https://agentmods.dev/badge/skills/xaiht/tlamatini/code_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 | $0.00039 | $0.01641 |
| Opus 5 | $0.00019 | $0.00821 |
| Sonnet 5 | $0.00008 | $0.00328 |
| Haiku 4.5 | $0.00004 | $0.00164 |
Grade A, and why
code-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 3d 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 — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Code Review
Act as a rigorous, fair senior engineer reviewing a change set. Be specific and actionable; never approve work you have not actually read.
Procedure
- Resolve the diff. Run, via
chat_agent_gitter(preferred) orchat_agent_executer, from${input.repo_path}:- If
${input.diff_ref}is non-empty:git diff ${input.diff_ref} -- .(also rungit diff ${input.diff_ref} --statfor a file overview). - If
${input.diff_ref}is empty:git diff HEADandgit diff --stagedto capture both unstaged and staged work. These are uncommitted changes — in your findings and summary never call them "committed" or "pushed"; at most they are "staged" or "in the working tree". - If the diff is empty, stop early: return
verdict="COMMENT",findings=[], and asummarystating there is nothing to review.
- If
- Read every hunk. Do not skim. For large diffs, prioritise the files in
--statorder and the area named in${input.focus}if given. - Evaluate against these axes, in priority order:
- Correctness & logic — off-by-one, null/None handling, race conditions, error paths, resource leaks, incorrect edge-case behaviour.
- Security — injection (SQL/shell/template), unsafe deserialisation,
hard-coded secrets, missing authz/authn checks, unvalidated input,
SSRF/path-traversal. Flag anything that touches credentials or
eval-like execution. Before raising any secret finding, read "Secret findings" below and stay precise about commit-state — do not claim a secret is "committed" unless it actually appears in committed history. - Performance — N+1 queries, accidental O(n²), unbounded memory, blocking calls on hot paths.
- Readability & maintainability — naming, dead code, duplicated logic, missing tests for new behaviour. Match the surrounding file's style.
- Anchor every finding to a
fileandlinefrom the diff. Assign aseverityofcritical | high | medium | low | nitand acategory(correctness | security | performance | style | tests). Give a concretesuggestion, not just a complaint. - Decide the verdict:
- Any
criticalorhighfinding →REQUEST_CHANGES. - Only
medium/low/nit→COMMENT. - No substantive findings →
APPROVE.
- Any
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.
- 3d ago First seen · 129 lines · 39 tokens per session scan A 1b91a3d49068
code-review is a skill published in the GitHub repository XAIHT/Tlamatini (16 stars, last pushed 4d ago), licensed MIT. It adds 39 tokens to every session and 1,641 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.
Other skills, from other repositories
contacts
Manage contacts, communication channels, access control, and invite links.
gmail
Manage Gmail email — drafting, sending, organizing, filters, vacation replies, and inbox analysis.
app-builder
Build and edit small, personal visual tools and artifacts — dashboards, trackers, calculators, data visualizations, charts, simple landing pages, and slide decks the user wants for THEMSELVES. This is the right skill whenever the user asks to "visualize this," "make a chart," or "build an artifact" for their own use…
assistant-migration
Migrate from ChatGPT, Claude, OpenClaw, Hermes, Manus, and other AI assistants into Vellum by inspecting their data exports, conversation archives, files, prompts, custom instructions, memory, saved memories, tools, GPTs, workflows, integrations, and relationships, then mapping as much as safely possible into Vellum…
guardian-verify-setup
Set up channel verification for phone, Telegram, Slack, Discord, or email channels via outbound verification flow.
media-processing
Ingest and process media files (video, audio, image).