skillfed

code-auditor

Code Auditor performs a systematic examination of your entire codebase, evaluating architecture decisions, code quality patterns, security posture, performance characteristics, test coverage, and maintainability factors. It delivers prioritized findings with specific file references and actionable recommendations, supporting focused audits on security, performance, or testing alone.

Code Auditor examines your codebase across architecture, quality, security, performance, testing, and maintainability dimensions.

AI-generated summary based on this skill's SKILL.md

657 91 Apache-2.0 updated by mhattingpete

Install

mhattingpete/claude-skills-marketplace/code-auditor · repository language: HTML

CLI (skillfed)coming soon
git clone https://github.com/mhattingpete/claude-skills-marketplace
cp -r claude-skills-marketplace/productivity-skills-plugin/skills/code-auditor ~/.claude/skills/code-auditor

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does code-auditor do when I audit my code?

Code Auditor performs a systematic examination of your entire codebase, evaluating architecture decisions, code quality patterns, security posture, performance characteristics, test coverage, and maintainability factors. It delivers prioritized findings with specific file references and actionable recommendations to help you improve your project.

Can code-auditor find security issues in my codebase?

Yes. Code Auditor identifies security vulnerabilities and issues as part of its comprehensive audit. It examines your code for potential security risks and includes them in its prioritized findings with specific file references, allowing you to address threats systematically.

How does code-auditor analyze code for technical debt?

Code Auditor identifies and quantifies technical debt by detecting code smells, complexity issues, and maintainability problems throughout your codebase. It provides specific file references and recommendations to help you understand where technical debt exists and how to address it.

Does code-auditor assess test coverage and testing practices?

Yes. Code Auditor evaluates your test coverage and testing practices as part of its systematic examination. It assesses how well your tests cover the codebase and reviews your testing approach, delivering findings to help strengthen your testing strategy.

Can code-auditor perform a performance audit on my code?

Yes. Code Auditor evaluates performance characteristics as a core part of its audit. It examines your code for performance issues and includes performance findings in its prioritized recommendations, helping you identify and resolve bottlenecks and inefficiencies.

What kind of recommendations does code-auditor provide?

Code Auditor delivers actionable recommendations for codebase improvement across quality, security, performance, architecture, and testing. Each recommendation includes specific file references and context, enabling you to prioritize and implement improvements systematically.

SKILL.md

rendered from the published skill — quoted content, verbatim

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

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
productivity-skills-plugin/skills/code-auditor/SKILL.md

Related skills

Tags

static-analysis vulnerability-scanning technical-debt-assessment code-metrics architecture-review quality-assurance compliance-checking refactoring-guidance