reviewable-demo

reviewable-demo is a skill for Claude Code from charliechenye/SkillGate. It costs 18 tokens per session (89 once invoked), scanned A, original, MIT.

A small example skill that downloads a remote template before processing notes.

In plain words
What is it for?
Use it to review the connection between a skill’s declared instructions and a helper script that retrieves a template.
Why use it?
It demonstrates how a skill can prepare external content before carrying out its main task.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to review the connection between a skill’s declared instructions and a helper script that retrieves a template.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/charliechenye/skillgate/skill-reviewable
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 charliechenye/SkillGate --skill skill-reviewable
Clone the repo
git clone --depth 1 https://github.com/charliechenye/SkillGate

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 reviewable-demo

README.md
[![agentmods](https://agentmods.dev/badge/skills/charliechenye/skillgate/skill-reviewable/github.svg)](https://agentmods.dev/skills/charliechenye/skillgate/skill-reviewable)
Your own site
<a href="https://agentmods.dev/skills/charliechenye/skillgate/skill-reviewable"><img src="https://agentmods.dev/badge/skills/charliechenye/skillgate/skill-reviewable/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 reviewable-demo

Your own site · 80×15
<a href="https://agentmods.dev/skills/charliechenye/skillgate/skill-reviewable"><img src="https://agentmods.dev/badge/skills/charliechenye/skillgate/skill-reviewable.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 89 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00018 $0.00089
Opus 5 $0.00009 $0.00044
Sonnet 5 $0.00004 $0.00018
Haiku 4.5 $0.00002 $0.00009

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

Security

Grade A, and why

reviewable-demo scanned grade A with 1 finding 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/bootstrap.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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

compatibility: local shell with curl
src/skillgate/demo_assets/skill-reviewable/SKILL.md · 15 lines

What it actually says

Reviewable demo skill

Use the helper in scripts/bootstrap.sh to prepare a template before processing notes. This example is deliberately small so a reviewer can connect the declared skill metadata to the helper-script capabilities.

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. 9d ago First seen · 15 lines · 18 tokens per session scan A 3edde8b66b86

Subscribe to this mod's changes

reviewable-demo is a skill published in the GitHub repository charliechenye/SkillGate (2 stars, last pushed 20d ago), licensed MIT. It adds 18 tokens to every session and 89 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

agent-safety

Use when bounding an LLM agent that already runs — scoping its task domain, gating tools to least privilege, defending against prompt injection in untrusted web/email/RAG text, requiring human approval on irreversible actions, capping runtime and cost, or triaging what it already did. NOT building the loop, tools, or…

ericrisco/rsc-harness · 79 tokens

stockbit-auth

Log in to Stockbit and capture the session for this server — opens the browser login flow and verifies the token was stored. Use when the user asks to log in or re-authenticate to Stockbit, or after a status check reports the session expired, HTTP 401, or logged out.

INo-xious/stockbit-mcp · 63 tokens

morning-scan

The pre-open and first-hour routine for IDX — session state, movers, a scan over a universe, and a catalyst check on the leaders. Use when the user asks what is moving today, for a morning briefing, or what to watch.

INo-xious/stockbit-mcp · 54 tokens

session-manager

A fallback skill for recording development sessions and restoring project context from an Obsidian vault, a folder of linked notes. It handles explicit resume, handoff, status, and end-of-session requests when automatic capture is unavailable.

Enakoneschniy/claude-dev-stack · 108 tokens

pick-my-sui-track

Pick a Sui Overflow 2026 track (Agentic Web, DeFi, Walrus, DeepBook). Use when the user wants a track recommendation for Sui Overflow.

pivyme/suiperpower · 42 tokens

deploy-to-mainnet

Deploy a Sui Move package to mainnet after testnet has been exercised. Use when the user wants to ship to mainnet, go to prod, or publish to Sui mainnet.

pivyme/suiperpower · 44 tokens