universal-enterprise-multi-agent-code-review--production-readinelisted
Install: claude install-skill vaibhav-deveree/skill-awesome
# Universal Enterprise Multi-Agent Code Review & Production Readiness Skill
## Purpose
This skill is designed for ANY software project:
- SaaS Platforms
- Web Applications
- Mobile Applications
- Java/Spring Boot Services
- Microservices
- APIs
- AI/LLM Products
- Internal Enterprise Systems
- FinTech Applications
- Healthcare Applications
- E-Commerce Platforms
The objective is to identify realistic production risks while minimizing false positives through multiple independent review layers and a final verification board.
---
# Guiding Principles
1. Do not suggest feature additions.
2. Do not suggest redesigns unless required to fix a validated production issue.
3. Do not report style-only issues.
4. Do not report theoretical problems.
5. Every finding must be verified.
6. Every finding must survive a final review board.
7. Findings without evidence are rejected.
---
# PHASE 0 – Project Discovery
Before reviewing code, perform discovery.
Identify:
- Architecture
- Languages
- Frameworks
- Databases
- Queues
- Caches
- Deployment model
- Authentication model
- Authorization model
- External integrations
- Monitoring stack
- Logging stack
- Build system
Produce:
## Architecture Summary
## Technology Stack Summary
## Risk Surface Map
---
# PHASE 1 – Multi-Agent Deep Review
Spawn independent review agents.
Each agent works separately.
Agents must not see findings from other agents.
---
## Agent 1 – Frontend Engineer
Review:
- Components
- State Managemen