link-validator

Solid

Comprehensive link checking and validation for documentation. Validate internal links, external URLs, anchors, detect redirects, monitor link rot, and generate sitemap validation reports.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Link Validation Skill Comprehensive link checking and validation for documentation. ## Capabilities - Internal link validation (cross-references) - External URL checking with retry logic - Anchor/fragment validation - Redirect detection and updating - Link rot monitoring and reporting - Archive.org fallback suggestions - sitemap.xml validation - Link accessibility checking ## Usage Invoke this skill when you need to: - Validate all links in documentation - Check for broken external URLs - Verify anchor references - Detect and fix redirects - Monitor link health over time ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | inputPath | string | Yes | Path to documentation directory | | action | string | Yes | validate, monitor, fix-redirects | | checkExternal | boolean | No | Check external URLs (default: true) | | timeout | number | No | Request timeout in seconds | | retries | number | No | Retry count for failed requests | | allowedDomains | array | No | Domains to always allow | | blockedDomains | array | No | Domains to skip checking | ### Input Example ```json { "inputPath": "./docs", "action": "validate", "checkExternal": true, "timeout": 30, "retries": 3 } ``` ## Output Structure ### Validation Report ```json { "summary": { "total": 342, "valid": 325, "broken": 12, "redirected": 5, "skipped": 0 }, "internal": { "total": 180, "valid": 178, "broken": 2 }, ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

docs-validating-links

Comprehensive link validation methodology for markdown links including format requirements, path validation, broken link detection, external link verification, and checker implementation patterns

2 Updated today
wahidyankf
AI & Automation Listed

doc-link-validator

Find broken internal and external links in markdown docs. Reports HTTP status + suggested replacements via link-check.py helper.

3 Updated today
anthril
AI & Automation Listed

link-rot-detection

Use when authoring or reviewing a periodic-scan job that walks every external link in a markdown content set and flags 404s, redirects to unrelated content, and connection failures. Activate this skill whenever the task says 'check our links' or mentions a link-rot scan, broken-link audit, or link-health report. Do NOT use for live runtime link checking inside the rendered page (use a frontend a11y / UX skill) or for chasing a specific broken-link incident from a user report (use debugging).

0 Updated today
jacob-balslev
Data & Documents Solid

url-analysis

URL validation and contextual analysis specialist. Use when validating links, analyzing URL context, extracting links from content, or ensuring link appropriateness. Combines technical validation with content analysis.

335 Updated today
aiskillstore
AI & Automation Solid

docs-accessibility

Documentation accessibility validation and remediation. Check WCAG 2.1 compliance, validate alt text, analyze heading hierarchy, verify color contrast, and generate accessibility reports.

1,160 Updated today
a5c-ai