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 commands/adrianosantostreina/delphi-dev/reviewgit clone --depth 1 https://github.com/adrianosantostreina/delphi-devWrote 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/commands/adrianosantostreina/delphi-dev/review)<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>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.00019 | $0.00445 |
| Opus 5 | $0.00010 | $0.00222 |
| Sonnet 5 | $0.00004 | $0.00089 |
| Haiku 4.5 | $0.00002 | $0.00044 |
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.
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?
beginem linha própria?elseem linha própria?
Comandos Proibidos
- Uso de
with? BreakouContinueem loops?Exitfora de guard clause?Realcomo 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?
constem 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)
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 · 51 lines · 19 tokens per session scan A dc8ce7f8e0b8
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.
Other commands, from other repositories
fastapi
FastAPI application design and implementation conventions. Use this skill when building, updating, or reviewing FastAPI services, routers, dependencies, request/response schemas, streaming endpoints, or API tests. Trigger on FastAPI-specific work such as path operation design, dependency injection, response models…
add-test-fixture-and-go-test-for-langgraph-js-rule
Workflow command scaffold for add-test-fixture-and-go-test-for-langgraph-js-rule in shingan.
azure-graph-dotnet:deploy-azure
Deploy a C# Azure Functions or Container Job project to Azure — provision infrastructure with Bicep, push image to ACR, assign Managed Identity Graph permissions, and generate or update GitHub Actions or Azure DevOps CI/CD pipelines.
go-review
Go code review for idiomatic patterns.
review
Review a change against the repository's rule-driven modern C++ contract.
kotlin-review
Comprehensive Kotlin code review for idiomatic patterns, null safety, coroutine safety, and security. Invokes the kotlin-reviewer agent.