What problem does it solve? After a long working session with an AI assistant, it is easy to lose track of why decisions were made and what actually changed. This Skill quizzes you on the session's work so you can verify your understanding before maintaining the code later. ## Core Features & Use Cases - Session-Based Question Generation: Writes 4-6 questions drawn from decisions, code changes, gotchas, and component relationships in the current session. - Mixed Question Formats: Combines multiple-choice questions (asked via the AskUserQuestion tool) with conversational free-text questions. - Grading with Pointers: Grades each answer as correct, partially correct, or incorrect, with explanations pointing back to the file, decision, or command it came from. - Use Case: After refactoring a module with your AI assistant, run the quiz to confirm you understand why the new structure was chosen and where the tricky edge cases live. ## Quick Start Ask the assistant to quiz you on what happened in this session.