devtu-docs-quality

Detect and correct incorrect, outdated, and redundant documentation in ToolUniverse repositories.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/Centaurioun/osteogenesis_imperfecta --skill devtu-docs-quality-centaurioun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devtu-docs-quality
Source: https://github.com/Centaurioun/osteogenesis_imperfecta/tree/main/.agents/skills/devtu-docs-quality
Command: npx skills add https://github.com/Centaurioun/osteogenesis_imperfecta --skill devtu-docs-quality-centaurioun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates incorrect, outdated, and redundant documentation in ToolUniverse repositories by systematically detecting, correcting, or removing broken examples, deprecated commands, inconsistent counts, circular navigation, and other maintenance liabilities that break user workflows.

Core Features & Use Cases

  • Phase-driven audits: Five phases (static method scan, simplification, live code execution, automated validation, ToolUniverse-specific audit) that catch different classes of documentation errors.
  • Automated and manual fixes: Static pattern fixes, live code block execution checks, link and navbar validation, CLI and environment variable cross-checks, and guidance to simplify or remove redundant content.
  • Use Cases: Run before releases, after API changes, during CI documentation checks, or when preparing handoff packages to collaborators to ensure docs are accurate and minimal.

Quick Start

Run the devtu-docs-quality audit and produce a prioritized list of fixes for the repository's documentation.

Frequently Asked Questions about devtu-docs-quality

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

FAQPage Schema
How do I validate documentation code blocks and fix broken links before a release?

You can validate documentation by running a five-phase audit that performs static method scans, live code block execution, and link checks to detect broken examples and circular navigation in Markdown and Sphinx sites.

What is the best way to audit Sphinx and Markdown sites after API changes?

The best way to audit Sphinx and Markdown sites after API changes is to perform static method scans and CLI cross-checks that detect outdated commands, ensuring repository documentation matches the updated API.

Can I run documentation validation checks in CI pipelines?

Yes, you can run documentation validation in CI pipelines by executing automated validation scripts and ToolUniverse-specific policy enforcement to catch redundant content and deprecated commands during integration.

How do I detect and remove redundant or outdated documentation across repositories?

You detect and remove redundant or outdated documentation by applying static pattern fixes and simplification guidance that identifies inconsistent counts and deprecated commands, minimizing maintenance liabilities across repositories.

Does documentation auditing work for environment variable and CLI cross-checks?

Yes, documentation auditing works for environment variable and CLI cross-checks by validating automated scripts and enforcing policies to ensure CLI commands and environment variables in docs are accurate and consistent.