# Unknowns Merge Quiz

> Verify understanding of a diff or completed change before merge. Use when the user asks to be quizzed before merging, wants to ensure they understand what changed, needs a merge-readiness report, or wants an artifact that tests comprehension and points wrong answers back to the relevant explanation.

- Skill: `infinite-labs-ai/unknowns-merge-quiz` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add infinite-labs-ai/unknowns-merge-quiz`
- Raw SKILL.md: https://api.skillmd.com/api/skills/infinite-labs-ai/unknowns-merge-quiz/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: Infinite-Labs-AI (https://skillmd.com/u/infinite-labs-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/infinite-labs-ai/unknowns-merge-quiz

---


# Unknowns Merge Quiz

## Workflow

Convert "I skimmed the diff" into tested understanding.

Return:

- Mental model of the change.
- What changed and why.
- Non-obvious behavior introduced.
- Risks, dependencies, and rollback notes.
- 5-8 questions that test understanding, not trivia.
- For each question: answer, explanation, and remediation pointer.
- Stop condition: the user can answer the quiz correctly or has reread the missed sections.

## Rules

Ground the quiz in the actual diff, tests, and behavior. Ask about implications and invariants, not line-number trivia.

Use HTML when scoring, answer reveal, and remediation links make the gate more effective.

