deep-audit

仓库创建 2026年2月7日最近提交 1 个月前SkillHot 收录 20 天前
▸ 精选理由

并行专责代理覆盖事实、代码与文档一致性,适合发布前检查。

▸ 风险提示

会自动修改并提交代码,可能引入错误或覆盖变更,需复核。

这个 Skill 做什么

对仓库做全面一致性审计,找错并循环修复直到通过。

把整个代码库的配置、文档和实现彻底查一遍,自动发现事实性错误、代码 bug、计数不对和跨文档矛盾。通常在做了大范围改动、准备发版或有人要求“审计/查错”时用。特别之处是并行启动 4 个专门 agent 各自专项检查并自动修复,循环执行直到所有问题清干净。

▸ 展开 SKILL.md 英文原文

Deep consistency audit of the entire repository infrastructure. Launches 4 parallel specialist agents to find factual errors, code bugs, count mismatches, and cross-document inconsistencies. Then fixes all issues and loops until clean. Use when: after making broad changes, before releases, or when user says "audit", "find inconsistencies", "check everything".

自动化集成代码审计一致性检查自动修复通用
1.4k
Stars
2.8k
Forks
40
仓库内 Skill
+59
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/deep-audit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/deep-audit/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /deep-audit — Repository Infrastructure Audit

Run a comprehensive consistency audit across the entire repository, fix all issues found, and loop until clean.

## When to Use

- After broad changes (new skills, rules, hooks, guide edits)
- Before releases or major commits
- When the user asks to "find inconsistencies", "audit", or "check everything"

## Workflow

### PHASE 0: Mechanical checks (run FIRST, cheap, deterministic)

Before spawning agents, run the mechanical parity checks:

```bash
python3 scripts/check-skill-integrity.py --verbose
```

This catches four classes of bug that agent-based audits have historically missed:

1. Frontmatter `allowed-tools` ↔ body tool-invocation parit
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有