review-export

review-export is a skill for Claude Code from Snowflake-Labs/cocoplus. It costs 32 tokens per session (343 once invoked), scanned A, original, MIT.

A command for exporting a code-review report as a Markdown file, an HTML page, or a PDF-ready result.

In plain words
What is it for?
Use it to export the newest or a specified review report for stakeholder review.
Why use it?
It makes review findings easier to share with people who do not work directly in the repository.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to export the newest or a specified review report for stakeholder review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/snowflake-labs/cocoplus/review-export
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 Snowflake-Labs/cocoplus --skill review-export
Clone the repo
git clone --depth 1 https://github.com/Snowflake-Labs/cocoplus

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/snowflake-labs/cocoplus/review-export.svg)](https://agentmods.dev/skills/snowflake-labs/cocoplus/review-export)
Your own site
<a href="https://agentmods.dev/skills/snowflake-labs/cocoplus/review-export"><img src="https://agentmods.dev/badge/skills/snowflake-labs/cocoplus/review-export.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 343 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.00032 $0.00343
Opus 5 $0.00016 $0.00171
Sonnet 5 $0.00006 $0.00069
Haiku 4.5 $0.00003 $0.00034

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

Security

Grade A, and why

review-export 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 4d 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.

.cortex/skills/cocoreview/review-export.skill.md · 43 lines

What it actually says

Your objective is to export a CocoReview report for stakeholders outside git.

Command Forms

  • $review export markdown [report-path]
  • $review export html [report-path]
  • $review export pdf [report-path]

If report-path is omitted, use the newest .cocoplus/review/cocoreview-*.md.

Run:

invoke reporting/report-export --source <report-path> --format <markdown|html|pdf> --out-dir .cocoplus/review/exports

Markdown and HTML exports are generated locally. PDF export reports renderer_unavailable unless a future renderer profile is configured; do not fake a PDF by renaming another format.

Exit Criteria

  • The source review report exists before export.
  • Markdown and HTML exports write files under .cocoplus/review/exports/.
  • PDF requests return a clear renderer-unavailable result rather than failing silently.

Anti-Rationalization

Shortcut / Temptation Why It Fails
Treat the skill as complete because the file exists Skill contracts must describe observable behavior and verification, not just command names.
Skip artifact and safety checks for a small command Small commands still mutate state or guide execution; preserve the same gates.
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. 4d ago First seen · 43 lines · 0 tokens per session scan A 4d6776b16be7

Subscribe to this mod's changes

review-export is a skill published in the GitHub repository Snowflake-Labs/cocoplus (720 stars, last pushed 4d ago), licensed MIT. It adds 32 tokens to every session and 343 once invoked, about $0.0002 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-03.

Related

Other skills, from other repositories

slides

Create and edit presentation decks as single self-contained HTML files with a live, editable preview and print-to-PDF export. Use when the user wants slides, a deck, or a presentation.

decocms/studio · 40 tokens

pdf

Read and extract text from .pdf files, page by page. Use when the user uploads or references a PDF to read or summarize.

decocms/studio · 29 tokens

liteparse

Provides fast document to markdown extraction. Use this skill when the user asks to parse, perform multi-format document conversion or spatially extract text from an unstructured file (PDF, DOCX, PPTX, XLSX, images, etc.) locally.

sammcj/agentic-coding · 53 tokens

anydoc

Convert Word (.doc/.docx/.docm), PowerPoint (.ppt/.pps/.pot/.pptx/.pptm/.ppsx/.ppsm), Excel (.xls/.xlsx/.xlsm/.xlsb), OpenDocument (.odt/.ods/.odp), RTF, EPUB, CSV, and PDF documents to clean GitHub-Flavored Markdown locally with the Any Doc CLI (npx -y @firecrawl/[email protected]): headings, GFM tables, slide structure…

magnus919/agent-skills · 189 tokens

documents

Generate, inspect, validate, and fix PDF, Word (.docx), Excel (.xlsx), and PowerPoint (.pptx) documents: turn structured content into render-ready artifacts, verify structural and output quality before delivery, and repair broken files. Use when a task involves creating, editing, converting, or validating office…

magnus919/agent-skills · 105 tokens

pdf

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…

wanxingai/LightAgent · 92 tokens