بنقرة واحدة
lint
Health-check the wiki for contradictions, orphans, missing links, and stale content
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Health-check the wiki for contradictions, orphans, missing links, and stale content
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Process raw sources into wiki pages — creates summaries, entities, and concept pages
Check Sentry errors, Axiom logs, and other monitoring sources for bugs, then fix them with regression tests
Recursively crawl a documentation site, converting each page to markdown
Fetch Google Docs and convert to markdown
Generate TTS audio from speaker_notes and upload to Vercel Blob
Generate AI illustrations for course cards and upload to Vercel Blob
| name | lint |
| description | Health-check the wiki for contradictions, orphans, missing links, and stale content |
| user-invocable | true |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash |
Perform a health-check on all wiki pages following the Lint workflow in CLAUDE.md.
[[wikilinks]] from other wiki pages (excluding index.md and log.md).[[wikilinks]] that point to pages that don't exist yet.wiki/index.md and every index entry points to an existing page.Print a report organized by check type:
## Lint Report - YYYY-MM-DD
### Contradictions
- (none found) or list
### Orphan Pages
- list of pages with no inbound links
### Missing Pages
- [[Page Name]] referenced from Page X
### Missing Cross-References
- Page A and Page B both discuss Topic but don't link
### Stale Claims
- (none found) or list
### Index Issues
- (none found) or list
### Frontmatter Issues
- (none found) or list
After showing the report, ask the user: "Want me to fix these issues?"
If yes:
wiki/log.md: ## [YYYY-MM-DD] lint | Fixed N issuesgit add wiki/
git commit -m "wiki: lint - fix N issues"
git push