quiz-me
Installation
SKILL.md
Purpose
Verify that the human absorbed a completed change — the object under test is the person merging the work, never the artifact. After Claude finishes a change, generate an HTML report of what was done (context, intuition, decisions) with a quiz at the bottom the user answers. The failure mode this addresses: people glaze over plans and explainers, so the human merging a PR cannot represent the change to a reviewer and their mental model of the codebase decays, degrading future prompting.
Three value props:
- Representation accountability — can the user explain this change to a reviewer?
- Loop retention — keeping the user's mental model of the codebase current keeps their prompting sharp.
- Late intent-mismatch detection — a failed quiz surfaces "that's not what I intended" while there is still time to fix it, before merge.