branch-quiz

Installation
SKILL.md

Overview

Quiz the user on a git branch's changes to verify genuine comprehension. Rather than passively reading diffs, the user answers targeted questions covering: runtime behavior, embedded assumptions, failure points, edge cases, API design decisions, data model changes, data flows, security implications, performance impacts, and dependencies & integration effects. Score their understanding and surface any gaps.

Process

1. Gather the Diff

Run git diff main...HEAD to collect all changes on the current branch. If the branch has no diff against main, inform the user and stop.

2. Analyze the Changes

Installs
21
GitHub Stars
1
First Seen
Feb 18, 2026
branch-quiz — buildrtech/dotagents