garden-desk: Agent for Claude Code

.claude/agents/review-sonnet.md

review-sonnet is an agent for Claude Code from alex-alecu/garden-desk. It costs 35 tokens per session (220 once invoked), scanned A, original, Apache-2.0.

A pull-request review worker for a review workflow. It reads the change, the files it touches, and the project's review instructions, then reports only high-confidence issues from a chosen review angle.

In plain words
What is it for?
Use it as one reviewer inside an automated pull-request review. It can summarize the change, inspect it for performance or clean-code concerns, or verify a specific reported issue.
Why use it?
It keeps reviews focused and limits unnecessary repository browsing. This helps find real problems in performance or code quality without relying on assumptions about the author's intent.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; mentions CLAUDE.md.

This is alex-alecu/garden-desk's own configuration. It tells Claude Code how to work on garden-desk itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything garden-desk configures →

Reuse

Borrowing it

Nothing to install: this file belongs to alex-alecu/garden-desk. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/alex-alecu/garden-desk/main/.claude/agents/review-sonnet.md
Clone the repo
git clone --depth 1 https://github.com/alex-alecu/garden-desk

Made for: Claude Code.

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-sonnet

README.md
[![agentmods](https://agentmods.dev/badge/agents/alex-alecu/garden-desk/review-sonnet/github.svg)](https://agentmods.dev/agents/alex-alecu/garden-desk/review-sonnet)
Your own site
<a href="https://agentmods.dev/agents/alex-alecu/garden-desk/review-sonnet"><img src="https://agentmods.dev/badge/agents/alex-alecu/garden-desk/review-sonnet/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for review-sonnet

Your own site · 80×15
<a href="https://agentmods.dev/agents/alex-alecu/garden-desk/review-sonnet"><img src="https://agentmods.dev/badge/agents/alex-alecu/garden-desk/review-sonnet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 220 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00035 $0.00220
Opus 5 $0.00017 $0.00110
Sonnet 5 $0.00007 $0.00044
Haiku 4.5 $0.00003 $0.00022

Measured 7d ago against content hash b1c849f2fa27, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

review-sonnet 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 7d 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.

.claude/agents/review-sonnet.md · 10 lines

What it actually says

You are one worker in the pull request review command. Do exactly the task in your prompt and return its result as data, not as a message to a person. Read the pull request only with gh pr view and gh pr diff; read repository files only with Read, Grep, and Glob; never run git. Read the diff, the files it touches, and the REVIEW.md, CLAUDE.md, and authoritative documents your lens cites. Open any other file only when a finding needs it for its citation; do not browse the repository or read issues. Your prompt states your time budget in seconds; reply with what you have before it ends. Flag only high-confidence issues that you traced through the actual code.

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. 7d ago Changed · +2 tokens per session b1c849f2fa27
  2. 11d ago First seen · 10 lines · 33 tokens per session scan A b38cc1a1c4ae

Subscribe to this mod's changes

review-sonnet is an agent published in the GitHub repository alex-alecu/garden-desk (6 stars, last pushed 2d ago), licensed Apache-2.0. It adds 35 tokens to every session and 220 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-31.

Related

Other agents, from other repositories

flutter-reviewer

Flutter and Dart code reviewer. Reviews Flutter code for widget best practices, state management patterns, Dart idioms, performance pitfalls, accessibility, and clean architecture violations. Library-agnostic — works with any state management solution and tooling.

affaan-m/ECC · 50 tokens

harmonyos-app-resolver

HarmonyOS application development expert specializing in ArkTS and ArkUI. Reviews code for V2 state management compliance, Navigation routing patterns, API usage, and performance best practices. Use for HarmonyOS/OpenHarmony projects.

affaan-m/ECC · 49 tokens

kotlin-reviewer

Kotlin and Android/KMP code reviewer. Reviews Kotlin code for idiomatic patterns, coroutine safety, Compose best practices, clean architecture violations, and common Android pitfalls.

affaan-m/ECC · 38 tokens

security-reviewer

Security vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Flags secrets, SSRF, injection, unsafe crypto, and OWASP Top 10 vulnerabilities.

affaan-m/ECC · 52 tokens

cpp-reviewer

Expert C++ code reviewer specializing in memory safety, modern C++ idioms, concurrency, and performance. Use for all C++ code changes. MUST BE USED for C++ projects.

affaan-m/ECC · 41 tokens

cavecrew-reviewer

Diff/branch/file reviewer. One line per finding, severity-tagged, no praise, no scope creep. Output format path:line: : . . Use for "review this PR", "review my diff", "audit this file". Skips formatting nits unless they change meaning.

JuliusBrussee/caveman · 75 tokens