audit

Audit vault integrity by checking memory consistency, index completeness, and link validity.

89|13|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/jdpolasky/ai-chief-of-staff --skill audit-jdpolasky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/jdpolasky/ai-chief-of-staff/tree/main/.claude/skills/audit
Command: npx skills add https://github.com/jdpolasky/ai-chief-of-staff --skill audit-jdpolasky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents your assistant from drifting over time by finding broken links, redundant rules, stale memories, and mismatches between what skills claim and what the vault actually supports.

Core Features & Use Cases

  • Redundant or contradictory memory detection to identify candidates for merging or reconciliation.
  • Stale memory validation by checking memory descriptions against actual contents and flagging closed or mismatched project memories.
  • Index drift and broken-link checks to ensure your memory index is complete and that all vault references still resolve.
  • Skill drift auditing to catch outdated patterns or references inside each skill’s SKILL.md.

Quick Start

Run the audit roughly every 7 sessions or when the briefing indicates an audit-due flag, then review the numbered findings and choose which fixes to apply.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I find broken links and stale memories in my Obsidian vault?

You can detect redundant or contradictory memories by running a vault integrity audit that checks memory consistency, index completeness, and link validity, outputting a numbered report grouped by checklist sections.

When should I run a memory audit on my knowledge management vault?

You should run a memory audit approximately every 7 sessions or when your briefing indicates an audit-due flag, ensuring accumulated notes and skills have not become stale, contradictory, or incorrectly referenced over time.

How does vault integrity checking prevent assistant skill drift?

Vault integrity checking prevents skill drift by auditing each skill's SKILL.md to catch outdated patterns or references, flagging mismatches between what skills claim and what the vault actually supports.

What is the best way to validate wikilinks and markdown links for vault maintenance?

The best way to validate wikilinks and markdown links is performing a deterministic read-mostly analysis that traverses memory and skill files, ensuring all vault references still resolve correctly.

Does the audit skill fix index drift and broken links automatically?

The audit skill does not fix index drift automatically; it produces a structured numbered report grouped by checklist sections, allowing you to review the findings and choose which fixes to apply.