doc-freshness-review

doc-freshness-review is a skill for Claude Code, Codex from TencentCloudBase/CloudBase-AI-Toolkit. It costs 83 tokens per session (913 once invoked), scanned A, original, MIT.

A review procedure for checking whether a repository’s published documentation still matches its code, generated files, links, and README pages. It focuses on finding outdated statements and broken references.

In plain words
What is it for?
Use it for periodic checks of `doc/` and README files, to verify that linked files, commands, scripts, and workflows still exist and describe current behavior.
Why use it?
Documentation can become incorrect as a project changes, even when the code still works. This review helps separate fixable documentation drift from questions that need a maintainer’s decision.

Skill for Claude CodeCodex

Part of the cloudbase-ai-toolkit plugin — 47 skills, 3 commands, 2 agents, 2 MCP servers, 2 plugins shipped together

About the project

CloudBase AI Toolkit is an integration layer that lets AI coding tools use Tencent CloudBase as an application backend, including databases, authentication, functions, storage, and deployments. Developers use it to have coding agents build and operate CloudBase-backed applications through skills, plugins, commands, and chat-accessible tools. The catalogue entries are the toolkit’s own skills, agents, hooks, plugins, rules, instructions, and MCP tools.

TencentCloudBase/CloudBase-AI-Toolkit · 1,092 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/tencentcloudbase/cloudbase-ai-toolkit/doc-freshness-review
Any agent
npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill doc-freshness-review
Clone the repo
git clone --depth 1 https://github.com/TencentCloudBase/CloudBase-AI-Toolkit

Made for: Claude Code, Codex.

Or install cloudbase-ai-toolkit, the plugin that ships this one along with the rest of its 47 skills, 3 commands, 2 agents, 2 MCP servers, 2 plugins.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for doc-freshness-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/tencentcloudbase/cloudbase-ai-toolkit/doc-freshness-review.svg)](https://agentmods.dev/skills/tencentcloudbase/cloudbase-ai-toolkit/doc-freshness-review)
Your own site
<a href="https://agentmods.dev/skills/tencentcloudbase/cloudbase-ai-toolkit/doc-freshness-review"><img src="https://agentmods.dev/badge/skills/tencentcloudbase/cloudbase-ai-toolkit/doc-freshness-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 913 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00083 $0.00913
Opus 5 $0.00042 $0.00456
Sonnet 5 $0.00017 $0.00183
Haiku 4.5 $0.00008 $0.00091

Measured 5d ago against content hash 6c90ee5a01bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

doc-freshness-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/doc-freshness-review/SKILL.md · 94 lines

How it starts

The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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. Note which code, scripts, generated files, or workflows those docs claim to describe.

Phase 2 — Evidence-based comparison

  1. Verify whether referenced files, scripts, commands, and workflow names still exist.
  2. Compare the docs against the current implementation, generated outputs, and source-of-truth files.
  3. Mark each mismatch as one of:
    • stale statement
    • missing or stale reference
    • outdated command
    • drift between published docs and README surfaces
    • drift between docs and actual implementation

Phase 3 — Severity and action

  1. Prefer concrete findings with exact file paths and the smallest useful rewrite direction.
  2. If the fix is mechanical and low-risk, prepare the doc updates for a focused PR.
  3. If the docs may be wrong because product behavior is unclear, write a report and issue instead of guessing.
  4. If the drift originates from a CloudBase API contract problem, hand off to api-contract-review before updating the prose.

Read the full file on GitHub · 94 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 94 lines · 83 tokens per session scan A 6c90ee5a01bb

Subscribe to this mod's changes

doc-freshness-review is a skill published in the GitHub repository TencentCloudBase/CloudBase-AI-Toolkit (1,092 stars, last pushed today), licensed MIT. It adds 83 tokens to every session and 913 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

adev-writing-guide

Comprehensive writing guide for Angular documentation (adev). Covers Google Technical Writing standards, Angular-specific markdown extensions, code blocks, and components. You MUST use this skill any time you plan to create, edit, or review documentation files in adev/ or adev/src/content.

angular/angular · 60 tokens

reference-signal-forms

Explains the mental model and architecture of the code under packages/forms/signals. You MUST use this skill any time you plan to work with code in packages/forms/signals.

angular/angular · 43 tokens

angular-developer

Generates Angular code and provides architectural guidance. Trigger when creating projects, components, services, or HTTP communication, or for best practices on reactivity (signals, linkedSignal, resource, httpResource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component…

angular/angular · 77 tokens

reference-compiler-cli

Explains the mental model and architecture of the code under packages/compiler-cli. You MUST use this skill any time you plan to work with code in packages/compiler-cli.

angular/angular · 40 tokens

reference-core

Explains the mental model and architecture of the code under packages/core. You MUST use this skill any time you plan to work with code in packages/core.

angular/angular · 36 tokens

angular-new-app

Creates a new Angular app using the Angular CLI. This skill should be used whenever a user wants to create a new Angular application and contains important guidelines for how to effectively create a modern Angular application.

angular/angular · 43 tokens