Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
thedaviddias avatar

Link Checker

  • 1 installs
  • 73.4k repo stars
  • Updated June 18, 2026
  • thedaviddias/frontendchecklist

Checks internal and external links for 404s and bad redirects using tools like lychee, integrating the check into CI/CD.

About

A frontend-checklist HTML rule for finding broken links. A developer uses it because 404s frustrate users, hurt SEO, and damage credibility.

  • Use lychee or broken-link-checker in CI/CD
  • Check internal, external, anchor, and mailto links

Link Checker by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,914 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/thedaviddias/frontendchecklist --skill link-checker

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars73.4k
Last updatedJune 18, 2026
Repositorythedaviddias/frontendchecklist

What it does

Checks internal and external links for 404s and bad redirects using tools like lychee, integrating the check into CI/CD.

Files

SKILL.mdMarkdownGitHub ↗

Check for broken links

Broken links frustrate users, hurt SEO rankings (Google penalizes 404s), and damage credibility—especially for documentation and e-commerce sites.

Quick Reference

  • Use lychee, linkchecker, or broken-link-checker npm packages
  • Check internal, external, anchor, and mailto links
  • Integrate into CI/CD for automatic detection
  • Set up regular monitoring for external link rot

Check

Verify that all internal and external links are working properly and don't return 404 errors or redirect to unintended destinations.

Fix

Use automated link checking tools to identify and fix broken links, update redirected URLs, and remove or replace dead links.

Explain

Explain why broken links hurt user experience, SEO rankings, and credibility, and how to implement ongoing link monitoring.

Code Review

Review templates, server-rendered HTML, and shared components that output markup related to Check for broken links. Flag exact elements, attributes, and routes where the rendered HTML violates the rule.

---

For full implementation details, code examples, and framework-specific guidance, see references/rule.md.

Rule page: https://frontendchecklist.io/en/rules/html/link-checker

Related skills

Frontend Developmentfrontendtesting

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.