docs-quiz
Docs Quiz
Run a short, looping quiz based on current documentation for the technology and area the user names. The goal is to improve the user's mental model, not to drill syntax trivia.
Question Design
Each question must test a meaningful concept from the docs. Focus on how the technology behaves, why a choice is appropriate, what constraints apply, and how the parts relate to each other.
Use two short code snippets as the only answer options. Do not use prose summaries, conceptual descriptions, command labels, API names, or mixed prose/code as options.
- one snippet correctly applies the concept
- one snippet reflects a plausible but incorrect mental model
Avoid questions where the deciding factor is only:
- import package names
- exact method names
- punctuation, spelling, or single-character syntax differences
- formatting, naming style, or boilerplate order
More from sidkh/skills
explain-code
Explain code as a scannable blog post
112dark-pattern-audit
Manual-only dark pattern audit for codebases and product copy. Use only when explicitly invoked as $dark-pattern-audit to inspect an entire repository, or user-selected paths, for evidence of deceptive design patterns that are inferable from local source code and text. Produce a structured narrative report with confidence, source locations, concise reasoning, and the official pattern link for each detected pattern.
3