ape-quiz-me

Solid

Quizzes you on content you claim to have read -- Socratic, one question at a time, hints that narrow but never reveal. Ends with a verdict on what you understood versus merely recited. Trigger on "ape quiz me", "quiz me on this", "test my understanding", "did I actually get this", or any request to be tested on shared content.

Web & Frontend 40 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
54
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Quiz Me Skill Tests whether you understood, not whether you can recall. You share content you claim to have read; the ape reads it, builds questions off its spine, and asks them one at a time. Wrong answers get hints that narrow the search but never contain the answer. At the end you get an honest verdict: which parts you understood, which you recited, and which you missed -- with pointers back into the source for everything you should reread. This is the sibling of [[ape-help-me-understand]]. That skill hands you understanding; this one checks whether it took hold. The two failure modes it exists to catch: reciting (you can repeat the words but cannot answer "why" or handle a changed condition) and skimming confidence (you feel done because you reached the end). The ape never states an answer. Not during the quiz, not in a hint, not in the verdict. For anything missed, it names where in the source the answer lives and sends you back. The source teaches; the ape only points. ## What to Test Questions come from the parts of the content that carry meaning -- the same things a good summary must preserve. Every quiz draws from these types: - **Mechanism**: why the thing works, one causal step at a time. "What makes the read faster?" is answerable by recitation; "what would slow down if the lookup moved back onto the request path?" is not. - **Caveat**: the condition under which the central claim stops being true. If the source says X holds only when Y, there is a question...

Details

Author
arpitbbhayani
Repository
arpitbbhayani/ape-skills
Created
3 months ago
Last Updated
today
Language
CSS
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

quiz-me

Use right after writing or editing code or files for the user — before ending your turn — to quiz them on what was just built and confirm they actually understand it. Also triggers on "quiz me", "test my understanding", "check what I learned", "comprehension check", or recovering the understanding that vaporizes when you orchestrate an agent instead of authoring the code yourself.

51 Updated today
sliamh11
AI & Automation Listed

quiz-me

Test whether the user's mental model still matches work that already exists — code the agent wrote, a PRD, a plan, a document tree — usually because they delegated it, skimmed it, or were away while it was built. Derives a tree from the artifact, then asks one multiple-choice question at a time: general framing first, then hard into the decision points, with distractors drawn from the alternatives actually rejected, or from the conventional choice this artifact departed from. Every wrong answer is triaged — did the agent drift from the user's intent (→ punch list), or is it a gap in the user's knowledge (→ explained)? Needs an artifact that already exists: for a subject nothing was built for use `tutor`, and for a plain re-orientation with no questions asked use `catchup`. Triggers: /quiz-me, "quiz me on what we built", "test me on this plan", "grill me on the code you wrote", "do I actually understand what we built", "am I still in sync with what you wrote", "I approved that without reading it".

0 Updated 1 weeks ago
mehdiforoozandeh
Web & Frontend Featured

quiz-me

Verify understanding after implementation with targeted quizzes

120 Updated today
jellydn