health

Scan vault files, validate links, and generate a Markdown health report.

134|33|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/kv0906/pm-kit --skill health-kv0906
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health
Source: https://github.com/kv0906/pm-kit/tree/main/.claude/skills/health
Command: npx skills add https://github.com/kv0906/pm-kit --skill health-kv0906

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill identifies and reports on potential issues within your knowledge vault, such as broken links, orphaned notes, and missing essential sections, ensuring the integrity and usability of your data.

Core Features & Use Cases

  • Broken Link Detection: Finds and lists all internal and external links that point to non-existent resources.
  • Orphan Note Identification: Highlights notes that are not linked to from any other part of the vault.
  • Missing Section Checks: Verifies that specific note types (like decisions or blockers) contain required sections, such as '## Links'.
  • Framework Update Status: Checks if your local PM-Kit version is up-to-date with the latest release.
  • Use Case: Before a major project review, run /health to ensure all project documentation links are valid and no critical notes are isolated, providing a clean overview of your knowledge base.

Quick Start

Run the health check command to scan your vault for issues.

Frequently Asked Questions about health

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

FAQPage Schema
How do I check my knowledge base for broken links and orphan notes?

A vault health check scans your knowledge base files to validate internal and external links, identify orphan notes, and generate a detailed Markdown report with actionable remediation items.

What is documentation integrity validation and when do I need it?

Documentation integrity validation verifies that note types contain required sections like '## Links' and ensures references point to existing resources. Run it before project reviews to guarantee knowledge base usability.

How do I find missing sections in my project documentation?

Run a vault health check to verify specific note types like decisions and blockers contain required sections, flagging structural omissions in a detailed Markdown report for immediate remediation.

Can I check my framework's update status against the latest GitHub release?

Yes, the vault health check verifies your local PM-Kit version against the latest GitHub release, including the framework update status directly within the comprehensive output report.

Does the vault health check require any dependencies or external tools?

The vault health check operates with no external dependencies, independently scanning local files and links to produce a self-contained Markdown report detailing your knowledge base status.

What is the best way to ensure knowledge base integrity before a project review?

The best way to ensure knowledge base integrity is running a comprehensive vault scan to detect broken links, isolate orphaned notes, and verify required sections, producing a clean documentation overview for review.