healthcheck

Diagnose vault health and generate a read-only diagnostic report.

88|8|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/iurykrieger/claude-bedrock --skill healthcheck-iurykrieger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthcheck
Source: https://github.com/iurykrieger/claude-bedrock/tree/main/skills/healthcheck
Command: npx skills add https://github.com/iurykrieger/claude-bedrock --skill healthcheck-iurykrieger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read-only vault health diagnostic. Generates a report without modifying any files. Checks: graphify-out integrity, setup verification, orphan entities, dangling content, old content (>15 days). Safe to run at any frequency.

Core Features & Use Cases

  • Non-destructive health scan of the vault that surfaces graph integrity, setup status, orphaned and disconnected content, and aging notes.
  • Provides a consolidated health report to validate vault readiness before audits, deployments, or maintenance.
  • Use Case: Run the healthcheck before a major release to ensure graphify-out exists and there are no stale entities.

Quick Start

Use the healthcheck to generate a read-only vault health report.

Frequently Asked Questions about healthcheck

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

FAQPage Schema
How do I run a vault health diagnostic to check for orphaned entities and dangling content?

A vault health diagnostic scans your vault files and frontmatter metadata to identify orphaned entities, dangling content, and setup issues. It generates a read-only report that surfaces these insights without modifying any data.

What is graphify-out integrity verification and when do I need it?

Graphify-out integrity verification checks the outputs of your graphify-out process to ensure they are valid and complete. You need it before major releases or audits to confirm vault readiness and prevent stale or disconnected entities.

Can I check for aging notes in my vault without modifying the files?

Yes, you can check for aging notes without modifying files by running a read-only vault health scan. This diagnostic identifies old content exceeding 15 days and aggregates the results into a consolidated report without writing any data.

How do I verify vault setup completeness and identify disconnected content?

You verify vault setup completeness by running a health scan that reads frontmatter metadata and vault files. This process surfaces setup status, detects disconnected content, and outputs a consolidated report validating overall vault readiness.

Does a vault health scan require access to graphify-out outputs and frontmatter metadata?

Yes, a vault health scan requires access to vault files, graphify-out outputs, and frontmatter metadata. It reads this data to aggregate results and generate a diagnostic report without altering any vault content.

What is the best way to generate a non-destructive diagnostic report for vault maintenance?

The best way to generate a non-destructive diagnostic report is to run a read-only health scan. It safely checks graph integrity, orphaned entities, and aging notes, providing a consolidated report for maintenance without altering vault data.