internal-links
Installation
SKILL.md
Internal Links
Ensure all buttons and links in a page connect to valid destinations - either other pages or sections on the same page.
Workflow
- Read Page File - Identify all section components
- For Each Section:
- Find all
<Button>components - Find all
<a>or<Link>elements - Verify each has a valid
href
- Find all
- Add Missing Links - Wrap buttons with
<Link>as needed - Add Section IDs - For same-page anchor targets
- Update i18n - Add CTA text if missing