Learn-skills.dev audit-codebase-integrity
Structured 19-area integrity audit for subtle bugs, design flaws and operational correctness risks. Run after incidents or refactors, before merging large branches or as a periodic health check.
install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/a1exmozz/skills/audit-codebase-integrity" ~/.claude/skills/neversight-learn-skills-dev-audit-codebase-integrity && rm -rf "$T"
manifest:
data/skills-md/a1exmozz/skills/audit-codebase-integrity/SKILL.mdsource content
Codebase Integrity Audit
- If the user names files or directories, use that scope. Otherwise review the entire codebase.
References
- Data Representation
- Contract Invariants
- Leaky Abstractions
- Timing Correctness
- Concurrency
- Build Reproducibility
- Fake Coverage
- Flag Debt
- Global State
- Idempotency
- Reliability
- Silent Failure
- Observability Gaps
- Security & Trust Boundaries
- Cache & Freshness
- Single Source of Truth
- Schema Evolution
- Online Migrations
- Time & Locale
Process
- Read one reference file.
- Review the chosen scope against that reference.
- Repeat for every reference in order.
Output
- Emit one section per reference.
For each section, include:
the reference title.Reference:
files and directories reviewed for that reference.Scope checked:
the findings or "No findings".Result:
For each finding, include:
- what is wrong
- evidence
- impact
- recommended fix