verify

Validate vault notes for YAML integrity, required fields, and link resolution.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/adiman9/mnemos --skill verify-adiman9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/adiman9/mnemos/tree/main/core/skills/verify
Command: npx skills add https://github.com/adiman9/mnemos --skill verify-adiman9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a unified verification workflow that combines description quality assessment, schema validation, and health checks to ensure vault notes are accurate, well-structured, and properly connected.

Core Features & Use Cases

  • Recite: predicts description quality from frontmatter to gate retrieval effectiveness.
  • Validate: enforces required fields, YAML integrity, and schema compliance.
  • Review: performs health checks on topic mappings, wiki links, and graph connectivity.
  • Use Case: run after creating notes or periodically to certify vault health and readiness for reflection.

Quick Start

Initiate the verification by running a /verify command against a note or use /verify --all to audit the entire notes corpus.

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 and ensure schema compliance in my notes?

To validate YAML frontmatter, this Skill applies a verification workflow that enforces required fields, checks YAML integrity, and verifies schema compliance. It reviews your note metadata to ensure it meets quality standards.

What is the best way to check wiki link resolution and note connectivity in a vault?

The best way to check wiki link resolution is to run a health review. This Skill performs deep checks on topic mappings, wiki links, and graph connectivity to identify broken references and ensure proper vault structure.

How do I audit my entire notes corpus for metadata and link health?

You can audit your entire notes corpus by running a full verification command. This process applies description quality assessment, schema validation, and health checks across all notes to report structured results.

Can I predict note retrieval effectiveness from frontmatter quality?

Yes, you can predict retrieval effectiveness. The verification workflow includes a recite function that assesses description quality from frontmatter to gate and predict how effectively notes will be retrieved.

Does vault schema validation require any external dependencies?

No external dependencies are required. This Skill operates standalone to perform YAML integrity checks, enforce required fields, and validate domain mappings without needing additional packages or components.