quiz
仓库创建 2026年7月3日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由
适合内嵌记忆/学习型代理,用于检测知识边界。
这个 Skill 做什么
对用户进行主题测验、按深度评分并记录 AI 置信度与凭证。
针对某个主题出题并评估用户答案的深度,把回答按深度 rubric 分类,同时记录 ai_confidence 和证明凭证。用户要求测验、评估知识边界或想知道掌握程度时用,它不会无凭空猜级别,只有证据才给分。结果能保留可复核的记录,方便后续跟踪学习效果和信度。
▸ 展开 SKILL.md 英文原文
Quiz the user on a topic at the boundary of his evidence, classify his answers against the depth rubric, and record ai_confidence with receipts. Use when he asks to be quizzed/tested or wants his knowledge assessed.
0
Stars
0
Forks
11
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Westontrefry/second-brain-template/main/.claude/skills/quiz/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Westontrefry/second-brain-template/main/.claude/skills/quiz/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# /quiz — assessment at the evidence boundary The only workflow that produces ai_confidence. Never guess a level without answers. **First-touch (run this first):** `.venv/bin/python -m brain first-touch quiz`. If it prints a paragraph, this is the user's first quiz — open your reply with that text verbatim, then continue. If it prints nothing, skip it and proceed. 1. Pick the target: his choice, or the highest-value candidate from `.venv/bin/python -m brain gaps` (weak-but-important beats unknown-and-optional). 2. Read the evidence: `brain search "<topic>" -k 5`, then the full matching notes. Read `rubrics/depth.yaml`. Establish the currently evidenced level and what's thin. 3. Gene
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有