Link Check
Audit links for failures, redirects, insecure URLs, and mismatched destinations.
Install
Terminal
pnpm dlx shadcn@latest add @skills/link-checkSkill
---
name: link-check
description: Audit links in documentation, websites, or other content for failures, redirects, insecure HTTP URLs, and mismatched destinations. Use when reviewing content with Markdown, HTML, raw, or relative links.
---
# Link check
Extract every link from the supplied content, including Markdown links, HTML links, raw URLs, and relative paths.
Test each destination when network access is available. Report the link text, URL, status, final destination after redirects, and whether the destination matches the surrounding context. Classify each result as OK, Redirect, Broken, Insecure, or Not tested.
Finish with totals and concrete recommendations for links that should be updated or removed.Last updated on