What problem does it solve?
This Skill automates the comprehensive audit of a codebase, addressing key concerns like security risks, performance bottlenecks, and dead code, thereby improving code quality and developer productivity.
Core Features & Use Cases
- Automated Code Audit: Runs a series of checks on the codebase for performance inefficiencies, dead code, security vulnerabilities, and more.
- Performance Monitoring: Identifies blocking sync calls, sequential independent queries, and large object serialization issues impacting runtime performance.
- Security Analysis: Detects hardcoded secrets, missing auth checks, SQL injection vulnerabilities, XSS issues, and other potential security risks.
- Use Case: For a developer looking to ensure their SvelteKit codebase is optimized, secure, and performant, running the audit skill will systematically check for and address critical issues.
Quick Start
Run the dev-audit skill with the path to the directory you want to audit, e.g., /dev-audit src/.