quiz-me

仓库创建 2026年7月5日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

防止盲合并,提升代码理解与审查质量。

这个 Skill 做什么

解释代码变更并出题考核,只有完全通过才建议合并。

在大改动后把变更的背景、直觉和实现细节讲清楚,然后出题考你,只有完全通过才建议合并。适合对 AI 写的代码或自己没参与全程的改动感到不放心时用。它把“我理解了吗”变成可量化的测验:解释+考试+评分,确保合并前真懂内容。

▸ 展开 SKILL.md 英文原文

Quiz-me (考考我) — after a large change, or any change the user didn't author themselves (AI-written code), generates a report explaining the context, intuition, and mechanics of what changed — then quizzes the user on it and grades the answers. Recommends merging only when the user passes completely. Use when the user says "quiz me", "考考我", "测测我", "我不放心这次改动", "do I actually understand this change", "explain what happened then test me", or after a long working session before merge.

开发编程变更回顾理解测验合并门控通用
0
Stars
0
Forks
3
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/lusipad/zhizhi/main/skills/quiz-me/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/lusipad/zhizhi/main/skills/quiz-me/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Quiz Me

After a long session, more happened than the user realizes. Reading diffs gives only a
light understanding, because much of the new behavior depends on **existing code paths
the diff never shows**. This skill closes that gap: explain, then verify the explanation
landed. The user merges only after passing.

**Language:** write the report, quiz questions, and verdicts in the language the user is
speaking. The verdict keywords PASS / NOT YET stay in English in every language — they
are the trust anchor. File names and code identifiers stay in English.

## Step 1 — Scope what "the change" really is

Don't stop at the diff:

- The diff itself
- The existing code paths the new code call
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有