From rawcode
Measure a prompt/config change with a real pass@1 A/B on HumanEval instead of a vibe. Trigger: verifying whether a system-prompt or persona change helps or hurts. Composes with Gentle AI's sdd-verify.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rawcode:rc-benchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A rawcode extension that turns "is this prompt change better?" into a number.
A rawcode extension that turns "is this prompt change better?" into a number.
It runs the repo's bench/ — a paired HumanEval pass@1 A/B graded by executable
unit tests (no LLM judge) — and reports correctness and token deltas as separate
axes. Use it when a persona/prompt/config change needs evidence, not an opinion.
sdd-verify for a change that alters agent behavior.bench/run.sh 40 # 40 HumanEval problems, baseline vs the rawcode prompt
It downloads HumanEval on first run, generates one greedy completion per problem
per arm via claude -p, runs each problem's own tests, then prints:
p > 0.05 = no significant change.sdd-verify: cite the bench/ numbers (with CI) as the quantitative
evidence, alongside the spec-conformance check.npx claudepluginhub juandarn/rawcode --plugin rawcodeCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.