doc-review

doc-review is a skill for Claude Code, Codex from ffroliva/gflow-cli. It costs 58 tokens per session (4,108 once invoked), scanned A, original, MIT.

A documentation review gate for the gflow-cli project, a command-line tool for Google Flow. It combines fixed checklist checks with reviews for completeness, links, consistency, outdated information, and unsupported claims.

In plain words
What is it for?
Auditing documentation before releasing the project or after a major documentation change.
Why use it?
It helps catch broken links, stale documentation, missing information, and differences between the documentation and the actual project before a release.

Skill for Claude CodeCodex

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/ffroliva/gflow-cli/doc-review
Any agent
npx skills add ffroliva/gflow-cli --skill doc-review
Clone the repo
git clone --depth 1 https://github.com/ffroliva/gflow-cli

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ffroliva/gflow-cli/doc-review.svg)](https://agentmods.dev/skills/ffroliva/gflow-cli/doc-review)
Your own site
<a href="https://agentmods.dev/skills/ffroliva/gflow-cli/doc-review"><img src="https://agentmods.dev/badge/skills/ffroliva/gflow-cli/doc-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,108 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.00058 $0.04108
Opus 5 $0.00029 $0.02054
Sonnet 5 $0.00012 $0.00822
Haiku 4.5 $0.00006 $0.00411

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

Security

Grade A, and why

doc-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 3d 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-review/SKILL.md · 348 lines

How it starts

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

/gflow:doc-review — Documentation Review Gate

Run this gate before cutting a release. Two phases:

  1. Mechanical checks (sections 1–7 below) — fast, scripted, deterministic. Run inline.
  2. LLM council audit (section 8) — 3 parallel review subagents, then consensus synthesis. The mechanical pass catches stale strings and dead links; the council catches drift between docs, fictional claims, and gaps a human reader would notice.

Every item reports PASS / UPDATED / WARN / FAIL. Any FAIL or any RED council verdict blocks the release.

Provenance: the council protocol below was validated on the v0.8.1 docs refresh release (2026-05-23). The audit found 11 fixable issues that the mechanical checklist alone missed (e.g., the experimental/ subpackage fiction in 3 files, the gflow video i2v non-working hero snippet in README). Keep the council step — it pays for itself.


0 · Pre-flight

  • Confirm you are on the release branch (release/vX.Y.Z or hotfix/...), not on develop or main.
  • If a release spec exists at docs/superpowers/specs/YYYY-MM-DD-*-design.md, identify it now — the council auditors will use it as the ground truth for "what was supposed to ship."
  • If there is no spec, that is also fine — the council will work from the docs alone, but flag the absence as a process risk.

1 · Version references

Check these files for stale version strings (old numbers, outdated status labels):

File What to verify
README.md Status badge, "Project status" section, install example
AGENTS.md Module list, exit-code range, dev-environment commands
llms.txt Header summary (Python version, stable surface claims)
CLAUDE.md "Active phase" pointer if present
PLAN.md Phase status (IN PROGRESS / DONE) and version annotations
KNOWN_ISSUES.md Open entries resolved by this release → move to Resolved with evidence
CHANGELOG.md [Unreleased] empty; link footer matches new version
pyproject.toml + src/gflow_cli/__init__.py Both set to the new version
docs/PROJECT_STATUS.md "Current release" subsection + milestone-history row for this version

Read the full file on GitHub · 348 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. 3d ago First seen · 348 lines · 58 tokens per session scan A 6535bf52cf08

Subscribe to this mod's changes

doc-review is a skill published in the GitHub repository ffroliva/gflow-cli (136 stars, last pushed 3d ago), licensed MIT. It adds 58 tokens to every session and 4,108 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-08-30.

Related

Other skills, from other repositories

batch

Execute batch operations on multiple files in parallel. Automatically discovers files, splits into chunks, and processes with parallel worker agents. Use /batch followed by operation and file pattern.

QwenLM/qwen-code · 37 tokens

repomix

Pack and analyze codebases into AI-friendly single files using Repomix. Use when the user wants to explore repositories, analyze code structure, find patterns, check token counts, or prepare codebase context for AI analysis. Supports both local directories and remote GitHub repositories.

yamadashy/repomix · 58 tokens

notion

Notion API for creating and managing pages, databases, and blocks. Use when the user wants to create a Notion page, query a Notion database, update Notion properties, search Notion, add content to Notion, manage Notion blocks, or interact with Notion data sources and workspaces via the API.

elizaOS/eliza · 69 tokens

pr-feedback

Fetches PR review feedback and inline comments, categorizes them, and presents options to the user. Use when the user asks to get, read, address, or fix review comments on a pull request.

strands-agents/harness-sdk · 44 tokens

potpie-source-ingestion

Use when the user explicitly asks to ingest, refresh, or deeply understand a repository, PR, issue, ticket, runbook, incident report, document, or web link into Potpie. The harness performs todo-driven discovery, uses local/GitHub/integration tools and read-only subagents when available, builds evidence-backed…

potpie-ai/potpie · 82 tokens

finding-protocol

Operational-tier finding template — minimal fields for sub-agent decision support. Heavyweight deliverable promotion lives in skills/decepticon/final-report.

PurpleAILAB/Decepticon · 32 tokens