command-evaluate

A quality check for a slash command, scoring its design and implementation across 10 areas without changing the command.

In plain words
What is it for?
Use it to evaluate a command file, produce machine-readable results, apply a custom scoring rubric, or save results for later trend analysis.
Why use it?
It reveals weaknesses and provides a baseline for comparing the command before and after improvements.

Command

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 commands/gobing-ai/superskill/command-evaluate
Clone the repo
git clone --depth 1 https://github.com/gobing-ai/superskill
Per session 7 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 425 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.00007 $0.00425
Opus 5 $0.00003 $0.00212
Sonnet 5 $0.00001 $0.00085
Haiku 4.5 $0.00001 $0.00042

Measured yesterday against content hash 9551d9a2d12f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

command-evaluate 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 yesterday.

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.

plugins/cc/commands/command-evaluate.md · 57 lines

What it actually says

Command Evaluate

Wraps cc:cc-commands skill.

Score slash command quality across 10 dimensions. Evaluate only — make NO changes. Delegates to cc:cc-commands skill.

When to Use

  • Check current score without making changes
  • Compare scores before and after refinement

Arguments

Argument Description Default
<nameOrPath> Command name or path to its .md file (required)
--json Output machine-readable JSON; with --rubric, emit a scoring work order false
--target Target platform claude
--save Persist the evaluation to the evaluation store (enables evolve trend analysis) false
--rubric <file> Rubric path for envelope-out scoring built-in
--ingest <file> Agent-scored result JSON to validate and persist -

Examples

# Evaluate a command
/cc:command-evaluate ./commands/my-command.md
# Save results to the evaluation store
/cc:command-evaluate ./commands/my-command.md --save

Implementation

Pass $ARGUMENTS to the underlying skill for processing.

Delegates to cc:cc-commands skill:

Skill(skill="cc:cc-commands", args="evaluate $ARGUMENTS")

Direct CLI execution (all platforms):

superskill command evaluate $ARGUMENTS

Platform Notes

  • Claude Code: Invoke via Skill() delegation
  • Other platforms: Run superskill CLI directly via Bash tool
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. yesterday First seen · 57 lines · 7 tokens per session scan A 9551d9a2d12f

Subscribe to this mod's changes

command-evaluate is a command published in the GitHub repository gobing-ai/superskill (5 stars, last pushed 5d ago), licensed Apache-2.0. It adds 7 tokens to every session and 425 once invoked, about $0.0000 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.