Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Pre-merge comprehension gate that quizzes the USER on the riskiest parts of the branch diff. Use before merging or opening a PR, or when the user says "merge quiz", "am I ready to merge", or "quiz me on this diff".
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | 22% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 47% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 5% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 83% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 47% | 0% |
Before shipping, verify the HUMAN understands what's being merged. The quiz tests the user, not Claude.
named by the user; the current branch's configured upstream; the remote default branch from refs/remotes/origin/HEAD; then an existing local main or master. Verify the candidate with git rev-parse --verify before using it. If no candidate exists, ask for a base ref and stop.
git diff <base>...HEAD. If it is empty, also checkgit diff <base>..HEAD, tracked worktree changes, and relevant untracked files reported by git status --short. State exactly which material was selected. If all are empty, stop because there is nothing to quiz.
*.pbxproj, build outputs, vendoredcode) from quiz material — churn there is noise, not comprehension risk.
identity is unavailable, include only deviation files changed in the diff; do not sweep unrelated logs by date.
questions, ask fewer and say why. First name what "dangerous" means in THIS codebase's domain — auth/money/deletion/migrations in a backend; lifecycle, state loss, and accessibility regressions in a UI app; loss/duplication/ ordering in a pipeline. Then prioritize: behavior changes on those paths, deviations from the plan, error handling changes, anything irreversible.
multiple choice if this agent has no such tool). If no interactive user is available, output the quiz and stop without answering for them. Each question:
"why did we bypass Y?", "what breaks if this runs twice?"
misunderstandings)
evidence exists in the diff, do not ask that question
quoting the exact diff hunk verbatim so the user can dispute it — the quiz grades the user against the agent's reading of the diff, and that reading can be wrong. If the user disputes with evidence, concede the question, correct the score, and flag the spot as review-carefully either way.
markdown## Merge readiness - Quiz: N/M correct - Review carefully: <file:line — why, for each missed question; or "nothing flagged"> - Deviations from plan: <one line each, from the deviation log; or "none">
best surprises. But never pad with fake-risk questions.
gotchas about untouched code.
Other measured skills in the registry, with their headline benchmark lift.