Works with the AI tools you already use
ai Code Review Strategist
by Timoranjes
Teaches AI coding agents to perform structured, high-signal code reviews specifically for AI-generated code — catching the failure modes unique to LLM output (confident hallucinations, silent error sw
Secure checkout via Stripe
See it in action
You say
Review this PR for the payment processing module. It was generated by an AI agent and I need to make sure it doesn't have any hidden hallucinations or silent failures.
Your agent does
PR: Payment Module — Review Summary
Blast Radius
- Files changed: 2
- Downstream consumers: 14
- Critical path: Yes
- Review depth: Deep
AI Failure Mode Findings
[SILENT_ERROR] payment.py:45
- Issue: catch Exception block logs and returns None, swallowing database timeouts.
- Severity: Critical
Verdict: REJECTED
The error handler fails to propagate transaction failures, risking data inconsistency. Re-implement with explicit exception types.
What you get
About this skill
Teaches AI coding agents to perform structured, high-signal code reviews specifically for AI-generated code — catching the failure modes unique to LLM output (confident hallucinations, silent error swallowing, hallucinated API contracts, missing edge cases, over-optimized style with wrong logic). Implements a tiered review framework: blast radius analysis, AI-failure-mode heuristics, fitness function verification, and structured output. For senior engineers drowning in AI-generated PRs that "look correct" but break in production.
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 25 days ago
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
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.

cognitive-load-reducer
Teaches AI coding agents to systematically reduce code complexity by identifying and refactoring high-cognitive-load patterns: deeply nested conditionals, god functions, excessive state mutations, tan

AI Code Review Gate
Review an AI-generated code diff for the failure modes coding agents actually have — claimed-done-but-not-done, gamed or weakened tests, stubs passed off as complete, silent scope creep, hallucinated APIs, and security regressions. Returns an APPROVE or REQUEST CHANGES verdict with a completion check and severity-ranked fixes.