verify

Verify markdown notes for description quality, schema compliance, and link integrity.

3.5k|220|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/agenticnotetaking/arscontexta --skill verify-agenticnotetaking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/agenticnotetaking/arscontexta/tree/main/skill-sources/verify
Command: npx skills add https://github.com/agenticnotetaking/arscontexta --skill verify-agenticnotetaking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as a quality gate for your notes, ensuring they are well-written, correctly formatted, and integrated into your knowledge system.

Core Features & Use Cases

  • Description Quality: Checks if the note's description accurately reflects its content and aids in semantic retrieval.
  • Schema Compliance: Validates that the note adheres to its template's structure and required fields.
  • Health Checks: Reviews frontmatter integrity, link resolution, and connection to topic maps.
  • Use Case: After writing a new note about a complex topic, run /verify [note_name] to ensure its description is clear, all required fields are present, and all internal links are valid before considering it complete.

Quick Start

Run the verify skill on the note titled 'agentic-workflows'.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I verify markdown note quality and check schema compliance?

To verify markdown note quality, you can run a validation process that checks schema compliance against templates, assesses description quality via cold-read prediction, and performs health checks including frontmatter integrity and link resolution.

What is the best way to check if internal links resolve correctly in my notes?

The best way to check internal link resolution is to run a per-note health check that validates frontmatter integrity, verifies that all links resolve correctly, and ensures the note connects properly to the topic map.

How does semantic retrieval testing work for knowledge management notes?

Semantic retrieval testing works by performing a cold-read prediction on the note's description to ensure it accurately reflects the content, which aids in retrieving the knowledge artifact effectively within the knowledge graph.

Can I use automated quality assurance to maintain a knowledge graph over time?

Yes, you can use automated quality assurance as a periodic maintenance gate for your knowledge graph, ensuring all knowledge artifacts remain well-written, correctly formatted, and properly integrated into the system.

When do I need to validate frontmatter integrity in markdown files?

You need to validate frontmatter integrity when finalizing a new note or during periodic maintenance, ensuring all required fields are present and correctly structured before the note is considered complete.

Does note verification check if a description accurately reflects the note's content?

Yes, note verification checks if the description accurately reflects the content by using cold-read prediction and semantic retrieval testing to ensure the description aids in finding and understanding the note.