verify

Validate knowledge base structure, links, and semantic fidelity.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/MantisWare/BizForge --skill verify-mantisware
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/MantisWare/BizForge/tree/main/library/skills/processing/verify
Command: npx skills add https://github.com/MantisWare/BizForge --skill verify-mantisware

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quality control for knowledge bases by validating YAML frontmatter, required fields, and link integrity; ensures abstracts match full content and checks schema conformance. Non-blocking — reports warnings rather than blocking work.

Core Features & Use Cases

  • Structural checks: YAML frontmatter presence, required fields, and valid Markdown structure.
  • Link integrity: verify internal references and anchors, detect broken links, and prevent circular references.
  • Fidelity checks: compare L0 abstracts to full content to detect drift and ensure accuracy.
  • Schema validation: enforce type-specific schemas for context.md, signal.md, and related files.
  • Non-blocking reporting: issues are reported as warnings to keep workflows flowing.

Quick Start

Run /verify on a file or node to initiate a non-blocking quality check.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I check knowledge base content for broken links and schema issues?

To check knowledge base content for broken links and schema issues, apply a validation tool that verifies YAML frontmatter, internal references, and schema conformance. This process reports structural quality issues as non-blocking warnings.

What is knowledge base fidelity validation and how does it work?

Knowledge base fidelity validation compares L0 abstracts against full content to detect drift and ensure accuracy. It works by running semantic checks alongside structural and link validations to enforce consistency across organizational files.

How do I validate YAML frontmatter and required fields in markdown files?

You validate YAML frontmatter and required fields by running structural checks on your markdown files. This enforces type-specific schema definitions for files like context.md and signal.md, reporting missing data as warnings.

Can I detect circular references and broken anchors in a knowledge base?

Yes, you can detect circular references and broken anchors by performing link integrity checks. This process validates internal references and anchors across individual files or entire nodes, preventing navigational loops.

Do I need a traversal engine to perform structural checks on knowledge base nodes?

Yes, a traversal engine is required to perform structural checks on knowledge base nodes. It enables the verification system to navigate files, validate schemas, and execute link and fidelity checks across the entire knowledge base.

Why does my knowledge base validation report warnings instead of blocking errors?

Your knowledge base validation reports warnings instead of blocking errors because the system uses non-blocking reporting. This design keeps workflows flowing by identifying structural, link, and fidelity issues without halting your processes.