首页龙虾技能列表 › Ensure Docs — 实用工具

Ensure Docs — 实用工具

v1.0.0

和 生成 missing docs interactively

0· 44·1 当前·1 累计
by @anderskev (Kevin Anderson)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/11
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's instructions, requirements, and behavior are internally consistent with its stated purpose of auditing and optionally generating documentation; it requests no credentials, installs nothing, and does not ask for unrelated access.
评估建议
This skill appears coherent and safe in scope: it will scan the target directory (default: your current working directory) to find source files and may generate docstrings/files if you choose that option. Before running: (1) run it in a copy or ensure you have version control so you can review generated changes, (2) ensure any linters or language toolchains you want used by the skill are available if you expect lint verification to run, and (3) be aware it spawns platform subagents (Task) to per...
详细分析 ▾
用途与能力
The name/description (verify and generate docs) match the instructions: language detection, per-language verification, consolidation, and optional generation. There are no unrelated environment variables, binaries, or installs requested.
指令范围
The runtime instructions use shell commands (find/grep/ls/head) to enumerate repository files and spawn platform 'Task' subagents for verification and generation; this is appropriate for scanning a codebase. Note: the scan runs against the target directory (default: current working directory) and the generation phase will produce content that could modify repository files if the user requests generation—the skill does not explicitly describe committing or remote pushes, but it can write changes locally via generated agents.
安装机制
Instruction-only skill with no install spec and no code files; nothing is downloaded or written by an installer. Low install risk.
凭证需求
The skill requires no environment variables, credentials, or config paths. It uses platform tools (Task, AskUserQuestion) but does not request secrets or unrelated service tokens.
持久化与权限
always is false and disable-model-invocation is true (so the skill will not autonomously invoke the model). The skill does not request persistent system-wide changes or modify other skills' configurations.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/11

Initial release of ensure-docs: - Verifies documentation coverage across a codebase for multiple languages. - Detects languages, analyzes docs, and reports gaps. - Offers interactive generation of missing documentation where needed. - Consolidates findings into a single, standards-aligned report. - Excludes regular test files from coverage. - Includes option to report only, without generating docs.

● 无害

安装命令 点击复制

官方npx clawhub@latest install ensure-docs
镜像加速npx clawhub@latest install ensure-docs --registry https://cn.clawhub-mirror.com

技能文档

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

Workflow

  • Detect languages present 在...中 target codebase.
  • Review detailed workflow 和 standards 在...中 references/workflow.md.
  • Spawn parallel verification agents 对于 每个 detected language.
  • Consolidate findings 进入 single 举报.
  • Offer interactive generation 对于 任何 gaps 用户 wants 到 fix.
  • 验证 generated docs 带有 appropriate linters.

Notes

  • 使用 --举报-仅 到 skip generation.
  • Avoid test files unless 它们 test helpers.
  • Keep 举报 输出 aligned 带有 language-specific standards 在...中 reference file.
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务