Eval Prompts banner
michaelhazza michaelhazza

Eval Prompts

Development community

Description

--- description: "Run a golden-set prompt eval suite against the pinned baseline; fail on any regression beyond threshold." --- # /eval-prompts Run a repo-local golden-set eval suite through its target prompt and score it against the last-accepted baseline. Use before shipping a prompt change: the change lands only if its suite still passes. Suites are repo-owned under `eval/<suite>/`; the framework ships the runner + the format spec (`references/eval-suite-format.md`) + `/framework-doctor` Ch

Installation

Installs to ~/.claude/commands/michaelhazza-claude-code-framework-eval-prompts.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/michaelhazza/claude-code-framework/HEAD/.claude/commands/eval-prompts.md -o ~/.claude/commands/michaelhazza-claude-code-framework-eval-prompts.md

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

Full documentation available on GitHub

View Source Repository