fixing-broken-links

Crawl URLs in files, test HTTP responses, and repair or remove broken links.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/baasith6/cursor-skills --skill fixing-broken-links-baasith6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fixing-broken-links
Source: https://github.com/baasith6/cursor-skills/tree/main/resources/fixing-broken-links
Command: npx skills add https://github.com/baasith6/cursor-skills --skill fixing-broken-links-baasith6

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of identifying and fixing broken links in files and projects, ensuring seamless navigation and data integrity.

Core Features & Use Cases

  • Link Crawl and Test: Automatically scan files for URLs and test each for valid HTTP responses.
  • Broken Link Reporting: Generate a detailed report of broken links for review and action.
  • Fix or Remove Links: Repair or remove broken links based on predefined criteria.
  • Use Case: After updating your project files, this Skill can quickly identify and fix broken links to maintain the integrity of your project documentation.

Quick Start

Run the fixing-broken-links skill on your project directory to scan and fix broken links.

Frequently Asked Questions about fixing-broken-links

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

FAQPage Schema
How do I find and fix broken links in project documentation?

To find and fix broken links in project documentation, this Skill crawls files for URLs and tests HTTP responses, then executes predefined fix or removal actions to repair invalid links and maintain file integrity.

How does URL validation work for detecting dead links in files?

URL validation for detecting dead links works by scanning files to extract URLs and checking each one for valid HTTP status responses. Links returning error statuses are flagged in a detailed broken link report for review and action.

Can I automate broken link repair across an entire project directory?

Yes, you can automate broken link repair across an entire project directory by running the Skill on the root path. It will recursively crawl files, test HTTP responses, and apply content replacement or removal actions to invalid URLs.

What is the best way to maintain file integrity after updating website URLs?

The best way to maintain file integrity after updating website URLs is to run an automated link checker that scans modified files, validates HTTP responses, and repairs or removes broken links to ensure seamless navigation across your documentation.

Does this broken link checker require any external dependencies to run?

No, this broken link checker does not require any external dependencies to run. It operates independently using built-in scripts to crawl files, test HTTP responses, and execute link repair or removal actions without additional environment setup.

What happens to broken links when the URL validation fails?

When URL validation fails, broken links are either repaired or removed based on predefined criteria. The Skill generates a detailed report of the invalid URLs and executes content replacement actions to ensure file integrity.