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 today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
Frequently Asked Questions
Popular in Code Review

Code Green Badge
Code Green Badge - A Premium AI Agent Skill

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

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
tech-debt-scanner
Audit your codebase for technical debt and generate a prioritized, actionable remediation report.