code-auditor

Audit code across correctness, security, performance, readability, testing, and architecture.

16|1|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/bahayonghang/my-ai-cli-toolkit --skill code-auditor-bahayonghang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-auditor
Source: https://github.com/bahayonghang/my-ai-cli-toolkit/tree/main/skills/development-workflows/code-auditor
Command: npx skills add https://github.com/bahayonghang/my-ai-cli-toolkit --skill code-auditor-bahayonghang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the need for consistent, high-quality code reviews by automating the analysis of code across six critical engineering dimensions: correctness, security, performance, readability, testing, and architecture.

Core Features & Use Cases

  • Multi-Dimensional Analysis: Evaluates code against correctness, security, performance, readability, testing, and architecture standards.
  • Flexible Routing: Supports targeted reviews for PRs and directories, as well as comprehensive full-spectrum project audits.
  • Use Case: Use this during a pull request to identify potential security vulnerabilities and performance bottlenecks, or run a project-wide audit to assess architectural debt and maintainability across a large codebase.

Quick Start

Use the code-auditor skill to perform a full-spectrum audit of the current project directory.

Frequently Asked Questions about code-auditor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review across security, performance, and architecture dimensions?

Multi-dimensional code review automates analysis across correctness, security, performance, readability, testing, and architecture. You can run it on pull requests or full codebases to identify vulnerabilities, bottlenecks, and architectural debt.

What is a full-spectrum codebase audit and when do I need one?

A full-spectrum codebase audit assesses engineering health across six dimensions: correctness, security, performance, readability, testing, and architecture. You need one to evaluate maintainability and architectural debt across large projects.

Do I need local git access to run a project-level code audit?

Yes, local git access is required to perform project-level code audits. The audit also relies on standard repository-defined linting or testing tools to evaluate code quality and correctness effectively.

Can I run a code review on a specific directory instead of a full pull request?

Yes, directory-level inspections are supported alongside pull request analysis and full codebase audits. This flexible routing lets you target specific directories for focused code review and engineering feedback.

What's the best way to identify security vulnerabilities and performance bottlenecks during development?

Running a multi-dimensional code review during pull requests identifies potential security vulnerabilities and performance bottlenecks. It evaluates code against correctness, security, performance, readability, testing, and architecture standards automatically.

Does code auditing work without repository-defined testing or linting tools?

Standard repository-defined linting or testing tools are required for the code auditor to function effectively. Without these tools, the audit cannot fully evaluate correctness and testing dimensions during code review.