From cloudbase-ai-toolkit
Audits repository documentation for drift, stale statements, broken references, and README mismatches before corrective PRs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cloudbase-ai-toolkit:doc-freshness-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review whether repository documentation still matches the current code, generated assets, and published entry points.
Review whether repository documentation still matches the current code, generated assets, and published entry points.
Use this skill when you need to:
doc/ for stale or wrong statementsREADME.md, README-EN.md, README-ZH.md, or mcp/README.md drifted away from current behaviorDo NOT use for:
references/review-scope.md first.doc/README.md, README-EN.md, README-ZH.md, and mcp/README.mdapi-contract-review before updating the prose.pr-review-fix after the doc finding is confirmed.| Task | Read |
|---|---|
| Review docs and README freshness scope | references/review-scope.md |
| Review CloudBase API contract drift before changing related prose | api-contract-review |
| Fix an already-open PR after confirming the doc drift | pr-review-fix |
doc/ and the main README files for stale commands, missing files, and broken references.mcp/README.md still matches the current MCP tool behavior and linked files.npx claudepluginhub tencentcloudbase/cloudbase-mcpDetects documentation drift, stale references, and cross-document inconsistencies in projects. Scans code-doc mismatches, broken links, outdated versions, and git staleness.
Audits documentation against source code using git-based staleness detection. Run with no args for smart check or specify a path. Supports full audit, auto-fix, and check-only modes.
Spawns a doc-maintainer agent to audit all project documentation for correctness, completeness, freshness, and consistency. It autonomously fixes issues like typos, stale code examples, and broken links, surfacing anything requiring user approval.