lint

Audit Frobnicate wiki pages for broken links, missing sections, and stale data.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/Xyzyx101/Frobnicate --skill lint-xyzyx101
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lint
Source: https://github.com/Xyzyx101/Frobnicate/tree/main/.claude/skills/lint
Command: npx skills add https://github.com/Xyzyx101/Frobnicate --skill lint-xyzyx101

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit Frobnicate wiki quality and integrity by identifying gaps, broken links, missing sections, and inconsistencies that hinder reliable knowledge sharing.

Core Features & Use Cases

  • Performs structural audits across tech/wiki sections (tech/tools, tech/techniques, tech/recipes, tech/comparisons) and checks for un-ingested raw files relative to tech/log.md.
  • Flags dead links, missing index rows, orphan pages, and missing required sections, then compiles actionable remediation reports for humans.
  • Supports data-imputation planning and cross-link enrichment, updates tech/index.md and tech/log.md after human-approved changes.

Quick Start

Run the lint workflow against the Frobnicate wiki root to start an end-to-end audit and surface actionable issues.

Frequently Asked Questions about lint

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

FAQPage Schema
How do I audit my wiki for broken links and missing sections?

Run an end-to-end audit workflow against the Frobnicate wiki root to identify broken links, missing sections, and inconsistencies. The audit surfaces actionable issues for human review.

What does a wiki structural audit check for in tech documentation?

A wiki structural audit checks for un-ingested raw files, missing index rows, orphan pages, stale data, and dead links. It enforces YAML frontmatter rules and verifies critical sections across tech catalog pages.

How do I find orphan pages and un-ingested files in my tech wiki?

Find orphan pages and un-ingested files by comparing raw files against tech/log.md entries and checking cross-linking. The audit flags orphan pages and un-ingested raw files relative to tech/log.md for human review.

Can I automatically fix missing YAML frontmatter and cross-links in wiki pages?

The audit identifies missing YAML frontmatter and proposes cross-link enrichment suggestions, but changes require human approval. After approval, it can update tech/index.md and tech/log.md to reflect the corrected data.

What are the limitations of automated wiki consistency checks?

Automated wiki consistency checks surface issues and propose data imputation, but they do not auto-apply fixes. All remediation actions and updates to tech/index.md require explicit human review and approval before execution.