Comprehensive link validation methodology for markdown links including format requirements, path validation, broken link detection, external link verification, and checker implementation patterns
This Skill provides comprehensive guidance for validating markdown links across the repository, including internal link validation, external link verification, and checker implementation strategies.
Use this Skill when:
Quality-gate invocations may pass delegated-gate-ids from
Lifecycle Validation Ownership.
Match exact IDs only. If md-links is present, do not resolve, re-check, fix, or AI-rederive
internal paths and fragments. Continue external HTTP reachability and cache maintenance. If the
parameter is omitted, preserve standalone full validation.
Also accept lifecycle-evidence: checkers preserve it unchanged; fixers scope-intersect changed
files and return updated-lifecycle-evidence, invalidating only affected entries.
Broken links:
Link validation:
What to validate:
What NOT to validate:
See Internal Link Validation for the required link format, three-step validation methodology, and the four common internal-link errors with criticality/detection.
See External Link Validation for verification strategy, HTTP request pattern/status-code handling, link caching strategy (TTLs), and common external-link errors.
See Checker Implementation Patterns for the 5-step checker workflow, progressive-writing requirement, required tools, criticality categorization, and the dual-label (verification + criticality) pattern.
docs-link-checker diverges from this Skill's generic cache sketch. See
docs-link-checker Cache and Workflow for its specific
6-month per-link expiry cache contract, required outputs, discovery/extraction patterns, and
fixing workflow.
Linking Standards:
Validation Standards:
Quality Standards:
Validation Skills:
Domain Skills:
Link Validation Agents:
npx skills add wahidyankf/docs-validating-links下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer