← Back to list

check-links
by unfinishablemap
Repo backing the unfinishablemap.org site created in 2025
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: check-links description: Check all internal links on the local Hugo site for broken links. Use before pushing to verify site integrity.
Link Checker
Validates all internal links on the local Hugo development server.
Usage
Run the link checker script:
python .claude/skills/check-links/scripts/check_links.py
What it checks
- Crawls all pages starting from http://localhost:1313/
- Follows internal links only (same host)
- Reports broken links (404s, connection errors)
- Shows which page contains each broken link
Prerequisites
The Hugo development server must be running:
cd hugo && hugo server
Output
- Lists any broken links found with their source pages
- Exits with code 0 if all links valid, 1 if broken links found
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon