Check Links

Validates the portfolio's internal links before publishing. Walks every generated page and reports any link whose target is missing.

crystian 11c5210 527 B Updated

File contents

check-links

The last gate before the site goes out.

Steps

  1. List every HTML file under public/.
  2. For each page, collect its internal links (every href to / or to a .html file).
  3. Check the target exists under public/ (treat / as public/index.html).
  4. Report any link whose target is missing; if none, report "0 broken links".

crystian/skill-map/tree/main/.claude/skills/sm-tutorial/fixtures-data/sets/harness/en/__PROVIDER__/skills/check-links commit 11c5210505

Frequently asked questions

npx skillmds@latest add crystian/check-links-3