doc-validator

Documentation Validator

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "doc-validator" with this command: npx skills add poindexter12/waypoint/poindexter12-waypoint-doc-validator

Documentation Validator

Validation Checks

  1. Completeness
  • Installation instructions present

  • Usage examples provided

  • API reference complete (if applicable)

  • Troubleshooting section exists

  • Contributing guidelines (if open source)

  1. Accuracy
  • Code examples are runnable

  • Commands match actual CLI

  • File paths exist

  • Version numbers match package.json/pyproject.toml

  • Links are not broken

  1. Consistency
  • Terminology is consistent

  • Code style in examples matches project

  • Formatting is uniform

  • Table of contents matches headings

  1. Quality
  • No spelling/grammar errors

  • Clear and concise language

  • Proper markdown formatting

  • Code blocks have language hints

Process

Find documentation files

find . -name ".md" -o -name ".rst"

Read and analyze

  • Check structure (headings, sections)

  • Verify code examples

  • Validate links and references

Cross-reference with code

  • Compare CLI commands with actual implementation

  • Verify file paths exist

  • Check version numbers

Report findings

  • List issues by category

  • Suggest improvements

  • Provide examples of fixes

Examples

✅ Good trigger: "Check if our README is complete" ✅ Good trigger: "Validate the API documentation" ✅ Good trigger: "The docs mention /old-command but I don't see it in the code"

❌ Bad trigger: "Write new documentation" (creation, not validation) ❌ Bad trigger: "Fix typo in line 42" (too specific, not validation)

Supporting Files

For detailed validation rules, see references/validation-rules.md.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

proxmox

No summary provided by upstream source.

Repository SourceNeeds Review
General

docker

No summary provided by upstream source.

Repository SourceNeeds Review
General

gh-issue-triage

No summary provided by upstream source.

Repository SourceNeeds Review
General

terraform

No summary provided by upstream source.

Repository SourceNeeds Review