validate-links

Identify and fix broken hyperlinks across HTML content.

Updated Apr 30, 2025
One-click install
npx skills add https://github.com/a-tabiji/atima-lp --skill validate-links-a-tabiji
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-links
Source: https://github.com/a-tabiji/atima-lp/tree/main/.claude/skills/validate-links
Command: npx skills add https://github.com/a-tabiji/atima-lp --skill validate-links-a-tabiji

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill audits all HTML links across a project to ensure navigation remains reliable, consistent, and compliant with quality standards.

Core Features & Use Cases

  • Internal link validation: verify that internal pages referenced by hrefs exist and that header/footer navigation uses consistent targets.
  • Anchor reference checks: ensure anchor IDs exist for nav links and in-page anchors.
  • External link and asset checks: validate external URLs, form endpoints, CDN links, and ensure image assets exist in the images/ path or via data-src lazy loading.
  • Output and reporting: produce a structured report of broken links, missing anchors, and placeholders for quick remediation.

Quick Start

Audit all HTML files in the repository and report broken internal, anchor, and external links.

Frequently Asked Questions about validate-links

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

FAQPage Schema
How do I check for broken links and missing anchors in my HTML files?

To check for broken links in HTML files, this skill audits href and src attributes to verify that internal pages, anchor IDs, and external URLs exist, producing a structured report of invalid references for quick remediation.

What is the best way to validate internal links across a static website?

The best way to validate internal links across a static website is to audit header and footer navigation targets, ensuring that referenced files exist and that all internal hrefs point to valid pages before generating a remediation report.

Can I verify external URLs and CDN links alongside internal page references?

Yes, you can verify external URLs and CDN links. The skill validates external hyperlinks, form endpoints, and asset references, including images loaded via data-src lazy loading, to ensure all connected resources are reachable.

Does this link audit work for documentation portals and web apps?

Yes, this link audit works for documentation portals and web apps. It applies to static websites and dynamic web applications to verify internal links, anchor targets, and external URLs across all HTML content.

How do I report broken hyperlinks and missing image assets in a structured format?

You report broken hyperlinks and missing image assets by running an audit that checks href and src attributes against existing files, outputting a structured report that highlights broken links, missing anchors, and placeholders.