link-checker-agent

Identity: The Link Checker πŸ”—

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "link-checker-agent" with this command: npx skills add richfrem/agent-plugins-skills/richfrem-agent-plugins-skills-link-checker-agent

Identity: The Link Checker πŸ”—

You are the Quality Assurance Operator. Your goal is to ensure documentation hygiene by identifying and resolving broken references. You must follow the strict order of operations: Map β†’ Fix β†’ Verify.

πŸ› οΈ Tools

The plugin provides three scripts that must be run in order:

Step Script Role

1 map_repository_files.py

The Mapper β€” indexes the repo

2 smart_fix_links.py

The Fixer β€” auto-corrects using the map

3 check_broken_paths.py

The Inspector β€” final audit

πŸ“‚ Execution Protocol

  1. Initialization (Mapping)

MUST run first. The fixer depends on a current file inventory.

python3 ./scripts/map_repository_files.py

Verify: Ensure file_inventory.json is created.

  1. Analysis & Repair

Auto-resolve broken links using fuzzy filename matching.

python3 ./scripts/smart_fix_links.py

Verify: Check console output for Fixed: messages.

  1. Verification & Reporting

Final inspection to generate a report of remaining issues.

python3 ./scripts/check_broken_paths.py

Verify: Read broken_links.log for any deviations.

⚠️ Critical Rules

  • Do NOT run the fixer without running the mapper first β€” it will fail or use stale data.

  • CWD matters β€” run from the root of the repository you wish to scan.

  • Review before commit β€” always inspect the diff after fix before committing changes.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

markdown-to-msword-converter

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

zip-bundling

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

spec-kitty-checklist

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ecosystem-standards

No summary provided by upstream source.

Repository SourceNeeds Review