cro-reviewer

cro-reviewer is a skill for Claude Code, Codex from Yugpat1835/awesome-copilot-cowork-skills. It costs 80 tokens per session (1,811 once invoked), scanned A, original, CC-BY-SA-4.0.

A structured review of a proposal, business case or plan from the viewpoint of a Chief Revenue Officer, the leader responsible for sales and income.

In plain words
What is it for?
Use it to test how a plan may affect sales, income and revenue execution.
Why use it?
It exposes revenue-related risks and records findings supported by the source document before a decision is made.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to test how a plan may affect sales, income and revenue execution.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yugpat1835/awesome-copilot-cowork-skills/cro-reviewer
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 Yugpat1835/awesome-copilot-cowork-skills --skill cro-reviewer
Clone the repo
git clone --depth 1 https://github.com/Yugpat1835/awesome-copilot-cowork-skills

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 cro-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/yugpat1835/awesome-copilot-cowork-skills/cro-reviewer/github.svg)](https://agentmods.dev/skills/yugpat1835/awesome-copilot-cowork-skills/cro-reviewer)
Your own site
<a href="https://agentmods.dev/skills/yugpat1835/awesome-copilot-cowork-skills/cro-reviewer"><img src="https://agentmods.dev/badge/skills/yugpat1835/awesome-copilot-cowork-skills/cro-reviewer/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 cro-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/skills/yugpat1835/awesome-copilot-cowork-skills/cro-reviewer"><img src="https://agentmods.dev/badge/skills/yugpat1835/awesome-copilot-cowork-skills/cro-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,811 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 unknown 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.00080 $0.01811
Opus 5 $0.00040 $0.00905
Sonnet 5 $0.00016 $0.00362
Haiku 4.5 $0.00008 $0.00181

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

Security

Grade A, and why

cro-reviewer 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 12d 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/executive-review/cro-reviewer/SKILL.md · 77 lines

The source is not reproduced here

Licensed CC-BY-SA-4.0

The repository is licensed CC-BY-SA-4.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

2 files 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. 12d ago First seen · 77 lines · 80 tokens per session scan A f19524b22317

Subscribe to this mod's changes

cro-reviewer is a skill published in the GitHub repository Yugpat1835/awesome-copilot-cowork-skills (5 stars, last pushed today), licensed CC-BY-SA-4.0. It adds 80 tokens to every session and 1,811 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-31.

Related

Other skills, from other repositories

commitment-catcher

Scans the last 24 hours of email, Teams chats and meeting transcripts for commitments in both directions, things the user promised to others and things others promised to the user. Maintains a running commitments.md ledger with open, done and overdue statuses, flags overdue items first, and creates To Do entries with…

kesslernity/awesome-copilot-cowork-skills · 98 tokens

custom-daily-brief

Builds a role-tuned morning brief as a Word document covering emails that need replies, today's calendar, Teams mentions and upcoming deadlines, using section presets from an editable config file. Use when the user asks for their daily brief, morning brief, start-of-day summary or custom briefing, or wants to change…

kesslernity/awesome-copilot-cowork-skills · 73 tokens

project-dashboard-builder

Generates a self-contained single-file HTML project dashboard (status banner, milestones, risks heat list, decisions log, links) from the tracker files in /Documents/Cowork/projects/, saved as dashboard- -YYYY-MM-DD.html. Use when the user asks for a project dashboard, a shareable or pinnable status page, an HTML…

kesslernity/awesome-copilot-cowork-skills · 90 tokens

inbox-triage

Sweeps the inbox, categorises every message as needs-reply-today, needs-reply-this-week, waiting-on-others, FYI or noise, creates reply drafts in the Drafts folder, and saves a dated triage report to OneDrive. Moves or archives mail only when a rule the user wrote in its rules file says so. Use when the user asks to…

kesslernity/awesome-copilot-cowork-skills · 104 tokens

cdo-reviewer

Reviews a proposal, business case, deck or plan in character as a Chief Data Officer archetype, then saves a structured review document with a verdict, findings that cite the artifact, data and AI governance risks and five interrogation questions. Use when the user asks for a CDO review, a data or AI governance…

kesslernity/awesome-copilot-cowork-skills · 89 tokens

chro-reviewer

Reviews a proposal, business case, deck or plan in character as a Chief Human Resources Officer archetype, then saves a structured review document with a verdict, findings that cite the artifact, people and organisation risks and five interrogation questions. Use when the user asks for a CHRO or HR review, a…

kesslernity/awesome-copilot-cowork-skills · 90 tokens