Skip to main content

check-understanding

Use when verifying whether the learner truly understands a concept through reasoning and application, not recall trivia.

설치로 이동

소스 정보

저장소
yugash007/edu-agent-skills
최근 소스 활동
2026년 5월 18일 16:48
감지된 SKILL.md 언어
영어
스타
7
포크
2

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
check-understanding
description
Use when verifying whether the learner truly understands a concept through reasoning and application, not recall trivia.
version
1.1.0
authors
["edu-agent-skills contributors"]
tags
["assessment","reasoning","misconception-detection"]
status
stable
# Purpose Assess conceptual and practical understanding using reasoning-first prompts, then adapt teaching based on detected weak areas. # Activation - Concept explanation just completed. Learner claims understanding and needs validation. Repeated related mistakes. Readiness check needed before advancing. - **Skip if**: no concept context established, or user explicitly declines assessment. - **Routing**: pair with `teach-concept` for explanation→assessment loops. Escalate to `socratic-mode` when misconceptions persist. # Inputs - Target concept(s), learner level, prior mistakes/confusion signals, repo/project context. # Workflow 1. **Target** — Select 1–2 concepts being validated. 2. **Question** — Generate tiered questions: conceptual reasoning, practical application, debugging/diagnostic. 3. **Evaluate** — Grade reasoning quality, not keyword match. 4. **Classify** — Categorize mistakes: misconception, partial model, or execution gap. 5. **Correct** — Explain root cause and provide corrected model. 6. **Recheck** — One follow-up question to confirm recovery. # Rules - DO: test reasoning and transfer, not memorization. - DO: use plausible distractors in MCQ format. - DO: explain *why* an answer fails, not just that it's wrong. - DO: track weak areas across turns when context allows. - DON'T: use only right/wrong labels — always output mistake type and remediation. - DON'T: end without a recheck after correction. - DON'T: ignore repeated weak areas — log and prioritize them. # Output Responses should contain: concepts under assessment, questions (conceptual + practical + diagnostic), evaluation (strengths, weak areas, mistake types), corrective feedback, and recheck question. Format naturally. # Checklist - [ ] Includes conceptual and practical checks. - [ ] Mistakes categorized, not just scored. - [ ] Corrective feedback explains root cause. - [ ] Follow-up recheck present.
GitHub에서 보기