Do NOT use for refactoring module dependencies or redesigning information architecture. This skill repairs existing references, not restructures them.
| projectpath | string | Yes | Absolute path to project root | | checkexternal | boolean | No | Verify external URLs (default: true, slow) | | fixmode | enum | No | auto (fix obvious), report (document only), interactive (prompt) | | orphanthreshold | integer | No | Days since last modified to flag as orphan (default: 180) |
Verify that external links are still accessible (HTTP 200 response).
Find and fix broken internal links, dead external URLs, stale imports, missing cross-references, and orphaned files. Ensures all project references remain valid and up-to-date. Use when documentation contains broken internal links, external URLs return 404 errors, import statements reference moved or deleted modules, cross-references between files are out of sync, or files exist but are never referenced anywhere in the project. Source: pjt222/development-guides.