validate

Validate note schemas against predefined templates for required fields and link integrity.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/GiorgioRicciardiello/LabBrain --skill validate-giorgioricciardiello
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/GiorgioRicciardiello/LabBrain/tree/main/core/.claude/skills/validate
Command: npx skills add https://github.com/GiorgioRicciardiello/LabBrain --skill validate-giorgioricciardiello

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates schema validation for notes, ensuring adherence to domain-specific templates and checking required fields, description quality, link health, and more. It provides actionable feedback and non-blocking warnings for issues that don't prevent capture.

Core Features & Use Cases

  • Schema Validation: Checks against domain-specific templates for required fields, enum values, and description quality.
  • Link Health: Validates the integrity of internal and external links within notes.
  • Non-blocking Validation: Issues warnings, but doesn't block the capture of notes with issues.

Quick Start

Validate the schema of a note by running /validate [note name] or check all notes with /validate all.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I automate YAML schema validation for notes?

YAML schema validation for notes is automated by checking content against predefined templates, verifying required fields, enum values, and description quality while providing actionable feedback.

Can I check link integrity for internal and external references in my notes?

Link integrity validation checks both internal and external references within your notes, identifying broken links and reporting issues through actionable feedback without blocking note capture.

What is non-blocking validation and how does it handle note processing warnings?

Non-blocking validation issues warnings for schema discrepancies or link issues but does not prevent the capture of notes, ensuring processing continues while providing actionable feedback.

How do I run batch schema validation for all my notes at once?

Batch schema validation processes all notes simultaneously by executing the validate command with the all parameter, checking required fields, enum values, and link integrity across the entire collection.

Does note schema validation check description quality and composability?

Description quality and composability are validated during schema checks by evaluating content against predefined templates, ensuring required fields are present and domain-specific constraints are met.