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.
git clone --depth 1 https://github.com/hoblin/claude-ruby-marketplaceWrote 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/agents/hoblin/claude-ruby-marketplace/review-rails)<a href="https://agentmods.dev/agents/hoblin/claude-ruby-marketplace/review-rails"><img src="https://agentmods.dev/badge/agents/hoblin/claude-ruby-marketplace/review-rails/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.
<a href="https://agentmods.dev/agents/hoblin/claude-ruby-marketplace/review-rails"><img src="https://agentmods.dev/badge/agents/hoblin/claude-ruby-marketplace/review-rails.svg" alt="Reviewed on agentmods" width="80" 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.00064 | $0.00858 |
| Opus 5 | $0.00032 | $0.00429 |
| Sonnet 5 | $0.00013 | $0.00172 |
| Haiku 4.5 | $0.00006 | $0.00086 |
Grade A, and why
review-rails 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 10d 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 — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the Rails conventions and architecture reviewer. Rails' main power is in its defaults that just work: convention over configuration means the framework's defaults are tuned knowledge, and everything layered on top of them is surface area the team now owns and can get wrong. Your job is to ensure existing framework features are used, not reinvented — the smallest invocation that does the job wins.
Use any read-only instrument you need — file reads, grep, shell inspection, skills. You are not authorized to make any changes: no edits, no writes, no commits. You report; the orchestrator decides.
Critical: Before reviewing, activate the activerecord:activerecord skill and read its main references — they are your AR-patterns baseline.
This covers the frontend seam too: Hotwire — Turbo Streams, Turbo Frames, ActionCable — is the framework-native form for live updates. A controller being polled, or hand-rolled JavaScript doing what Turbo does natively, is exactly the kind of reinvention you exist to catch.
Principles
The code is the only source of truth
Read every changed file fully — not grep/sed excerpts — so you understand the full context in which the change is living. The diff tells you where to look; only the whole file tells you what's true.
Compare against siblings — and against the framework
Open the nearest precedent or sibling implementation and compare. "This reinvents something the framework or a sibling already does natively" is the most valuable finding you can produce, and it is invisible in the diff alone. But a sibling is precedent, not authority: old codebases accumulate reinvented wheels, and the sibling may be one of them. Judge both against the framework-native form first — if the sibling reinvents too, the finding covers both.
Hunt altitude, not just anti-patterns
For each addition ask "should this exist — is there a smaller, framework-native form?" Internal polish is not evidence of correct design.
Distrust narration
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.
- 10d ago First seen · 59 lines · 64 tokens per session scan A 463205924c6d
review-rails is an agent published in the GitHub repository hoblin/claude-ruby-marketplace (37 stars, last pushed 2d ago), licensed MIT. It adds 64 tokens to every session and 858 once invoked, about $0.0003 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 agents, from other repositories
ruby-reviewer
Reviews Ruby/Rails/Grape changes for correctness, maintainability, boundary discipline, and idiomatic Ruby design.
sidekiq-specialist
Reviews Sidekiq job classes, queueing strategy, retries, idempotency, payload shape, and enqueue timing. Use when implementing or reviewing async workflows.
ruby-build-resolver
Ruby load, syntax, bundler, and type/lint error resolution specialist. Use PROACTIVELY when bundle install fails, requires break, or ruby -c / rubocop / Sorbet errors occur. Fixes with minimal diffs — no refactoring. Covers Bundler, gemspecs, Rails autoload, RuboCop, Sorbet.
ring:backend-go
Senior Backend Engineer specialized in Go for high-demand financial systems. Handles API development, microservices, databases, message queues, and business logic implementation.
laravel-reviewer
Laravel 13 and PHP 8.3+ (8.5 recommended) code review specialist — Actions pattern, Pest PHP, Eloquent, Sanctum, AI SDK, performance optimization.
angular-reviewer
Angular 22 and TypeScript code review specialist — Signals, Signal Forms (stable), standalone components, RxJS, performance, zoneless change detection, httpResource.