review

review is a command for coding agents from adrianosantostreina/delphi-dev. It costs 19 tokens per session (445 once invoked), scanned A, original, MIT.

A quick Delphi code-review command that checks supplied code for common style and safety violations and suggests corrections. Delphi is a programming language and development environment often used for Windows applications.

In plain words
What is it for?
Use it to review Delphi code for naming conventions, indentation, prohibited commands, long or overloaded methods, unsafe SQL construction, and related project rules.
Why use it?
It provides a focused checklist for naming, formatting, control flow, SQL safety, and method structure without requiring a full review process.

Command

Part of the delphi-dev plugin — 15 skills, 10 commands, 4 agents shipped together

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 commands/adrianosantostreina/delphi-dev/review
Clone the repo
git clone --depth 1 https://github.com/adrianosantostreina/delphi-dev

Or install delphi-dev, the plugin that ships this one along with the rest of its 15 skills, 10 commands, 4 agents.

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/commands/adrianosantostreina/delphi-dev/review.svg)](https://agentmods.dev/commands/adrianosantostreina/delphi-dev/review)
Your own site
<a href="https://agentmods.dev/commands/adrianosantostreina/delphi-dev/review"><img src="https://agentmods.dev/badge/commands/adrianosantostreina/delphi-dev/review.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 445 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.1 $0.00019 $0.00445
Opus 5 $0.00010 $0.00222
Sonnet 5 $0.00004 $0.00089
Haiku 4.5 $0.00002 $0.00044

Measured 5d ago against content hash dc8ce7f8e0b8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 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.

commands/review.md · 51 lines

What it actually says

Realize uma revisão rápida do código Delphi fornecido pelo usuário.

Idioma de saída: Detecte o idioma da primeira mensagem do usuário e produza a revisão nesse idioma. Padrão: pt-BR. Idiomas suportados: pt-BR, en-US. Honre overrides: "respond in English" / "responda em português".

Identificadores Delphi (prefixos, nomes de exemplo) seguem a convenção do projeto e não são traduzidos — apenas a prosa, classificações e descrições.

Labels de classificação por idioma:

  • pt-BR: 🚨 CRÍTICO / ⚠️ ATENÇÃO / 💡 SUGESTÃO
  • en-US: 🚨 CRITICAL / ⚠️ WARNING / 💡 SUGGESTION

Analise e reporte:

Nomenclatura

  • Prefixos corretos (F, A, L, C_, T, I, E)?
  • Notação húngara detectada?
  • Nomes significativos ou abreviações obscuras?
  • Componentes renomeados corretamente?

Formatação

  • Indentação de 2 espaços (sem TAB)?
  • Margem de 120 chars respeitada?
  • begin em linha própria?
  • else em linha própria?

Comandos Proibidos

  • Uso de with?
  • Break ou Continue em loops?
  • Exit fora de guard clause?
  • Real como tipo?
  • SQL concatenado (SQL Injection)?

Estrutura

  • Métodos com mais de 50 linhas?
  • Múltiplas responsabilidades na mesma classe/método?
  • try..finally com múltiplos recursos?
  • const em parâmetros de interface?

Formato de saída:

Para cada violação encontrada:

  • Linha aproximada e descrição do problema (no idioma do usuário)
  • Classificação no idioma selecionado (ver tabela acima)
  • Exemplo correto de como deveria ser escrito (identificadores em pt-BR, comentários no idioma do usuário)
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. 5d ago First seen · 51 lines · 19 tokens per session scan A dc8ce7f8e0b8

Subscribe to this mod's changes

review is a command published in the GitHub repository adrianosantostreina/delphi-dev (79 stars, last pushed 2d ago), licensed MIT. It adds 19 tokens to every session and 445 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-30.