Quiz Me (No-Numb)

Stop-Hook fragt Sie zum Code, den Claude gerade geschrieben hat, bis Sie bestehen

von Ciucky · Ciucky/no-numb

Getestet · Funktioniert ★ 9.2/10

Quiz Me (No-Numb) — Stop-Hook fragt Sie zum Code, den Claude gerade geschrieben hat, bis Sie bestehen

Was es kann

Liefert einen Claude Code Stop hook, der ausgelöst wird, nachdem Claude files bearbeitet oder geschrieben hat, und Sie mit multiple-choice questions zu dem gerade Erstellten abfragt, wobei the turn blockiert wird, bis Sie richtig antworten. Standard vs deep depth lives in ~/.no-numb/config.json. Wird ausgelöst bei 'quiz me', 'test my understanding', 'comprehension check' oder automatically after any non-cosmetic file edit.

Testbericht

Sauber von einem bare HOME installiert und den Stop-hook gate live gelesen: Er blocks a turn only after a real Edit/Write/MultiEdit, self-disables via ~/.no-numb/config.json, und makes no network calls or secret reads. In a debounce-utility quiz run the skill body produced why-focused, one-at-a-time multiple-choice questions with genuine-misconception distractors und a rotated correct-answer slot, clearly beating a no-skill baseline that drifted into 'what does this function do' recall trivia. Pure chat turns und genuinely cosmetic edits are correctly skipped, und the README's 'blocks until you pass' claim matches what gate.sh actually does.

Getestet am: 2026-07-24 · Claude Code 2.x (agent harness)

Installation

git clone https://github.com/Ciucky/no-numb
mkdir -p ~/.claude/skills
cd no-numb && cp -r skills/quiz-me ~/.claude/skills/quiz-me

Befehle & Beispiel-Prompts

  • /quiz-meStop-Hook fragt Sie zum Code, den Claude gerade geschrieben hat, bis Sie bestehen

Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):

  • Quiz me on the code you just wrote for this feature
  • Test my understanding of that last code edit
  • Give me a comprehension check on this function