quiz-me

Generate interactive code comprehension quizzes from pull request diffs.

1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/lymo-inc/own-your-review --skill quiz-me
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quiz-me
Source: https://github.com/lymo-inc/own-your-review/tree/main/skills/quiz-me
Command: npx skills add https://github.com/lymo-inc/own-your-review --skill quiz-me

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill prevents "vibe merging" by ensuring reviewers genuinely understand code changes through interactive quizzes, rather than approving based on superficial checks.

Core Features & Use Cases

  • Interactive Socratic Quiz: Asks one question at a time to test understanding of code diffs.
  • Configurable Difficulty: Adjusts questions based on reviewer experience level (Junior, Mid, Senior).
  • Customizable Quiz Mode: Supports multiple-choice, open-ended, or mixed question formats.
  • Use Case: Before merging a complex feature branch, run this Skill to answer questions about the intent, mechanism, and potential impact of the changes, ensuring you've fully grasped the code.

Quick Start

Run the quiz-me skill to start an interactive quiz on your staged changes.

Frequently Asked Questions about quiz-me

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

FAQPage Schema
How do I verify code comprehension before merging a pull request?

To verify code comprehension before merging a pull request, you can use an interactive Socratic quiz that asks questions about code diffs, covering intent, mechanism, blast radius, and security to ensure genuine reviewer understanding.

What is the best way to prevent vibe merging in code reviews?

The best way to prevent vibe merging is to conduct interactive code comprehension quizzes that test reviewers on code diffs, ensuring they understand the changes rather than approving based on superficial checks.

How do I set up a code review quiz for different developer experience levels?

You can set up a code review quiz by configuring the difficulty level for Junior, Mid, or Senior developers, and customize the question modes to be multiple-choice, open-ended, or mixed formats based on their experience.

Does the code review quiz work with GitHub Actions and Claude Code plugins?

Yes, the code review quiz integrates directly with GitHub Actions and Claude Code plugins, allowing you to run interactive comprehension checks on staged changes or pull requests within your existing workflows.

Can I ignore specific files or authors when running a code comprehension quiz?

Yes, you can configure the code comprehension quiz to ignore specific files or authors, ensuring the generated questions focus only on the relevant code diffs that require active reviewer verification.