Audit All Comprehensive TypeScript file audit system that systematically applies multiple audit skills with progress tracking and interactive approval. NEVER Do When Running Audits - NEVER skip the initial test coverage step - Refactoring without test coverage first leads to undetected breakage. Always run before any code changes. - NEVER run best-practices and performance sequentially - Running them separately creates contradictory recommendations for the same code. Always run in parallel to see merged suggestions. - NEVER present issues one-by-one for approval - Always show ALL issues in a…