code-auditor
Performs comprehensive codebase analysis covering architecture, code quality, security, performance, testing, and maintainability. Use when user wants to audit code quality, identify technical debt, find security issues, assess test coverage, or get a codebase health check.
npx skills add mhattingpete/claude-skills-marketplace --skill code-auditor --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Code Auditor Comprehensive codebase analysis covering architecture, code quality, security, performance, testing, and maintainability. ## When to Use - "audit the code" - "analyze code quality" - "check for issues" - "review the codebase" - "find technical debt" - "security audit" - "performance review" ## What It Analyzes ### 1. Architecture & Design - Overall structure and organization - Design patterns in use - Module boundaries and separation of concerns - Dependency management - Architectural decisions and trade-offs ### 2. Code Quality - Complexity hotspots (cyclomatic complexity) - Code duplication (DRY violations) - Naming conventions and consistency - Documentation coverage - Code smells and anti-patterns ### 3. Security - Common vulnerabilities (OWASP Top 10) - Input validation and sanitization - Authentication and authorization - Secrets management - Dependency vulnerabilities ### 4. Performance - Algorithmic complexity issues - Database query optimization - Memory usage patterns - Caching opportunities - Resource leaks ### 5. Testing - Test coverage assessment - Test quality and effectiveness - Missing test scenarios - Testing patterns and practices - Integration vs u
- When to Use
- What It Analyzes
- 1. Architecture & Design
- 2. Code Quality
- 3. Security
- 4. Performance
- 5. Testing
- 6. Maintainability
- Approach
- Thoroughness Levels
- Output Format
- Tools Used
- Success Criteria
- Integration
What does the code-auditor skill do?
Performs comprehensive codebase analysis covering architecture, code quality, security, performance, testing, and maintainability. Use when user wants to audit code quality, identify technical debt, find security issues, assess test coverage, or get a codebase health check.
How do I install it?
Run `npx skills add mhattingpete/claude-skills-marketplace --skill code-auditor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From mhattingpete/claude-skills-marketplace, a repository with 656 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
