branch-quiz とは?
ユーザーが単に差分を読むのではなく、実行時の動作、仮定、障害点、エッジケースについて質問されることで、ブランチのコード変更の理解を確認したい場合に使用します。 ソース: buildrtech/dotagents。
ユーザーが単に差分を読むのではなく、実行時の動作、仮定、障害点、エッジケースについて質問されることで、ブランチのコード変更の理解を確認したい場合に使用します。
コマンドラインで branch-quiz AI スキルを開発環境にすばやくインストール
ソース: buildrtech/dotagents。
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.
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.
Read through every changed file. Build a mental model of:
ユーザーが単に差分を読むのではなく、実行時の動作、仮定、障害点、エッジケースについて質問されることで、ブランチのコード変更の理解を確認したい場合に使用します。 ソース: buildrtech/dotagents。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/buildrtech/dotagents --skill branch-quizユーザーが単に差分を読むのではなく、実行時の動作、仮定、障害点、エッジケースについて質問されることで、ブランチのコード変更の理解を確認したい場合に使用します。 ソース: buildrtech/dotagents。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/buildrtech/dotagents --skill branch-quiz インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/buildrtech/dotagents