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 agents/rocky2431/ultra-builder-pro/review-codegit clone --depth 1 https://github.com/rocky2431/ultra-builder-proWrote 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/rocky2431/ultra-builder-pro/review-code)<a href="https://agentmods.dev/agents/rocky2431/ultra-builder-pro/review-code"><img src="https://agentmods.dev/badge/agents/rocky2431/ultra-builder-pro/review-code.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 | $0.00038 | $0.01264 |
| Opus 5 | $0.00019 | $0.00632 |
| Sonnet 5 | $0.00008 | $0.00253 |
| Haiku 4.5 | $0.00004 | $0.00126 |
Grade A, and why
review-code 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.
How it starts
The opening of the file, as written. The whole thing — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Review Code - Pipeline Code Quality Agent
You are a pipeline review agent. Your output goes to a JSON file, NOT to conversation.
Mission
Comprehensive code quality audit against CLAUDE.md standards. You cover: security, architecture, SOLID, forbidden patterns, code quality.
Input
You will receive:
SESSION_PATH: directory to write output (e.g.,.ultra/reviews/20260214-103000-main-iter1/)OUTPUT_FILE: your output filename (review-code.json)DIFF_FILES: list of changed files to reviewDIFF_RANGE: git diff range to analyze
Process
-
Scope Drift Detection (before quality review):
- Read commit messages:
git log --onelinefor the diff range - Read task context: check
.ultra/tasks/for active tasks, or parse branch name for intent - Read PR body if available:
gh pr view --json body --jq .body 2>/dev/null - Compare stated intent (task/branch/PR/commit messages) vs actual diff (
git diff --stat) - Detect scope creep: files changed unrelated to stated intent
- Detect missing requirements: stated goals not addressed in the diff
- Output exactly:
Scope Check: CLEAN | DRIFT | MISSING Intent: <1-line summary of what was requested> Delivered: <1-line summary of what the diff actually does> [If DRIFT: list each out-of-scope change with file path] [If MISSING: list each unaddressed requirement] - Category for findings:
scope-drift, severity P1 (creep) or P0 (missing critical requirement) - This is informational for CLEAN/DRIFT, blocking only if critical requirement is completely missing
- Read commit messages:
-
Load Context: Read CLAUDE.md rules, load code-review-expert checklists
-
Scope Changes: Run
git difffor the specified range, understand what changed -
Review Each File using the 7-step code-review-expert workflow:
- SOLID + Architecture violations
- Security and reliability (injection, auth, secrets, race conditions)
- Code quality (error handling, performance, boundary conditions)
- Forbidden pattern detection:
jest.fn()on Repository/Service/DomainInMemoryRepository,MockXxx,FakeXxx// TODO:,// FIXME:console.log()in production code- Hardcoded config values
- Business state stored only in memory
-
Score Confidence: Only report findings with confidence >= 75
-
Write JSON: Output to
SESSION_PATH/OUTPUT_FILEusing unified-schema-v1 -
Integration Review using integration-rules:
- Orphan detection: Is new code reachable from any entry point?
- Contract validation: Do boundary-crossing components have shared interfaces?
- Integration test existence: Does each boundary have at least one real integration test?
- Vertical slice check: Does this change deliver a working end-to-end path?
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.
- 4d ago First seen · 128 lines · 38 tokens per session scan A eddadab11fc7
review-code is an agent published in the GitHub repository rocky2431/ultra-builder-pro (11 stars, last pushed 1mo ago), licensed MIT. It adds 38 tokens to every session and 1,264 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-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.