skillfed

devtu-docs-quality

This skill audits ToolUniverse documentation for technical errors, outdated information, and unnecessary duplication. It runs five phases—static method scanning, live code execution, automated validation, ToolUniverse audit, and simplification—to ensure every concept appears exactly once and all code is correct. Use it before releases, after API changes, or when asked to review, fix, or streamline documentation.

devtu-docs-quality finds and fixes wrong code, broken links, and redundant content in ToolUniverse documentation across five verification phases.

AI-generated summary based on this skill's SKILL.md

1,595 242 Apache-2.0 updated by mims-harvard

Install

mims-harvard/ToolUniverse/devtu-docs-quality · repository language: Python

git clone https://github.com/mims-harvard/ToolUniverse
cp -r ToolUniverse/skills/devtu-docs-quality ~/.claude/skills/devtu-docs-quality
npx skillfed install mims-harvard/ToolUniverse/devtu-docs-quality

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does devtu-docs-quality do?

devtu-docs-quality audits ToolUniverse documentation for technical errors, outdated information, and unnecessary duplication. It runs five phases—static method scanning, live code execution, automated validation, ToolUniverse audit, and simplification—to ensure every concept appears exactly once and all code is correct.

How do I fix broken docs links with devtu-docs-quality?

devtu-docs-quality checks for broken links, emojis, and documentation structure violations as part of its automated validation phase. It identifies broken links and flags them for repair, helping you maintain working references throughout your documentation.

Can devtu-docs-quality validate code blocks in documentation?

Yes. devtu-docs-quality validates code examples and verifies technical accuracy in docs through static method scanning and live code execution phases. It checks for wrong method calls, outdated syntax, and incorrect code samples to ensure all examples work as documented.

When should I use devtu-docs-quality to audit documentation?

devtu-docs-quality is ideal for auditing documentation before release or after API changes. Run it whenever you need to review, fix, or streamline documentation, or when asked to remove duplicate content and ensure consistent technical accuracy across your docs.

How does devtu-docs-quality remove outdated code examples?

devtu-docs-quality identifies and removes outdated code examples through its static scanning and live execution phases. It finds wrong, outdated, or redundant information and flags it for removal, applying a less-is-more simplification approach to keep documentation current and concise.

What license does devtu-docs-quality use?

devtu-docs-quality is released under the Apache-2.0 license, allowing free use, modification, and distribution with proper attribution.

SKILL.md

rendered from the published skill — quoted content, verbatim

Documentation Quality Assurance

Two Equal Priorities

Both of the following must be satisfied before an audit is done. Neither overrides the other.

1. Technical correctness — wrong code is worse than no code; it actively breaks users' workflows.

2. Less is more — redundant content is worse than no content; it creates confusion, dilutes trust, and makes maintenance harder.

> When in doubt about technical accuracy: verify against source (src/tooluniverse/execute_function.py). > When in doubt

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 5 files
skills/devtu-docs-quality/API_REFERENCE.md
skills/devtu-docs-quality/DOCS_STRUCTURE.md
skills/devtu-docs-quality/EXAMPLES.md
skills/devtu-docs-quality/SKILL.md
skills/devtu-docs-quality/SUMMARY.md

Related skills

Tags

doc-validation content-deduplication technical-accuracy link-verification code-block-testing documentation-audit quality-assurance automated-checking