fix-external-links

Detects and repairs broken external links in web applications.

7|7|Updated Feb 2, 2015
One-click install
npx skills add https://github.com/giantswarm/docs --skill fix-external-links
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-external-links
Source: https://github.com/giantswarm/docs/tree/main/.claude/skills/fix-external-links
Command: npx skills add https://github.com/giantswarm/docs --skill fix-external-links

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the issue of broken external links within the documentation site, ensuring that users are directed to valid resources.

Core Features & Use Cases

  • Broken Link Detection: Identifies and lists all broken external links.
  • Link Repair: Automatically corrects permanent redirects and searches for replacements for 404 errors.
  • Customization: Allows the exclusion of specific URLs from checks.
  • Use Case: Regularly use this Skill to maintain the integrity of the documentation site, ensuring that users always have access to accurate resources.

Quick Start

Run the fix-external-links skill to automatically check and repair broken external links in the documentation site.

Frequently Asked Questions about fix-external-links

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

FAQPage Schema
How do I find and repair broken external links in my documentation site?

Broken external links are detected and repaired by running a link checker against a predefined list of URLs. The tool identifies HTTP redirects and missing resources, then automatically corrects permanent redirects and searches for replacements for 404 errors.

Can I exclude specific URLs from broken link checks?

Yes, specific URL patterns can be excluded from broken link checks. The tool provides customization options that allow you to ignore certain URLs, ensuring that valid external resources are not flagged or altered during the validation process.

What's the best way to maintain documentation integrity and fix missing resources?

Documentation integrity is maintained by regularly checking external links for HTTP redirects and missing resources. Running this validation process ensures users are consistently directed to valid, accurate external resources without encountering 404 errors.

How does link repair handle permanent redirects and 404 errors?

Link repair automatically corrects permanent HTTP redirects and searches for replacements when 404 errors are encountered. This ensures that broken external links are updated to valid destinations or replaced with accurate alternative resources.

Do I need any dependencies to run URL validation on my web application?

No external dependencies are required to run URL validation. The Skill operates independently using built-in scripts to check a predefined list of URLs, identify broken external links, and repair missing resources.

Why does web maintenance require checking a predefined list of URLs?

Web maintenance requires checking a predefined list of URLs to systematically identify broken external links and HTTP redirects. This ensures comprehensive coverage of all external resources referenced in your documentation, preventing users from reaching invalid pages.