Second Opinion Code Review
by Edric Vale
Get an independent review of a code change from a second model: pack a tight file set, estimate token cost, call the provider API, and turn raw advice into an a
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Review my latest diff for the payment gateway integration. Focus on race conditions. Stack is Node.js and Postgres.
Your agent does
- Severity: Critical. Potential double-spend in checkout.js:42. The transaction isn't locked. Fix: Use SELECT FOR UPDATE.
- Severity: Major. Unhandled Rejection in webhook.js:12. Fix: Wrap in try-catch to prevent silent failures.
What you get
About this skill
The problem
Critical bugs like race conditions and data loss often survive standard reviews because the primary reviewer is too close to the code. Manual cross-model prompting is tedious, expensive if unoptimized, and often produces vague feedback without a structured plan.
What it does
- Assembles a minimized context pack by filtering out noise like lockfiles and build artifacts.
- Estimates token usage and API costs before execution to prevent runaway spending on large diffs.
- Executes a structured review request via external API with strict technical constraints and stack awareness.
- Categorizes findings by severity and provides concrete, line-specific fix proposals.
Frameworks & tools
Git, Python 3, curl, and jq. Compatible with Anthropic, OpenAI, or any LLM provider via API.
Why this beats prompting it yourself
It replaces "what do you think of this code?" with a repeatable, cost-aware audit pipeline. It enforces specific output formats and stack-based constraints that prevent generic AI advice and API-breaking suggestions.
Use cases
- Reviewing high-stakes paths like authentication, payments, or data migrations.
- Hunting for elusive edge cases in complex loops or concurrent operations.
- Getting a fresh perspective when a specific bug persists through manual QA.
- Validating a large refactor against existing public API constraints.
Known limitations
Requires an active LLM API key and command-line tools like jq. Not intended for style-checking or linting which should be handled by static analysis.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
771+ total installs · 62 skills on Agensi
Frequently Asked Questions
Popular in Code Review

inline-comment
Best way to steer your agents, effortlessly.

Legacy Code Modernization Planner for AI Coding Agents
Creates safe modernization roadmaps for old, messy, undocumented, or fragile codebases, including risk audits, refactor phases, dependency reviews, testing plans, migration steps, and AI coding prompts.
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
java-best-practice-checker
Expert Java code auditor for SE 8–24, flagging performance leaks, threading risks, and modernization gaps.