Docs Verification

Verify and update documentation against actual repository behavior, commands, and workflows. Use when editing README, docs, or changelog.

fosrl 174f1f6 729 B Updated

File contents

Documentation Verification Skill

When to use

  • Editing README.md
  • Editing docs/
  • Updating CHANGELOG.md
  • Updating CONTRIBUTING.md

Rules

  • Never invent commands
  • Verify every command against repo
  • Prefer Taskfile commands

Validation commands

task build
task test
task ci

Lint docs

markdownlint-cli2 "**/*.md"

Checklist

  • Commands exist?
  • Flags correct?
  • Paths correct?
  • Matches workflows?

Output

  • Summary
  • Files changed
  • Commands verified
  • Notes

fosrl/pangolin-kube-controller/tree/main/.agent/skills/docs-verification commit 174f1f662a

Frequently asked questions

npx skillmds@latest add fosrl/docs-verification