·devtu-docs-quality
""

devtu-docs-quality

mims-harvard/tooluniverse

Comprehensive documentation quality system combining automated validation with ToolUniverse-specific auditing. Detects outdated commands, circular navigation, inconsistent terminology, auto-generated file conflicts, broken links, and structural problems. Use when reviewing documentation, before releases, after refactoring, or when user asks to audit, optimize, or improve documentation quality.

16Installs·3Trend·@mims-harvard

Installation

$npx skills add https://github.com/mims-harvard/tooluniverse --skill devtu-docs-quality

SKILL.md

Systematic documentation quality system combining automated validation scripts with ToolUniverse-specific structural audits.

| CRITICAL | Blocks release | Broken builds, dangerous instructions | Immediate | | HIGH | Blocks users | Wrong commands, broken setup | Same day | | MEDIUM | Causes confusion | Inconsistent terminology, unclear examples | Same week | | LOW | Reduces quality | Long files, minor formatting | Future task |

| Deprecated command | rg "old-cmd" docs/ | Replace with new-cmd | | Wrong tool count | rg "[0-9]+ tools" docs/ | Change to "1000+ tools" | | Circular nav | Manual trace | Remove back-references | | Missing header | head -1 file.rst | Add AUTO-GENERATED header | | Undocumented CLI | Check pyproject.toml | Add to clitools.rst |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mims-harvard/tooluniverse --skill devtu-docs-quality
Category
""Writing
Verified
First Seen
2026-02-15
Updated
2026-02-18

Quick answers

What is devtu-docs-quality?

Comprehensive documentation quality system combining automated validation with ToolUniverse-specific auditing. Detects outdated commands, circular navigation, inconsistent terminology, auto-generated file conflicts, broken links, and structural problems. Use when reviewing documentation, before releases, after refactoring, or when user asks to audit, optimize, or improve documentation quality. Source: mims-harvard/tooluniverse.

How do I install devtu-docs-quality?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mims-harvard/tooluniverse --skill devtu-docs-quality Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/mims-harvard/tooluniverse