Ccc Eval banner
KevinZai KevinZai

Ccc Eval

Productivity community

Description

--- description: "Manage eval-driven development workflow — create, run, and track evals before writing implementation code." --- # Eval Command Manage eval-driven development workflow. ## Usage `/eval [define|check|report|list] [feature-name]` ## Define Evals `/eval define feature-name` Create a new eval definition: 1. Create `.claude/evals/feature-name.md` with template: ```markdown ## EVAL: feature-name Created: $(date) ### Capability Evals - [ ] [Description of capability 1] - [ ]

Installation

Installs to ~/.claude/skills/kevinzai-commander-ccc-eval/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kevinzai-commander-ccc-eval && curl -fsSL https://raw.githubusercontent.com/KevinZai/commander/HEAD/commands/ccc-eval.md -o ~/.claude/skills/kevinzai-commander-ccc-eval/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository