Cr Scores banner
yotamleo yotamleo

Cr Scores

Development community

Description

--- description: Print the per-critic agreed/availability scorecard and surface drop advice --- Run `bash scripts/cr/cr-scores.sh` (add `--window N` to narrow to the last N PRs; default 20). Summarise the output: 1. Present the all-time and windowed per-model table (columns: total findings, agreed %, disproved %, conflict count, unaddressed count, availability %). 2. Surface any "consider dropping" lines verbatim — these fire when a model's agreed % is below `CR_SCORES_DROP_BELOW` (default 40)

Installation

Installs to ~/.claude/commands/yotamleo-himmel-cr-scores.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yotamleo/Himmel/HEAD/.claude/commands/cr-scores.md -o ~/.claude/commands/yotamleo-himmel-cr-scores.md

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

Full documentation available on GitHub

View Source Repository