verify

Recite description quality, validate schema compliance, and perform health checks on notes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill applies a three-step quality gate to notes by reciting description quality, validating schema compliance, and performing health checks.

Core Features & Use Cases

  • Recite (description quality): Predicts and surfaces mismatches between the note description and the reference schema.
  • Validate (schema compliance): Verifies note structure and fields align with the defined schema.
  • Review (health checks): Runs periodic health probes to detect drift, consistency issues, and data integrity problems.

Quick Start

Run the verify skill on a note to perform recite, validate, and review checks and surface any issues

Frequently Asked Questions about verify

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

FAQPage Schema
How do I verify note schema compliance and frontmatter requirements in a documentation pipeline?

To verify note schema compliance, run a three-step quality gate that checks description quality, validates frontmatter structure, and performs health checks. This enforces schema requirements and surfaces structural mismatches in your documentation pipeline.

What is a health check for documentation notes and when do I need it?

A health check for documentation notes is a periodic probe that detects data drift, consistency issues, and integrity problems. You need it during periodic maintenance to ensure notes remain accurate and aligned with reference schemas over time.

How do I validate frontmatter fields against a defined schema?

You validate frontmatter fields by applying a schema compliance check that verifies note structure and fields align with the defined schema. This deterministic process surfaces mismatches between the note description and the reference schema.

Does the note verification process handle error handling for schema mismatches?

Yes, the note verification process includes deterministic steps with error handling to manage schema mismatches and frontmatter requirement failures. It applies recite, validate, and review checks to surface issues systematically.

What is the best way to run a QA gate for note creation workflows?

The best way to run a QA gate for note creation workflows is applying combined verification that recites description quality, validates schema compliance, and performs health checks. This enforces frontmatter requirements and maintains data integrity.

Can I detect data drift and consistency issues in my documentation notes?

You can detect data drift and consistency issues by running periodic health probes as part of the note review process. These health checks identify integrity problems and ensure notes conform to the defined schema over time.