cheat-score

Score a draft specification against rubric_notes.md with console-only output.

12|Updated May 29, 2026
One-click install
npx skills add https://github.com/Jason5330/ai-self-eval --skill cheat-score
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cheat-score
Source: https://github.com/Jason5330/ai-self-eval/tree/main/skills/cheat-score
Command: npx skills add https://github.com/Jason5330/ai-self-eval --skill cheat-score

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scores a single draft specification, learning topic, or coding spec by applying a rubric, without performing any predictions. It outputs results to the console only, allowing quick, non-destructive evaluation to decide whether to proceed to the formal predict phase.

Core Features & Use Cases

  • Non-predictive scoring: quickly assess a draft against the current rubric without generating predictions.
  • Console-only output: prints per-dimension scores, composite, and a recommended next step, with no file writes.
  • Delegated scoring: routes the evaluation through a blind sub-agent to keep the main workflow lightweight and auditable.

Quick Start

Provide a draft path and rubric_notes.md to the cheat-score workflow to receive a non-predictive score, a composite, and a recommended next step.

Frequently Asked Questions about cheat-score

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I score a draft specification against a rubric without generating predictions?

You can score a draft specification non-predictively by providing a draft path and rubric_notes.md file. The workflow evaluates the draft against the rubric to produce per-dimension scores and a composite, printing results directly to the console.

What is non-predictive rubric assessment and when do I need it?

Non-predictive rubric assessment evaluates a draft specification against scoring criteria without generating downstream predictions. You need it to quickly decide whether a draft is ready to proceed to a formal predict phase without triggering expensive resource consumption.

Does console-only rubric scoring write any files to my workspace?

Console-only rubric scoring does not write any files to your workspace. It performs a non-destructive evaluation that prints per-dimension scores, a composite, and a recommended next step exclusively to the console output for quick auditing.

How do I evaluate a coding spec against custom rubric notes step by step?

To evaluate a coding spec against custom rubric notes, provide the draft-path and rubric_notes.md to the workflow. The evaluation is routed through a blind sub-agent that applies the rubric criteria and outputs per-dimension scores to the console.

What are the limitations of using a non-predictive workflow for draft assessment?

The limitations of a non-predictive draft assessment workflow include lacking automated file generation and being unable to produce downstream predictions. It outputs only console text, requiring manual review before advancing to the formal predict phase.