From finding-unknowns
Produces a change report and quiz after a working session to ensure the user understands modifications before merging. Use for large changes or when asking 'what did we do?'
How this skill is triggered — by the user, by Claude, or both
Slash command
/finding-unknowns:change-quizThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
After a long session the agent has often done more than the user realizes, and a diff only shows surface. Behavior lives in how the change interacts with existing code paths. The user should merge only what they can pass a quiz on.
After a long session the agent has often done more than the user realizes, and a diff only shows surface. Behavior lives in how the change interacts with existing code paths. The user should merge only what they can pass a quiz on.
npx claudepluginhub neeeophytee/finding-unknowns-skills --plugin finding-unknownsGates commits and merges of AI-generated code by generating a comprehension quiz the user must pass. Use after substantial implementation sessions or when the user says 'quiz me'.
Use when the user asks to explain or understand a code change, diff, branch, or PR — or to catch up on a change an agent built before reviewing or shipping it. Triggers on "what changed here", "walk me through what you built", "help me understand this before merging".
Generates a human-readable explanation of a completed change and quizzes the developer to verify understanding before merge approval.