Agent skill · Security

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.

mhattingpetegithub.com/mhattingpeteGitHub ↗
claude-codeApache-2.0
Install
npx skills add mhattingpete/claude-skills-marketplace --skill code-auditor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: productivity-skills-plugin/skills/code-auditor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 656
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. What It Analyzes
  3. 1. Architecture & Design
  4. 2. Code Quality
  5. 3. Security
  6. 4. Performance
  7. 5. Testing
  8. 6. Maintainability
  9. Approach
  10. Thoroughness Levels
  11. Output Format
  12. Tools Used
  13. Success Criteria
  14. Integration
More from claude-skills-marketplace
All skills →
About this skill
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.

Keep going