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.mdsource content
Ensure Documentation Coverage
Verify documentation coverage across a codebase, report gaps, and generate missing docs with parallel language-specific agents.
Workflow
- Detect languages present in the target codebase.
- Review the detailed workflow and standards in
.references/workflow.md - Spawn parallel verification agents for each detected language.
- Consolidate findings into a single report.
- Offer interactive generation for any gaps the user wants to fix.
- Verify generated docs with the appropriate linters.
Notes
- Use
to skip generation.--report-only - Avoid test files unless they are test helpers.
- Keep report output aligned with the language-specific standards in the reference file.