wiki-lint

Audit Roblox/Luau wiki pages for frontmatter validity and wikilink integrity.

8|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CodePhobiia/claude-roblox-game-studio --skill wiki-lint-codephobiia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-lint
Source: https://github.com/CodePhobiia/claude-roblox-game-studio/tree/main/.claude/skills/wiki-lint
Command: npx skills add https://github.com/CodePhobiia/claude-roblox-game-studio --skill wiki-lint-codephobiia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

wiki health and consistency across Roblox/Luau documentation by validating frontmatter, links, and structural integrity to prevent broken pages and drift.

Core Features & Use Cases

  • Frontmatter validation: title, type, category, owner, status, created/updated dates.
  • Wikilink and relation checks: detect broken links, orphans, and bidirectional references.
  • Structural conformance: ensure required sections per wiki/SCHEMA.md are present and up to date.
  • Reporting & remediation: generate findings and suggest safe, auto-fix actions.

Quick Start

Run wiki-lint to scan the wiki directory and produce a structured report; then optionally apply safe auto-fixes.

Frequently Asked Questions about wiki-lint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Roblox wiki pages for broken wikilinks and frontmatter errors?

To check Roblox wiki pages for broken wikilinks and frontmatter errors, run wiki-lint to scan the wiki directory and validate schema compliance, which returns a structured report of findings and suggested safe auto-fixes.

What is the best way to detect orphan pages and enforce schema compliance in Luau documentation?

Detecting orphan pages and enforcing schema compliance in Luau documentation is handled by auditing structural conformance against wiki/SCHEMA.md, validating required sections, and checking bidirectional references to prevent documentation drift.

Can I automatically fix cross-reference inconsistencies and invalid frontmatter in my wiki directory?

You can automatically fix cross-reference inconsistencies and invalid frontmatter by running an on-demand quality check that generates safe auto-fix actions based on the structured findings from the audit report.

Does wiki-lint work without external dependencies for periodic wiki maintenance?

Wiki-lint works without external dependencies for periodic wiki maintenance, allowing you to perform on-demand quality checks across the wiki/ directory to ensure frontmatter validity and link integrity at any scale.

Why does my wiki documentation drift and how do I validate required sections like owner and status?

Wiki documentation drifts when frontmatter fields like title, type, category, owner, status, and dates become outdated or invalid; you validate these required sections by enforcing structural conformance per wiki/SCHEMA.md during periodic maintenance.