claude-audit

Audit Claude repository configuration against documented CLAUDE.md and settings.

2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/DotanVG/Orbital-Breach --skill claude-audit-dotanvg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-audit
Source: https://github.com/DotanVG/Orbital-Breach/tree/main/.claude/skills/claude-audit
Command: npx skills add https://github.com/DotanVG/Orbital-Breach --skill claude-audit-dotanvg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit the repository's Claude Code setup to detect drift across CLAUDE.md, CLAUDE.local.md expectations (if present), .claude/settings.json, .claude/settings.local.json (expectations only), .claude/hooks/, .claude/skills/, and the .worktreeinclude manifest to ensure alignment with documentation.

Core Features & Use Cases

  • Verifies CLAUDE.md and CLAUDE.local.md expectations (if present), the Claude settings files, and the presence of Claude hooks and skill definitions
  • Checks that the .worktreeinclude manifest matches Claude session expectations
  • Supports maintenance tasks such as pre-session audits and CI checks to prevent drift

Quick Start

Run this skill to verify that the repository's Claude setup matches the documented layout and workflow.

Frequently Asked Questions about claude-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit my Claude Code repository setup for configuration drift?

Configuration drift in Claude Code workflows occurs when CLAUDE.md, settings files, hooks, or .claude/skills/ definitions diverge from their documented layout, causing inconsistent session behavior and broken automation.

What's the best way to verify Claude hooks and skill definitions match the documented layout?

Verifying Claude hooks and skills involves checking .claude/hooks/ and .claude/skills/ directories against documented frontmatter, file structure, and CLI skill declarations to ensure session workflow alignment.

Does this audit check local Claude configuration files like CLAUDE.local.md and settings.local.json?

Yes, the audit verifies local Claude configuration files like CLAUDE.local.md and .claude/settings.local.json by checking their expectations against the documented repository layout when those files are present.

Can I use this Claude setup audit for pre-session checks or CI pipelines?

Yes, this Claude setup audit supports CI checks and pre-session maintenance tasks by enforcing drift alignment checks across tracked configuration files, hooks, skills, and the .worktreeinclude manifest.

Why does my Claude workflow break after updating repository settings and how do I check for misalignment?

Claude workflows break when updated settings drift from CLAUDE.md documentation; running an audit detects misalignment across settings files, hooks, skill definitions, and the .worktreeinclude manifest.

Do I need a .worktreeinclude manifest to run the Claude repository audit?

The audit checks the .worktreeinclude manifest against Claude session expectations, so having one present enables full verification of your worktree configuration alignment within the documented workflow.