ProdReadyX brings ProdReady CLI functionality directly into VS Code, providing a seamless developer experience for security scanning, quality checks, and AI-powered remediation.
Features
Initialize ProdReady - Set up ProdReady configuration in your workspace
Scan - Run security and quality scans
Cycle - Execute full RED → GREEN → REFACTOR cycles
Execute - Apply approved patches
Report - View detailed reports
Fix - AI-powered automated fixes
Installation
Development Setup
Open this extension folder in VS Code
Install dependencies:
pnpm install
Press F5 to launch Extension Development Host
In the new VS Code window, open a workspace folder
Use Command Palette (Ctrl+Shift+P) and search for "ProdReady"
Commands
All commands are available via Command Palette (Ctrl+Shift+P):
ProdReady: Initialize - Initialise ProdReady in workspace
ProdReady: Scan - Run security scan
ProdReady: Run Cycle - Execute full cycle
ProdReady: Execute Patches - Apply patches
ProdReady: View Report - Generate report
ProdReady: Fix - Run AI-powered fix
Requirements
VS Code 1.80.0 or higher
ProdReady CLI installed (via workspace dependency or globally)