quiz-me

Featured

Verify understanding after implementation with targeted quizzes

Web & Frontend 120 stars 13 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
69
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Quiz Me ## When to Use Use this skill **after implementation** when: - You've completed a complex feature - Need to write a PR description - Want to verify understanding of changes - About to present work to team - Ensuring you stay "in the loop" with agent work ## What It Does The agent generates a quiz about the implementation to verify your understanding. This helps you: - Identify gaps in your knowledge - Prepare for code review discussions - Write better PR descriptions - Stay engaged with increasingly capable agents ## How to Execute ### Step 1: Scope the Quiz Determine what to test: - Core architectural decisions - Key implementation details - Edge cases and error handling - Integration points - Trade-offs made ### Step 2: Generate Questions Create questions across difficulty levels: **Level 1 - Recall** (What): - What did we implement? - What files were changed? - What are the main components? **Level 2 - Understanding** (Why): - Why did we choose this approach? - Why not use [alternative]? - What problem does this solve? **Level 3 - Application** (How): - How would you explain this to a reviewer? - How does this integrate with existing code? - How would you debug an issue here? **Level 4 - Analysis** (Implications): - What are the trade-offs? - What could go wrong? - What would you change if requirements changed? ### Step 3: Conduct Quiz (One Question at a Time) Use the `ask_user_question` tool for each quiz question. Ask **one question at a time** —...

Details

Author
jellydn
Repository
jellydn/my-ai-tools
Created
8 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category