verify

Verify note quality via recite, validate, and review checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/achousal/EngramR --skill verify-achousal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/achousal/EngramR/tree/main/.claude/skills/verify
Command: npx skills add https://github.com/achousal/EngramR --skill verify-achousal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Combined verification — recite (description quality via cold-read prediction) + validate (schema compliance) + review (health checks). Use as a quality gate after creating notes or as periodic maintenance. Triggers on "/verify", "/verify [note]", "verify note quality", "check note health".

Core Features & Use Cases

  • Recite: test description quality via cold-read predictions using the frontmatter alone.
  • Validate: ensure required fields, schema compliance, and link integrity.
  • Review: perform per-note health checks (frontmatter, links, topic-map connections, and density) to maintain graph health. Use Case: Quickly gate new notes before they enter the graph.

Quick Start

Invoke /verify on a target note to run the full pipeline and receive a detailed health report.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I check note quality and frontmatter integrity before adding to my graph?

Note verification combines recite, validate, and review actions to check YAML frontmatter integrity, schema compliance, and wiki-link resolution in a single pass. It produces a structured health report ready for graph integration review.

What is the best way to validate wiki-link resolution and topic-map connections?

Validating wiki-link resolution and topic-map connections is best handled by a per-note health check that enforces YAML validity and graph participation. This ensures your notes maintain proper density and structural connections.

How do I perform schema compliance and YAML validity checks on my notes?

You can perform schema compliance and YAML validity checks by triggering a verification command on a target note. The process identifies missing required fields and enforces description quality while reporting structural errors.

Does note verification work as a quality gate for newly created notes?

Yes, note verification works as a quality gate for newly created notes by running a full pipeline of recite, validate, and review. It checks frontmatter integrity and link resolution before the note enters the graph.

When do I need to run a per-note health check for graph participation?

You need to run a per-note health check for graph participation during periodic maintenance or after creating new notes. It identifies issues with frontmatter, links, topic-map connections, and density to maintain overall graph health.