repair-broken-references
Installation
SKILL.md
repair-broken-references
When to Use
Use this skill when project references have become stale:
- 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
- Files exist but are never referenced anywhere
Do NOT use for refactoring module dependencies or redesigning information architecture. This skill repairs existing references, not restructures them.
Inputs
| Parameter | Type | Required | Description |
|---|---|---|---|
project_path |
string | Yes | Absolute path to project root |
Related skills