Skills ensure-docs

Verify documentation coverage and generate missing docs interactively

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/anderskev/ensure-docs" ~/.claude/skills/clawdbot-skills-ensure-docs && rm -rf "$T"
manifest: skills/anderskev/ensure-docs/SKILL.md
source content

Ensure Documentation Coverage

Verify documentation coverage across a codebase, report gaps, and generate missing docs with parallel language-specific agents.

Workflow

  1. Detect languages present in the target codebase.
  2. Review the detailed workflow and standards in
    references/workflow.md
    .
  3. Spawn parallel verification agents for each detected language.
  4. Consolidate findings into a single report.
  5. Offer interactive generation for any gaps the user wants to fix.
  6. Verify generated docs with the appropriate linters.

Notes

  • Use
    --report-only
    to skip generation.
  • Avoid test files unless they are test helpers.
  • Keep report output aligned with the language-specific standards in the reference file.