Comprehensive pre-deployment validation checking TypeScript/build errors, hardcoded secrets (API keys, passwords, credentials), and git status before committing and pushing.
Optional: project-path (defaults to current directory)# Pre-Deployment Comprehensive Check Run this command before committing and pushing code to catch errors early. ## What This Check Does 1. **TypeScript/Build Errors**: Runs build command and analyzes errors 2. **Secret/Credential Scanning**: Searches for hardcoded API keys, passwords, database credentials 3. **Git Status Validation**: Checks for uncommitted changes and pending commits 4. **Environment Variables**: Verifies `.env.local` is in `.gitignore` ## Usage ## What Happens The check will: - Scan source files for hardcoded secrets - Attempt to run build commands (npm run build,...