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.md
source content

Codebase Integrity Audit

  • If the user names files or directories, use that scope. Otherwise review the entire codebase.

References

  1. Data Representation
  2. Contract Invariants
  3. Leaky Abstractions
  4. Timing Correctness
  5. Concurrency
  6. Build Reproducibility
  7. Fake Coverage
  8. Flag Debt
  9. Global State
  10. Idempotency
  11. Reliability
  12. Silent Failure
  13. Observability Gaps
  14. Security & Trust Boundaries
  15. Cache & Freshness
  16. Single Source of Truth
  17. Schema Evolution
  18. Online Migrations
  19. Time & Locale

Process

  1. Read one reference file.
  2. Review the chosen scope against that reference.
  3. Repeat for every reference in order.

Output

  • Emit one section per reference.

For each section, include:

  • Reference:
    the reference title.
  • Scope checked:
    files and directories reviewed for that reference.
  • Result:
    the findings or "No findings".

For each finding, include:

  • what is wrong
  • evidence
  • impact
  • recommended fix