second-brain-lint

Audit Second Brain vault health and report issues before fixes.

8|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/kevinlasnh/sharing-studio --skill second-brain-lint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: second-brain-lint
Source: https://github.com/kevinlasnh/sharing-studio/tree/main/projects/second-brain-scaffold/.gemini/skills/second-brain-lint
Command: npx skills add https://github.com/kevinlasnh/sharing-studio --skill second-brain-lint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Audit the user's Second Brain vault. Health-check the vault, report issues first, and fix only after user confirmation.

Core Features & Use Cases

  • Full vault health audit including dead links, frontmatter gaps, domain-index integrity, taxonomy governance, and graph/config health across wiki domains.
  • Deterministic evidence via scripts/deep_audit.ps1 and scripts/export_links.ps1 to surface issues before manual fixes.
  • Guidance for safe, user-confirmed fix passes and integration with governance workflows (second-brain-ingest).

Quick Start

Run the lint skill to perform a full audit of your vault and review results before applying any fixes.

Frequently Asked Questions about second-brain-lint

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

FAQPage Schema
How do I audit my Obsidian wiki vault for dead links and frontmatter gaps?

This skill performs an ordered vault audit to detect dead links and frontmatter gaps across wiki domain-indexes and daily entries. It reports deterministic evidence via deep audit scripts before applying any user-confirmed fixes.

What is the best way to check Second Brain domain-index integrity and backlinks?

The best way to check domain-index integrity and backlinks is running a comprehensive vault health audit. This skill scans wiki scopes and content pages to surface backlink failures and taxonomy governance issues before fixes.

Can I export links from my Second Brain vault to find broken references?

Yes, you can export links to identify broken references using the export_links script. This skill includes link export functionality to map connections and surface broken references as deterministic evidence during the vault health audit process.

Does the vault audit automatically fix frontmatter compliance and dead links?

No, the vault audit reports frontmatter compliance and dead link findings first without automatic fixes. It requires explicit user confirmation before coordinating safe fix passes with governance workflows.

Why does my vault audit require the obsidian-markdown hook before writing fixes?

The audit requires the obsidian-markdown hook to ensure write operations safely target correct markdown formats. This dependency guarantees user-confirmed fix passes maintain frontmatter compliance and vault graph integrity.