What problem does it solve? Pushing code to GitHub without a final review risks leaking secrets, shipping dead code, and exposing security vulnerabilities. This Skill performs a line-by-line audit of the entire codebase and fixes issues immediately, so the repository is clean and safe before it goes public. ## Core Features & Use Cases - Junk File & Secret Removal: Deletes OS artifacts, logs, build output, and backup files, and flags hardcoded API keys, passwords, and .env files as critical blockers. - Security & Code Quality Fixes: Detects SQL injection, XSS, weak password hashing, missing auth checks, dead code, unused imports, and debug statements, then repairs them in place. - Scalability & Performance Review: Identifies N+1 queries, missing indexes, unbounded queries, and missing pagination or caching. - Use Case: Before making a side-project repository public, run this Skill to strip secrets, clean up node_modules and .DS_Store files, fix vulnerable dependencies, and receive a scored audit report confirming the repo is ready to push. ## Quick Start Ask the AI to audit this codebase and fix all issues before pushing to GitHub.