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'.
Generates a human-readable explanation of a completed change and quizzes the developer to verify understanding before merge approval.
Drills users on completed work (diffs, PRs, sessions) via Socratic questioning until they deeply understand the problem, solution, design decisions, and edge cases.