cf-review-custom

cf-review-custom is a skill for Claude Code, Codex from dinhanhthi/coding-friend. It costs 0 tokens per session (538 once invoked), scanned A, original, MIT.

A review step that checks whether changed implementation files also require matching documentation updates.

In plain words
What is it for?
Comparing changed source files with their related documentation, including skill pages, agent references, and command documentation.
Why use it?
It helps prevent documentation from becoming outdated after code, skills, agents, or command-line features change.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Comparing changed source files with their related documentation, including skill pages, agent references, and command documentation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dinhanhthi/coding-friend/cf-review-custom
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.

Any agent
npx skills add dinhanhthi/coding-friend --skill cf-review-custom
Clone the repo
git clone --depth 1 https://github.com/dinhanhthi/coding-friend

Made for: Claude Code, Codex.

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 cf-review-custom

README.md
[![agentmods](https://agentmods.dev/badge/skills/dinhanhthi/coding-friend/cf-review-custom/github.svg)](https://agentmods.dev/skills/dinhanhthi/coding-friend/cf-review-custom)
Your own site
<a href="https://agentmods.dev/skills/dinhanhthi/coding-friend/cf-review-custom"><img src="https://agentmods.dev/badge/skills/dinhanhthi/coding-friend/cf-review-custom/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cf-review-custom

Your own site · 80×15
<a href="https://agentmods.dev/skills/dinhanhthi/coding-friend/cf-review-custom"><img src="https://agentmods.dev/badge/skills/dinhanhthi/coding-friend/cf-review-custom.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 538 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.00538
Opus 5 $0.00000 $0.00269
Sonnet 5 $0.00000 $0.00108
Haiku 4.5 $0.00000 $0.00054

Measured 8d ago against content hash e407bc11876e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

cf-review-custom 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 8d 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.

.coding-friend/skills/cf-review-custom/SKILL.md · 54 lines

How it starts

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

After

After the standard review completes, check if any changed files require documentation updates.

Step A1: Identify implementation changes that need doc sync

From the files already reviewed in this session, filter for changes in these source directories:

Source path pattern Documentation target
plugin/skills/{name}/SKILL.md website/src/content/docs/skills/{name}.mdx
plugin/agents/{name}.md website/src/content/docs/reference/agents.mdx
cli/src/commands/{name}.ts website/src/content/docs/cli/cf-{name}.mdx

Only consider files that were actually changed in this conversation's diff — do NOT scan the entire codebase.

If no implementation files match the patterns above, skip the remaining steps and end with: "No doc-sync needed."

Step A2: Compare changes against documentation

For each matched implementation file:

  1. Read the implementation file to understand what changed (use the diff from the review, not the entire file)
  2. Read the corresponding documentation file
  3. Check whether the documentation already reflects the changes — look for:
    • New or renamed workflow steps, flags, arguments
    • Changed behavior, conditions, or modes
    • Added or removed features, options, or commands
    • Updated agent metadata (model, tools, description)

Step A3: Report doc-sync findings

Append a Doc Sync section to the review report:

### 📄 Doc Sync

| Source | Doc | Status |
|---|---|---|
| `plugin/skills/cf-ask/SKILL.md` | `website/.../skills/cf-ask.mdx` | Out of date — missing new `--verbose` flag |
| `plugin/agents/cf-explorer.md` | `website/.../reference/agents.mdx` | Up to date |

**Action needed:** <list specific updates required, or "None — all docs are in sync">

If updates are needed, ask the user whether to apply them now or leave as a reminder.

Rules

  • Only check documentation for files that were changed in the current conversation — never do a full-repo audit.
  • Do not rewrite entire doc files. Only update the specific sections that drifted from the implementation.
  • Preserve the existing documentation style, frontmatter, and structure when making updates.
  • If a documentation file does not exist for a new implementation file, flag it as "Missing doc" rather than creating one automatically.

Read the full file on GitHub · 54 lines

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. 8d ago First seen · 54 lines · 0 tokens per session scan A e407bc11876e

Subscribe to this mod's changes

cf-review-custom is a skill published in the GitHub repository dinhanhthi/coding-friend (3 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 538 tokens. 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-31.

Related

Other skills, from other repositories

doris-repo-review

Review an Apache Doris PR from a local clone with the same multi-agent, shared-ledger convergence workflow as the CI Code Review Runner. Use when the user supplies a PR to /doris-repo-review, asks to review a Doris PR locally, or asks for the CI-style review flow. Safely align only the current worktree to the exact PR…

apache/doris-skills · 180 tokens

oxlint

Run and configure oxlint — the high-performance JavaScript/TypeScript linter built on the Oxc compiler stack. Use this skill whenever working in a project that has oxlint installed (check for oxlint in package.json devDependencies or an .oxlintrc.json / oxlint.config.ts config file). This includes when you need to…

delexw/claude-code-misc · 111 tokens

cn-check

Install and run the Continue CLI (cn) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.

continuedev/continue · 49 tokens

officecli-pitch-deck

Use this skill when the user is building a fundraising / investor pitch deck — seed, Series A / B / C, convertible note, SAFE round, strategic raise. Trigger on: 'pitch deck', 'investor deck', 'Series A deck', 'Series B deck', 'Series C deck', 'fundraising deck', 'seed pitch', 'VC deck', 'raising capital', 'term sheet…

iOfficeAI/OfficeCLI · 163 tokens

morph-ppt

Use this skill when the user wants a .pptx with smooth cross-slide animation — PowerPoint Morph transitions, Keynote-style continuous motion, shapes that grow / move / rotate as the slide advances. Trigger on: 'morph', 'morph transition', 'smooth transition', 'continuous animation across slides', 'Keynote-style…

iOfficeAI/OfficeCLI · 169 tokens

officecli-academic-paper

Use this skill to build academic-style .docx output: journal / conference / thesis chapters carrying formal citation style (APA, Chicago, IEEE, MLA), numbered equations, figure & table cross-references, footnotes/endnotes, bibliography, or multi-column journal layout. Trigger on: 'research paper', 'journal paper'…

iOfficeAI/OfficeCLI · 141 tokens