Lukehle

Vault Health — Code Quality skill for Claude Code

Code Quality community

Run the vault health lint and turn findings into a prioritized fix queue.

How to install Vault Health

Installs to ~/.claude/skills/lukehle-vaultkit-vault-health/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lukehle-vaultkit-vault-health && curl -fsSL https://raw.githubusercontent.com/Lukehle/vaultkit/HEAD/commands/vault-health.md -o ~/.claude/skills/lukehle-vaultkit-vault-health/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Vault Health does


description: Run the vault health lint and turn findings into a prioritized fix queue

/vault-health

$ARGUMENTS

Run the **vault-health** skill against the vault named in the arguments (default: current directory).

  1. node ~/.claude/vaultkit/scripts/vault-lint/cli.js --vault --json — check the exit code itself, never a filtered echo of the output.
  2. Report errors first (secrets, broken wikilinks) with the specific fix for each; secrets found in notes also mean: rotat

Alternatives in Code Quality

  • Lint — Run code quality checks on the project 155 ★
  • Lint Proposals — Lint Proposals Skill 115 ★
  • Foundry Lint — Health-check the Foundry vault 99 ★

Full documentation available on GitHub

View Source Repository