system-audit

Audit Claude Code setup files for drift, missing entries, and configuration errors.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/apappas57/sinew --skill system-audit-apappas57
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-audit
Source: https://github.com/apappas57/sinew/tree/main/skills/core/system-audit
Command: npx skills add https://github.com/apappas57/sinew --skill system-audit-apappas57

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams inspect a Claude Code environment for drift, broken links, missing files, stale configuration, and inconsistent business context before those issues cause workflow failures.

Core Features & Use Cases

  • Full system review: Checks skills, memory, settings, hooks, documentation, and business context together instead of in isolation.
  • Consistency and integrity checks: Verifies frontmatter, file existence, index coverage, permissions, executable scripts, and cross-references.
  • Operational reporting: Produces a scorecard, issue table, warnings, and prioritized action items for fast cleanup.
  • Use case: Run it when a Claude Code workspace feels misconfigured, undocumented, or out of sync and you need a read-only audit before making fixes.

Quick Start

Use the /audit command to scan the current Claude Code setup and return a structured report of issues, scores, and next steps.

Frequently Asked Questions about system-audit

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

FAQPage Schema
How do I audit my Claude Code setup for configuration drift and missing files?

To audit a Claude Code setup, run the /audit command to scan local and linked project files. It checks skills, memory, settings, hooks, and docs for drift, missing entries, and broken cross-references, returning a scorecard with prioritized action items.

What does a Claude Code configuration audit check for?

A Claude Code configuration audit verifies frontmatter, file existence, index coverage, permissions, executable scripts, and cross-references. It identifies configuration errors, stale settings, and inconsistent business context across local and linked project files.

Why are my Claude Code skills and memory files out of sync?

Claude Code skills and memory files fall out of sync due to drift, missing entries, or stale configuration. An audit checks file existence, frontmatter, and cross-references to locate these inconsistencies and generate an action item list for cleanup.

Can I check Claude Code hooks and settings without modifying the workspace?

Yes, you can perform a read-only audit of Claude Code hooks and settings. The audit safely inspects executable scripts, permissions, and configuration entries without modifying the workspace, producing a scorecard and warnings for any issues found.

How do I verify Claude Code frontmatter and executable script permissions?

To verify Claude Code frontmatter and executable script permissions, run an audit scan. It checks frontmatter consistency, validates file permissions, verifies executable scripts, and reports any date-sensitive issues or missing index coverage in a structured report.

What is the best way to fix broken links and missing entries in Claude Code?

The best way to fix broken links and missing entries in Claude Code is to run an audit that produces a scorecard, issue table, and prioritized action items. Use this read-only report to systematically clean up configuration drift and file inconsistencies.