backend-review

backend-review is a skill for Claude Code, Codex from Arnosdeus/agent-toolkit. It costs 29 tokens per session (163 once invoked), scanned A, original, MIT.

A framework-independent review of backend code changes, covering requests, data storage, background work, monitoring, security, and tests. Backend code runs on servers and handles application logic and data.

In plain words
What is it for?
It is for reviewing API design, validation, permissions, database access, transactions, concurrency, caching, queues, error handling, observability, configuration, and tests.
Why use it?
It helps find correctness, security, reliability, performance, and coverage problems before a backend change reaches users.

Skill for Claude CodeCodex

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 skills/arnosdeus/agent-toolkit/backend-review
Any agent
npx skills add Arnosdeus/agent-toolkit --skill backend-review
Clone the repo
git clone --depth 1 https://github.com/Arnosdeus/agent-toolkit

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/arnosdeus/agent-toolkit/backend-review.svg)](https://agentmods.dev/skills/arnosdeus/agent-toolkit/backend-review)
Your own site
<a href="https://agentmods.dev/skills/arnosdeus/agent-toolkit/backend-review"><img src="https://agentmods.dev/badge/skills/arnosdeus/agent-toolkit/backend-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 163 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 $0.00029 $0.00163
Opus 5 $0.00015 $0.00081
Sonnet 5 $0.00006 $0.00033
Haiku 4.5 $0.00003 $0.00016

Measured 4d ago against content hash c1cc69000498, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

backend-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 4d 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.

skills/backend-review/SKILL.md · 20 lines

What it actually says

Backend Review

Procedure and output

Trace changed requests through validation, authorization, persistence, jobs, and observability. Report BLOCKER, MAJOR, MINOR, or NOTE findings as file:line — issue — evidence — remediation, then list tests and coverage gaps.

Review API boundaries, validation, errors, authentication and authorization, database access, transactions, concurrency, caching, jobs and queues, observability, configuration, resilience, performance, security, and tests. Follow repository conventions and framework-specific guidance when present. Separate confirmed defects from risks and recommendations; cite evidence and avoid speculative optimization.

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. 4d ago First seen · 20 lines · 29 tokens per session scan A c1cc69000498

Subscribe to this mod's changes

backend-review is a skill published in the GitHub repository Arnosdeus/agent-toolkit (2 stars, last pushed 11d ago), licensed MIT. It adds 29 tokens to every session and 163 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.

Related

Other skills, from other repositories

opensrc

Fetch dependency source code to give AI agents deeper implementation context. Use when the agent needs to understand how a library works internally, read source code for a package, fetch implementation details for a dependency, or explore how an npm/PyPI/crates.io package is built. Triggers include "fetch source for"…

vercel-labs/opensrc · 103 tokens

release-cli

Release a new version of the tokenmaxxing CLI to npm. Use when explicitly asked to release or publish @851-labs/tokenmaxxing, including checking main, bumping apps/cli/package.json, updating CHANGELOG.md, committing, tagging cli-vX.Y.Z, pushing, monitoring generated native package publishing, and smoke testing the…

851-labs/tokenmaxxing · 73 tokens

first-plan-co-change-analysis

Skill que constrói o Co-change Graph - "quando arquivo X muda, qual outro arquivo geralmente muda junto?". Use durante Discovery e em /fp:cochange. Baseado em git history. Detecta arquivos co-dependentes que devem ser editados juntos para evitar PRs incompletos. v0.3.0+ usa engine nativo Rust quando disponível…

vynazevedo/first-plan · 88 tokens

first-plan-provenance-tracker

Skill que define o schema de proveniência e o sistema de freshness tracking para findings em .first-plan/. Use durante Discovery e refresh para registrar source (file:line@SHA), TTL, confidence inicial e cadeia de supersedeção. Aplica decay de confidence baseado em idade.

vynazevedo/first-plan · 64 tokens

first-plan-reconciliation

Skill que define Spec-Code Reconciliation - matching contínuo entre artefatos de intenção (docs, specs, JIRA, GitHub issues) e implementação (código, testes, PRs). Use durante Discovery e em /fp:check para identificar feature ja implementada, em flight, drifted ou abandonada.

vynazevedo/first-plan · 70 tokens

first-plan-semantic-reuse

Skill que faz busca semantica via BM25 sobre o indice de simbolos do projeto. Substitui grep do reuse-index quando o engine nativo esta disponivel. Encontra "preciso de validacao de email" mesmo se a funcao se chama validateEmailRFC. Use durante /fp:reuse e /fp:plan para identificar componentes reusaveis com matching…

vynazevedo/first-plan · 88 tokens