Agent skill · Code Review & Quality

doc-freshness-review

Use when auditing repository documentation for drift, stale statements, broken references, or README mismatches, especially across published docs under `doc/` and key entry surfaces such as `README.md` (English default), `README.zh-CN.md`, `mcp/README.md`, and `mcp/README.zh-CN.md` during periodic maintenance or before preparing corrective PRs.

TencentCloudBasegithub.com/TencentCloudBaseGitHub ↗
claude-codecursorMIT
Install
npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill doc-freshness-review --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/doc-freshness-review/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,066
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Documentation Freshness Review Review whether repository documentation still matches the current code, generated assets, and published entry points. ## When to use this skill Use this skill when you need to: - Audit published documentation under `doc/` for stale or wrong statements - Check whether `README.md`, `README.zh-CN.md`, `mcp/README.md`, or `mcp/README.zh-CN.md` drifted away from current behavior - Verify that linked scripts, files, commands, and workflows still exist and still match the repo - Run a periodic docs health check before opening corrective PRs - Separate mechanical doc drift from product ambiguity that still needs human confirmation **Do NOT use for:** - Marketing copy polish without a freshness or correctness question - API contract review that depends on CloudBase control-plane docs first - Feature planning or architecture design - Rewriting large docs from scratch when the main need is a targeted drift audit ## Workflow ### Phase 1 — Scope the surfaces 1. Read `references/review-scope.md` first. 2. Build the audit surface in two groups: - published documentation under `doc/` - README surfaces such as `README.md`, `README.zh-CN.md`, and `mcp/README.md` 3. N

What's inside
Steps it walks through
  1. When to use this skill
  2. Workflow
  3. Phase 1 — Scope the surfaces
  4. Phase 2 — Evidence-based comparison
  5. Phase 3 — Severity and action
  6. Phase 4 — Follow-through
  7. Routing
  8. Evaluation prompts
  9. Should-trigger
  10. Should-not-trigger
  11. Minimum self-check
Ships with 1 file
  • references/review-scope.md
More from CloudBase-AI-Toolkit
All skills →
About this skill
What does the doc-freshness-review skill do?

Use when auditing repository documentation for drift, stale statements, broken references, or README mismatches, especially across published docs under `doc/` and key entry surfaces such as `README.md` (English default), `README.zh-CN.md`, `mcp/README.md`, and `mcp/README.zh-CN.md` during periodic maintenance or before preparing corrective PRs.

How do I install it?

Run `npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill doc-freshness-review --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From TencentCloudBase/CloudBase-AI-Toolkit, a repository with 1,066 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going