quiz-me

Test prior recall of code or topics before consulting sources.

9|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/Ic3b3rg/learn-skills --skill quiz-me-ic3b3rg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quiz-me
Source: https://github.com/Ic3b3rg/learn-skills/tree/main/skills/quiz-me
Command: npx skills add https://github.com/Ic3b3rg/learn-skills --skill quiz-me-ic3b3rg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users verify what they truly remember about code, notes, or a studied topic before looking at the source, turning passive review into active recall and exposing gaps, false memories, and overconfidence.

Core Features & Use Cases

  • Retrieval-first questioning: Forces the user to answer from memory before any file, doc, or web source is opened.
  • Verification against reality: Compares recalled answers with the actual codebase or authoritative documentation to identify missed, incorrect, or confidently wrong details.
  • Learning reinforcement: Uses targeted follow-up questions and a transfer test to strengthen durable understanding after studying a module, API, or architectural decision.

Quick Start

Use quiz-me to test what I remember about this file before I open it.

Frequently Asked Questions about quiz-me

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test my memory of a code file before opening it?

Test your memory of a code file by using retrieval-first questioning to recall details from memory before opening the source. This active recall practice verifies what you actually retained versus what you merely recognize after exposure.

What is retrieval practice for code review and how does it work?

Retrieval practice for code review forces you to answer questions about a file or PR from memory before consulting the actual source. It then verifies your recalled answers against the real codebase to identify missed or incorrectly remembered details.

How do I verify what I remember about an API without looking at the documentation?

Verify what you remember about an API by answering targeted questions from memory before consulting the documentation. The recalled answers are then compared against the authoritative source to expose gaps, false memories, and overconfidence.

Can I use this to check my knowledge of a pull request before viewing it?

Yes, you can check your knowledge of a pull request by answering recall questions before viewing the PR. The Skill applies retrieval-first questioning to PRs and verifies your responses against the real codebase artifacts.

What's the best way to expose gaps in my understanding of a studied topic?

The best way to expose gaps in your understanding is through retrieval-first testing that verifies your recalled answers against authoritative documentation. This process identifies confidently wrong details and missed information through gap triage.

Does this learning reinforcement method include a transfer test after studying?

Yes, this learning reinforcement method includes a transfer test before ending the session. After verifying your recall against the real artifact, it uses targeted follow-up questions and a transfer test to strengthen durable understanding.