Works with the AI tools you already use
Production Code Readiness Reviewer
by heyhridyansh
A rigorous production-readiness auditor that identifies logic defects, security risks, and test gaps in code changes.
Free
See it in action
You say
Review this PR diff for a new multi-tenant billing endpoint. Ensure it handles concurrent requests and doesn't leak data between accounts. [diff attached]
Your agent does
Verdict: REVISE BEFORE RELEASE (Score: 72/100)
Critical Findings:
- Race condition in 'update_balance.go:42': Row-level locking missing on credit deduction.
- Data Leak: 'GET /billing/history' lacks tenant_id filter in the raw SQL query.
Action: Add transaction locks and tenant scoping.
About this skill
The problem
Linter passes and green tests don't guarantee production safety. Small logic errors in authentication, database migrations, or concurrent paths often bypass standard CI/CD but cause catastrophic outages at scale.
What it does
- Analyzes git diffs and PRs for logic defects, race conditions, and edge-case failures.
- Identifies security boundary risks including injection, tenant isolation, and secret exposure.
- Evaluates database migration safety and backward compatibility for public APIs.
- Maps code changes against requirements to find missing acceptance criteria and test gaps.
- Provides a concrete Ship, Revise, or Block verdict based on a structured risk rubric.
Why this beats prompting it yourself
Generic prompts often focus on surface-level style or naming conventions. This skill follows a rigorous multi-step inspection framework that traces execution paths, evaluates architectural alignment, and enforces a severity-based scoring model that prioritizes production stability over personal preference.
Use cases
- Pre-merge review for mission-critical core services and sensitive auth modules.
- Assessing the regression risk of refactors in legacy codebases.
- Verifying database schema changes and rollback safety before deployment.
- Identifying missing failure-path tests for new feature implementations.
Known limitations
Cannot execute code or perform runtime analysis. Review is limited to one coherent change set at a time rather than global repository audits.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
1 people have installed this skill.
Trust & safety
Security scanned
Verified clean today
- Free to download with an account
Creator
I create practical, AI-ready skills for Cursor, Claude Code, Codex CLI, Replit, and other agents that support the SKILL.md format. My skills focus on specific business and workflow problems, including ecommerce creative audits, design quality checks, prompt and skill validation, content systems, and process automation. Each skill is built with clear inputs, structured outputs, defined permissions, safeguards, and real-world usability.
Frequently Asked Questions
Popular in DevOps & Deployment

Senior Web App Architect for Coding Agents
Messy, insecure, unfixable — that's what AI builds without architecture. This file is the architecture: 10 years of senior judgement on rendering, caching, security and SEO, so your agent builds it right from day one.
ci-cd-pipeline-validator
Expert CI/CD auditor for GitHub Actions, GitLab CI, CircleCI, and Jenkins to ensure security and performance.
devsecops-expert
Senior-level DevOps automation for CI/CD, IaC, Kubernetes, and production-ready GitOps pipelines.
env-doctor-advanced
Automated environment audit to fix configuration gaps, detect secret leaks, and solve "works on my machine" issues.