🔍
QualityJavaScript

Audit Common

by devcodex-labs

Audit Common is a Quality skill for Claude Code, published by devcodex-labs in devcodex.

202 stars26 forkson devcodex-labs/devcodexAdded 2026/09/05+16% in starsRepository updated 2026/08/31
ai-codingclaude-codecodexcoding-agentcursordeveloper-toolsgemini-cligithub-copilotgroklocal-firstworkflow-runtime
Install in seconds
Install Audit Common
Copy Audit Common 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/devcodex-labs/devcodex/tree/main/content/skills/audit-common ~/.claude/skills/audit-common

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/devcodex-labs/devcodex.git

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

In this catalog

Source file
content/skills/audit-common/SKILL.md in devcodex-labs/devcodex
Installs to
~/.claude/skills/audit-common
Collection
One of 25 skills cataloged from this repository
Category
Quality1662 skills

What Audit Common does

Audit Common enforces the shared gates used by all audit workflows, including G0 scale routing, profile freshness checks, and G1~G5 review dimensions. It is used before subtype-specific checks like TD, RQ, PE, RA, DA, and RL.

Audit Common is cataloged under Quality on DirSkills. Audit Common comes from a repository tagged ai-coding, claude-code, codex, coding-agent and cursor.

Documentation

README

Audit Common Skill

职责

所有 audit 工作流必须先执行 G0 体量评估 + Profile Freshness Check + G1~G5 公共维度,再叠加子类型专属维度(TD/RQ/PE/RA/DA/RL)。

G0 体量评估(前置,G1 之前执行)

G0 必须先调用 skill-gap-analysisProjectArtifactScaleRoutingGate:识别唯一项目/root,使用 bounded inventory 统计文件数、可解析字节、最大文件、目录集中度、派生产物比例和消费者扩散面,形成 ScaleDecisionRecord 后才允许 CRS 或内容审查。用户提示目录很大时不得降为 single-pass;项目/root 不明确时必须 blocked。

审查开始前统计待审查文件/目录总数,决定执行策略:

文件总数 策略 说明
1~30 默认 single-pass 候选 仍需同时满足字节、最大文件、派生比例和 fan-out 预算
31~60 默认 batched 输出 batch budget/checkpoint 后执行
> 60 强制 batched 或 sampled+deep-read 全量 inventory,不等于逐字全读

分批策略详见 audit-execution-guide/SKILL.md §体量分批策略。

ReReviewRuntimeFirstGate / ClosureEvidenceGate

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

Frequently asked about Audit Common

  • What else does devcodex-labs publish alongside Audit Common?

    Audit Common is one of 25 skills that DirSkills catalogs from devcodex-labs/devcodex, the repository it ships in. Its siblings there include AI Agent System Architecture, AI Evaluation Engineering and API Contract Architecture. Each one is a separate skill with its own page in this directory, installs the same way Audit Common does, and is maintained by devcodex-labs in that same repository. The rest of the collection is listed on the devcodex-labs/devcodex page.

  • How does Audit Common compare to other Quality skills?

    Audit Common ranks #1511 by stars among the 1662 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 Common against them. Open each page to compare what they document and how they install.

More from devcodex-labs/devcodex

Audit Common is one of 25 skills cataloged on DirSkills from devcodex-labs/devcodex.

See all 25 skills
🤖
46m ago

AI Agent System Architecture

AI Agent System Architecture covers agent routing, tool permissions, context, memory, state, and observability for tasks that need explainable and auditable agent behavior. Use it when designing agent workflows, recovery, handoff, or model-assisted governance.
AI Engineering
20226
🧪
46m ago

AI Evaluation Engineering

AI Evaluation Engineering designs evidence for model and prompt quality using golden sets, rubrics, judge calibration, repeat sampling, variance reporting, and regression decisions. Use it when comparing models, prompts, or upgrades and you need reproducible results with contamination checks.
AI Engineering
20226
🧩
46m ago

API Contract Architecture

API Contract Architecture defines and freezes public API contracts before implementation. Use it for HTTP, SDK, CLI, schema, error, pagination, idempotency, and compatibility changes that affect consumers.
AI Engineering
20226
🌐
46m ago

Accessibility I18n

Accessibility I18n handles accessibility and localization review for user-facing UI, CLI output, and docs. Use it when tasks involve keyboard flow, focus, screen readers, ARIA, RTL, translations, locale formats, or multilingual content.
Frontend
20226
🔍
46m ago

Analyze Default

Analyze Default defines a read-only workflow for multi-round code analysis, evidence gathering, and convergence checks. Use it when you need a factual conclusion, root-cause assessment, or review of whether something is correct without changing files.
Quality
20226
🔬
46m ago

Analyze Research

Analyze Research handles technical selection, feasibility checks, dependency comparisons, and root-cause investigation in a read-only workflow. Use it when you need evidence-based recommendations without changing source files.
AI Engineering
20226