What problem does it solve? Codebases accumulate hidden issues like hard-coded secrets, unhandled errors, and dead code that are easy to miss during day-to-day development. This Skill performs a read-only audit of the current working directory and delivers a severity-ranked findings report without modifying any files. ## Core Features & Use Cases - Read-Only Scanning: Uses Grep and Read to inspect code without editing a single file, making it safe to run on any repository. - Targeted Issue Detection: Looks for unhandled promise rejections, hard-coded credentials, TODO/FIXME/HACK debt markers, dead exports, and type-safety gaps. - Prioritized Report: Outputs findings sorted by severity (Critical, High, Medium, Low) with file and line references plus a summary count. - Use Case: Before a release, ask for a quick audit of your project to surface a leaked API key in a config file and several ignored error handlers, all listed with exact file locations. ## Quick Start Ask the assistant to audit the code in the current working directory and report any issues it finds.