verify

Verify vault notes with YAML schema validation and link integrity checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hellofrommorgan/intent-computer --skill verify-hellofrommorgan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/hellofrommorgan/intent-computer/tree/main/packages/plugin/src/skill-sources/verify
Command: npx skills add https://github.com/hellofrommorgan/intent-computer --skill verify-hellofrommorgan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps vault notes reliable by combining description quality checks, YAML schema validation, and health checks to catch inconsistencies before notes are published or consumed.

Core Features & Use Cases

  • Unified verification workflow that performs description quality checks, YAML schema validation, and graph health reviews.
  • Ideal as a gate after note creation or as a periodic quality audit to ensure discoverability and integrity.
  • Triggers via /verify and supports per-note and batch validations.

Quick Start

Run the verify command on a note to initiate the combined checks.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I validate YAML frontmatter schemas in my vault notes?

YAML frontmatter validation checks note schemas by parsing metadata against vault templates to enforce standards. It ensures consistency and discoverability across individual notes or batches.

What is wiki-link resolution for vault note quality checks?

Wiki-link resolution verifies link integrity by checking topic-map connectivity within your vault. It ensures broken or disconnected notes are caught during health reviews before publishing.

How do I run batch verification on multiple vault notes?

Batch verification runs recite, validate, and review workflows across multiple notes simultaneously. Trigger the verify command to initiate combined description quality and schema checks.

Can I use note verification as a gate after note creation?

Note verification is ideal as a gate after note creation or for periodic quality audits. It combines description checks, YAML validation, and health reviews to catch inconsistencies early.

Why does my vault note fail topic-map connectivity checks?

Topic-map connectivity checks fail when notes lack proper wiki-link resolution or do not match vault templates. Running a health review identifies these link integrity and discoverability issues.