cf-plan-review

cf-plan-review is a skill for Claude Code from dinhanhthi/coding-friend. It costs 57 tokens per session (2,198 once invoked), scanned A, original, MIT.

A review command for a saved implementation plan before any code is written. It uses a fresh reviewer to inspect the plan and saves the findings in the plan folder.

In plain words
What is it for?
It helps assess a plan, optionally gather reviews from other available command-line tools, and offer to apply critical or important findings.
Why use it?
It catches important problems in the proposed approach before implementation begins. It reviews planning documents, not code changes.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions subagents; mentions Codex.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is **CLI Requirement:** NONE — Works without `coding-friend-cli`. Reads the plan folder and writes `review.md` directly; optional external reviewers are headless C.

Good fit It helps assess a plan, optionally gather reviews from other available command-line tools, and offer to apply critical or important findings.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/dinhanhthi/coding-friend
agentmods
npx agentmods add skills/dinhanhthi/coding-friend/cf-plan-review

Made for: Claude Code.

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-plan-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/dinhanhthi/coding-friend/cf-plan-review/github.svg)](https://agentmods.dev/skills/dinhanhthi/coding-friend/cf-plan-review)
Your own site
<a href="https://agentmods.dev/skills/dinhanhthi/coding-friend/cf-plan-review"><img src="https://agentmods.dev/badge/skills/dinhanhthi/coding-friend/cf-plan-review/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-plan-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/dinhanhthi/coding-friend/cf-plan-review"><img src="https://agentmods.dev/badge/skills/dinhanhthi/coding-friend/cf-plan-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,198 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.00057 $0.02198
Opus 5 $0.00028 $0.01099
Sonnet 5 $0.00011 $0.00440
Haiku 4.5 $0.00006 $0.00220

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

Security

Grade A, and why

cf-plan-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 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/build-plan-review-prompt.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugin-antigravity/skills/cf-plan-review/SKILL.md · 175 lines

How it starts

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

/cf-plan-review

CLI Requirement: NONE — Works without coding-friend-cli. Reads the plan folder and writes review.md directly; optional external reviewers are headless CLIs already on PATH. See CLI requirements for the full matrix.

Review the plan: $ARGUMENTS

Purpose

Review a saved /cf-plan folder (not application code) with a fresh, clean-context subagent of the host that is running this skill. Optionally add external reviewers in parallel. Write review.md into the plan folder, then offer to apply Critical/Important findings.

  • Unlike /cf-review: that skill reviews a code diff. This skill reviews the plan document before implementation.
  • Unlike cf-reviewer-plan: that agent compares implemented code against the plan. This skill checks the plan itself before any code is written.

Workflow

Step 0: Custom Guide

Custom guide — auto-loaded below (if the raw command shows instead of its output, run it yourself):

bash "<plugin-root>/lib/load-custom-guide.sh" cf-plan-review

If output is not empty, integrate returned sections: ## Before → before first step, ## Rules → apply throughout, ## After → after final step.

Step 1: Resolve the plan and flags

Read docsDir from .coding-friend/config.json (default: docs). Prefer CF_DOCS_ROOT from bootstrap ($MAIN_REPO_ROOT/{docsDir}).

External reviewer flags:

  • Parse --codex, --gemini, --claude, --cursor, --grok (and --with-<agent> aliases) into agents=[…]; strip them from $ARGUMENTS.

  • Host-match no-op: skip a matching flag only when a HOST: line exists and equals the flag (the flag matching the current host is skipped). Drop that agent and print:

    --<host> skipped: is already the in-session reviewer.

    No HOST: line or a different value → do NOT skip. When in doubt, run it.

What remains is <plan>.

If <plan> is empty: list folders in {docsDir}/plans/ newest first (ls -t) and ask which plan to review using a direct user question.

Read the full file on GitHub · 175 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. 2d ago First seen · 175 lines · 57 tokens per session scan A 9b80ad3f0afe

Subscribe to this mod's changes

cf-plan-review is a skill published in the GitHub repository dinhanhthi/coding-friend (3 stars, last pushed 3d ago), licensed MIT. It adds 57 tokens to every session and 2,198 once invoked, about $0.0003 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-09-06.

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