validate

Validate notes against domain-specific templates with PASS/WARN/FAIL results.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill validates notes against domain-specific templates, enforcing schema rules while preserving the ability to capture notes with non-blocking warnings.

Core Features & Use Cases

  • Non-blocking schema validation for notes, including required fields, enum values, description quality, and link health.
  • Template-driven checks that adapt to different domains and note types, plus batch and single-note validation workflows.
  • Actionable feedback with PASS/WARN/FAIL signals and suggested fixes to improve note quality without blocking capture.

Quick Start

Validate a single note or run checks across all notes using the domain notes directory.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I validate YAML frontmatter in my notes against a schema?

You can validate individual notes, specific groups, or all notes in a domain directory. The Skill reads template schemas and applies template-driven checks, reporting PASS, WARN, or FAIL results with actionable fixes for any compliance issues found.

Can I lint multiple notes at once instead of checking them individually?

Yes, you can lint multiple notes at once through batch validation. The Skill processes all notes in the domain notes directory, applying the full set of template-driven checks and reporting PASS, WARN, or FAIL results for each file.

What does non-blocking schema validation mean for knowledge management?

Non-blocking schema validation means the Skill issues WARN signals for non-critical issues like poor description quality, allowing you to capture notes immediately while providing actionable feedback to improve them later without blocking your workflow.

What specific checks are performed during template-driven note validation?

Template-driven note validation checks required fields, enum values, description quality, and link health by parsing YAML frontmatter against domain-specific schemas. It adapts to different note types and reports actionable fixes for any violations found.

How do I fix notes that fail schema compliance checks?

To fix notes that fail schema compliance, review the actionable feedback provided alongside the FAIL signals. The Skill reports specific suggested fixes for required fields, enum values, description quality, and link health issues to help you update the YAML frontmatter.