QualityShell

Audit Code

by danielvm-git

Audit Code is a Quality skill for Claude Code, published by danielvm-git in bigpowers.

173 stars14 forkson danielvm-git/bigpowersAdded 2026/09/07+8% in starsRepository updated 2026/09/06
ai-agentsautomationbmadclaude-codeclean-codecursor-rulesdevopsdocumentation-as-codegemini-cliproductivitysoftware-engineeringsolo-developerspec-driven-developmenttdd
Install in seconds
Install Audit Code
Copy Audit Code into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/danielvm-git/bigpowers/tree/main/skills/audit-code ~/.claude/skills/audit-code

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/danielvm-git/bigpowers.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/audit-code/SKILL.md in danielvm-git/bigpowers
Installs to
~/.claude/skills/audit-code
Collection
One of 23 skills cataloged from this repository
Category
Quality1817 skills

What Audit Code does

Audit Code runs a self-review checklist before requesting review or committing. It checks security, tests, types, conventions, and code quality, then produces pass/fail results.

Audit Code is cataloged under Quality on DirSkills. Audit Code comes from a repository tagged ai-agents, automation, bmad, claude-code and clean-code.

Documentation

README

Audit Code

HARD GATEHARD GATE — Audit must check for: bugs (correctness), security, performance, and clarity. Do NOT skip security review if the code touches user data, auth, or external APIs.

Run this self-review before asking anyone else to look at the code. The goal is to catch everything that is clearly wrong or missing — so the reviewer can focus on design and architecture, not hygiene.

Distinct from request-review: This is the coding agent checking its own work. No second agent is involved. Run this first; run request-review after this passes.

Look-here-first (churn heuristic)

Before the checklist, rank changed files by git churn and review high-churn hotspots first — they carry the most latent risk regardless of diff size.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Audit Code

  • What else does danielvm-git publish alongside Audit Code?

    Audit Code is one of 23 skills that DirSkills catalogs from danielvm-git/bigpowers, the repository it ships in. Its siblings there include Align Grid, Assess Impact and Audit Plan. Each one is a separate skill with its own page in this directory, installs the same way Audit Code does, and is maintained by danielvm-git in that same repository. The rest of the collection is listed on the danielvm-git/bigpowers page.

  • How does Audit Code compare to other Quality skills?

    Audit Code ranks #1727 by stars among the 1817 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Audit Code against them. Open each page to compare what they document and how they install.

More from danielvm-git/bigpowers

Audit Code is one of 23 skills cataloged on DirSkills from danielvm-git/bigpowers.

See all 23 skills
📐
2h ago

Align Grid

Align Grid builds Müller-Brockmann modular grid webpages with CSS-variable-driven columns, baseline rhythm, and optical alignment. Use it when you need a visible, load-bearing grid that can be toggled and verified with a Puppeteer harness.
Frontend
17314
🔍
2h ago

Assess Impact

Assess Impact analyzes the blast radius of a proposed change before code is written. It maps dependents, affected stories, and test coverage, then writes specs/IMPACT_LATEST.md.
Quality
17314
🧭
2h ago

Audit Plan

Audit Plan evaluates an incoming project plan against bigpowers principles and conventions, then records gaps and a READY or NOT READY verdict before build work starts. Use it when a new project arrives or before seeding conventions in an unfamiliar codebase.
AI Engineering
17314
🏗️
2h ago

Build Epic

Build Epic orchestrates a nine-step build cycle for one epic, from threat modeling and planning through TDD, verification, audit, commit, and release. Use it to resume or run release work with state tracked in YAML files.
DevOps
17314
🗂️
2h ago

Change Request

Change Request adds or reorders release requirements against specs/release-plan.yaml and epic capsules. Use it when a new requirement arrives mid-release or the plan needs reprioritization.
DevOps
17314
📝
2h ago

Commit Message

Commit Message reviews working-tree changes and drafts a Conventional Commits title, body, and release bump. It is used when preparing a commit message or checking semantic-release and semver impact before git commit.
Automation
17314