links-validate

Validate and fix broken links between Markdown documents.

31|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NSEvteev/FullSpec --skill links-validate-nsevteev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: links-validate
Source: https://github.com/NSEvteev/FullSpec/tree/main/.claude/skills/links-validate
Command: npx skills add https://github.com/NSEvteev/FullSpec --skill links-validate-nsevteev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Markdown documentation often grows tangled with broken links, misplaced anchors, and misreferenced paths after refactors. This Skill helps you systematically validate and fix cross-document references to keep docs trustworthy.

Core Features & Use Cases

  • Validate frontmatter fields, anchor targets, and relative paths across Markdown files.
  • Detect broken links and misnamed files before commits, refactors, or deployments.
  • Use case: before merging a documentation heavy feature, run links-validate to ensure all internal references resolve correctly.

Quick Start

Run the links-validate command on your docs directory to identify and report broken links and references.

Frequently Asked Questions about links-validate

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

FAQPage Schema
How do I validate cross-document links in Markdown files after refactoring?

Validate cross-document links in Markdown by scanning frontmatter fields, anchor targets, and relative paths to produce a structured report of broken references for quick remediation.

What is the best way to detect broken relative paths and misplaced anchors in Markdown documentation?

Detecting broken relative paths and misplaced anchors in Markdown requires a validation lint check that identifies misreferenced files and produces a structured report of issues for quick remediation.

Can I use a link validation check as a pre-commit hook for my Markdown docs?

Yes, you can use link validation as a pre-commit check to ensure all internal references in your Markdown documents resolve correctly before merging or deploying changes.

How do I find broken Markdown links in frontmatter fields and fix them?

Finding broken Markdown links in frontmatter fields involves validating the frontmatter content against relative file paths and anchor targets to identify and report unresolved references.

When do I need to run a Markdown link validation check?

Run a Markdown link validation check after refactoring or file renames, or before merging a documentation-heavy feature, to ensure all internal references resolve correctly and keep docs trustworthy.