quiz

Generate interactive multiple-choice codebase quizzes from repository context.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/willnordnet/dotfiles --skill quiz-willnordnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quiz
Source: https://github.com/willnordnet/dotfiles/tree/main/claude/skills/quiz
Command: npx skills add https://github.com/willnordnet/dotfiles --skill quiz-willnordnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users learn a codebase by answering interactive multiple-choice questions about the project.

Core Features & Use Cases

  • Phase-driven quiz across the codebase with modes: Full Repo, Pull Request, and Custom Scope.
  • Context-aware questions that reference CLAUDE.md and README.md for framing topics.
  • Adaptive session flow that adjusts difficulty and question count based on user input.

Quick Start

Ask me to start a quiz by choosing a game mode and question count.

Frequently Asked Questions about quiz

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

FAQPage Schema
How do I learn a codebase by answering interactive questions?

You can learn a codebase by starting an interactive multiple-choice quiz that explores your repository using CLAUDE.md and README.md for context, then tests your knowledge with adaptive questions. Choose a game mode and question count to begin the session.

Can I generate a codebase quiz for a specific pull request?

Yes, the codebase quiz supports a Pull Request mode that targets recent changes specifically. It also offers Full Repo and Custom Scope modes to adapt the interactive question scope to your exact learning needs.

What is the best way to test my knowledge of a repository's architecture?

Testing your repository architecture knowledge is best done through a Full Repo interactive quiz. It scans your entire codebase to generate multiple-choice questions that frame topics based on your project's documentation.

Does the codebase quiz tool require specific dependencies to run?

The codebase quiz requires no external dependencies but operates using the Agent toolset, specifically AskUserQuestion, Read, Glob, Grep, and Bash, to explore the repository and generate the interactive questions.

How to adjust the difficulty of an interactive codebase quiz?

You adjust the codebase quiz difficulty and question count by providing input during the adaptive session flow. The quiz dynamically adapts its challenge level based on your responses and initial configuration choices.