verify

Validate a note's frontmatter, topic map connections, and wiki-link resolution.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/shakedfb/deterministic-agentic-sdlc-workflow --skill verify-shakedfb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/shakedfb/deterministic-agentic-sdlc-workflow/tree/main/.claude/skills/verify
Command: npx skills add https://github.com/shakedfb/deterministic-agentic-sdlc-workflow --skill verify-shakedfb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The verification workflow automates quality checks for notes by predicting content from frontmatter, validating schemas, and evaluating cross-link health, reducing manual review time and preventing publishing of misaligned notes.

Core Features & Use Cases

  • Unified verification workflow that combines recite, validate, and review to surface quality issues in a single pass.
  • Validates frontmatter integrity, ensures {DOMAIN:topic map} connections, and checks wiki-link resolution for reliable knowledge graphs.
  • Use Case: gate a Jira-derived note before publishing or perform periodic quality audits across a repository of notes.

Quick Start

Trigger /verify on a note to run the combined checks and get a readable health report.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I validate frontmatter schema compliance and wiki-link resolution in my notes?

A note verification workflow validates frontmatter schema compliance and wiki-link resolution by predicting content, checking topic map connections, and surfacing cross-link health issues in a single pass.

What is note verification and when do I need to check link-health?

Note verification is the process of predicting content from frontmatter, validating schemas, and evaluating cross-link health to prevent publishing misaligned notes. You need it before publishing to ensure reliable knowledge graphs.

How do I run a quality assurance audit on a single note before publishing?

You can run a quality assurance audit on a single note by invoking a combined recite, validate, and review workflow that assesses frontmatter integrity, topic map connections, and wiki-link resolution to generate a readable health report.

Can I use automated note verification for periodic quality audits across a repository?

Yes, automated note verification can perform periodic quality audits across a repository by evaluating frontmatter integrity, checking topic map connections, and resolving wiki-links to reduce manual review time and prevent misaligned notes.

Does the note verification process check topic map connections for reliable knowledge graphs?

Yes, the note verification process checks topic map connections by validating frontmatter integrity and evaluating cross-link health to ensure wiki-link resolution, which maintains reliable knowledge graphs during publication.

What are the limitations of running a single-pass note verification workflow?

The note verification workflow is scoped to a single note per invocation, meaning it processes frontmatter validation, schema compliance, and link-health checks for one file at a time rather than batch processing an entire repository simultaneously.