Token导航 LogoToken导航TokenDH.com
AI 工具只读github未标认证来源可访问clear审计通过

curriculum-analyze-outcomes课程分析结果

Agent Skill

curriculum-analyze-outcomes 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 Codex、Claude、Cursor、Gemini CLI 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

216

周安装

9

GitHub Stars

1

下载量

72
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:curriculum-analyze-outcomes(课程分析结果)
来源仓库:https://github.com/pauljbernard/content
仓库路径:skills/curriculum-analyze-outcomes
安装命令:
npx skills add https://github.com/pauljbernard/content --skill curriculum-analyze-outcomes
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/pauljbernard/content --skill curriculum-analyze-outcomes

简介

curriculum-analyze-outcomes 用于记录任务执行中的错误、纠正与经验积累,帮助 Agent 沉淀知识库。

  • 它分析学习成果数据、计算掌握率与趋势变化,生成可视化报告与 actionable 改进建议。
  • 适用于教学效果评估、个性化辅导与课程迭代优化,提升学习路径精准度与资源利用率。
  • 使用时需提供学生成绩与学习目标作为输入,否则无法度量进展;输出包含置信区间与异常值标记。
  • 安装前需确保数据隐私合规,避免泄露个人信息;建议匿名化处理后再进行分析。

SKILL.md

Learning Analytics & Outcome Measurement

Analyze assessment data to measure learning objective mastery, identify trends, visualize performance, and generate actionable insights.

When to Use

  • Analyze assessment results
  • Calculate mastery rates
  • Identify performance patterns
  • Generate analytics reports
  • Measure learning outcomes

Required Inputs

  • Assessment Data: Student scores, responses
  • Learning Objectives: What was assessed
  • Demographics (optional): For gap analysis
  • Historical Data (optional): For trends

Workflow

1. Load and Validate Data

Import:

  • Assessment scores by student
  • Item-level responses
  • Learning objective mappings
  • Student demographic data (if analyzing equity)
  • Timestamps for trend analysis

2. Calculate Objective Mastery Rates

For each learning objective:

## Objective LO-1.1 Mastery Analysis

**Objective**: Students will identify the role of chlorophyll in photosynthesis

**Items Assessing This Objective**: MC-1, MC-5, SA-2

**Mastery Threshold**: 75% correct

**Results**:
- **Mastered** (≥75%): 23 students (76.7%)
- **Approaching** (50-74%): 5 students (16.7%)
- **Needs Support** (<50%): 2 students (6.7%)

**Average Score**: 82.3%
**Median Score**: 85%
**Mode**: 90%
**Standard Deviation**: 12.4

**Distribution**:

90-100%: ████████████████████ 18 students 80-89%: ████████ 7 students 70-79%: ███ 3 students 60-69%: ██ 2 students 50-59%: █ 1 student < 50%: █ 1 student

**Interpretation**:
Strong performance overall. 76.7% of students have mastered this objective, exceeding the target of 70%. Focus support on 2 students struggling significantly.

**Recommendations**:
- Continue current instructional approach (effective for majority)
- Provide small group intervention for 2 students below 50%
- Consider extension activities for 18 students scoring 90%+

3. Identify High/Low Performing Objectives

## Objective Performance Summary

| Objective | Avg Score | Mastery Rate | Status | Action |
|-----------|-----------|--------------|--------|--------|
| LO-1.1 | 82% | 77% | ✅ Strong | Continue |
| LO-1.2 | 78% | 70% | ✅ Adequate | Monitor |
| LO-1.3 | 65% | 45% | ⚠️  Low | Reteach |
| LO-2.1 | 58% | 30% | ❌ Very Low | Redesign |

**Low Performing Objectives** (Mastery < 60%):
- **LO-1.3**: Only 45% mastery - Students struggle with applying concepts
- **LO-2.1**: Only 30% mastery - Major instructional gap

**Analysis**:
Pattern shows students understand content (LO-1.1, LO-1.2 strong) but cannot apply it (LO-1.3, LO-2.1 weak). Need more application practice and scaffolding.

4. Analyze Achievement Gaps

## Equity Analysis

### Performance by Demographic Group

**By Gender**:
| Group | Avg Score | Mastery Rate | Gap |
|-------|-----------|--------------|-----|
| Female | 78% | 72% | +5% |
| Male | 73% | 67% | Baseline |

**Analysis**: Small gap favoring female students (5 percentage points). Not statistically significant but worth monitoring.

**By Race/Ethnicity**:
| Group | Avg Score | Mastery Rate | Gap |
|-------|-----------|--------------|-----|
| Asian | 82% | 78% | +8% |
| White | 75% | 70% | Baseline |
| Latino/a | 68% | 58% | -12% |
| Black | 65% | 55% | -15% |

**Analysis**: ⚠️  Significant gaps for Latino/a (-12%) and Black students (-15%). This requires immediate attention to ensure equitable outcomes.

**Potential Contributing Factors**:
- Language barriers in assessment items?
- Cultural bias in examples/scenarios?
- Prior knowledge gaps?
- Instructional approach not reaching all learners?

**Recommendations**:
1. Review assessment items for bias (use /curriculum.review-bias)
2. Check prerequisite mastery by group
3. Implement culturally responsive teaching strategies
4. Provide targeted support for affected groups
5. Monitor gap closure in future assessments

**By Socioeconomic Status** (Free/Reduced Lunch):
| Group | Avg Score | Mastery Rate | Gap |
|-------|-----------|--------------|-----|
| Not FRL | 77% | 73% | +7% |
| FRL | 70% | 66% | Baseline |

**Analysis**: Moderate gap (7 points). Consider resource access issues.

5. Item Analysis (Psychometrics)

## Assessment Item Quality

| Item | Difficulty (p) | Discrimination (D) | Quality | Action |
|------|---------------|-------------------|---------|--------|
| MC-1 | 0.85 | 0.45 | ✅ Good | Keep |
| MC-2 | 0.52 | 0.60 | ✅ Excellent | Keep |
| MC-3 | 0.95 | 0.15 | ⚠️  Too Easy, Low Disc | Revise |
| MC-4 | 0.25 | 0.10 | ❌ Too Hard, Low Disc | Replace |

**Metrics**:
- **Difficulty (p-value)**: Proportion answering correctly
  - 0.85 = 85% correct = Easy
  - 0.50 = 50% correct = Moderate
  - 0.25 = 25% correct = Hard
- **Discrimination**: Correlation with total score
  - >0.40 = Excellent
  - 0.30-0.39 = Good
  - 0.20-0.29 = Fair
  - <0.20 = Poor (doesn't distinguish high/low performers)

**Item MC-4 Analysis**:
Very difficult (only 25% correct) AND poor discrimination (0.10). This suggests item is flawed—even high performers get it wrong. Review for:
- Ambiguous wording
- Trick question
- Content not taught
- Multiple defensible answers

**Recommendations**:
- Replace MC-4 with clearer item
- Make MC-3 slightly more challenging
- Keep MC-1 and MC-2 (functioning well)

6. Generate Analytics Dashboard

Create visual summary:

# Learning Analytics Dashboard: [COURSE/UNIT]

**Period**: [Date Range]
**Students**: [N]
**Assessments**: [Count]

## At-a-Glance Metrics

📊 **Average Course Performance**: 74% (C+)
📈 **Objective Mastery Rate**: 68% (14/20 objectives)
⚠️  **At-Risk Students**: 5 (16.7%)
✅ **High Performers**: 12 (40%)

## Objective Mastery Heatmap

Unit 1: ████████░░ 80% mastery Unit 2: ██████░░░░ 60% mastery ⚠️ Unit 3: ███████░░░ 70% mastery

## Performance Distribution

A (90-100%): ██████████ 10 students (33%) B (80-89%): ████████ 8 students (27%) C (70-79%): ████ 4 students (13%) D (60-69%): ███ 3 students (10%) F (< 60%): █████ 5 students (17%) ⚠️

## Trend Analysis

[Line graph showing performance over time]
- Week 1: 65%
- Week 3: 72%
- Week 5: 74%
- Trend: +9 percentage points improvement 📈

## Top Recommendations

1. **Reteach Unit 2 objectives** (low mastery)
2. **Intervene with 5 at-risk students** (scoring below 60%)
3. **Address achievement gap for Latino/a and Black students** (-12% and -15%)
4. **Replace flawed assessment items** (MC-4)
5. **Provide enrichment for high performers** (12 students ready for extension)

---

**Analytics Metadata**:
- **Generated**: [Date]
- **Data Sources**: [Assessments included]
- **Next Analysis**: [Recommended timing]

7. CLI Interface

# Analyze single assessment
/curriculum.analyze-outcomes --assessment "unit1-exam-results.csv" --objectives "objectives.json"

# Course-level analysis
/curriculum.analyze-outcomes --course "BIO-101" --period "Fall 2024" --demographics

# Trend analysis
/curriculum.analyze-outcomes --assessments "results/*.csv" --trend --start "2024-09-01" --end "2024-11-30"

# Equity focus
/curriculum.analyze-outcomes --assessment "results.csv" --equity-analysis --demographics "students.csv"

# Help
/curriculum.analyze-outcomes --help

Composition with Other Skills

Input from:

  • /curriculum.grade-assist - Student scores
  • /curriculum.design - Learning objectives
  • /curriculum.assess-design - Assessment structure

Output to:

  • /curriculum.iterate-feedback - Data for revision recommendations
  • Educators for decision-making
  • Administrators for reporting

Exit Codes

  • 0: Analysis completed successfully
  • 1: Cannot load assessment data
  • 2: Data format invalid
  • 3: Insufficient data for analysis
  • 4: Missing objective mappings

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

30.93%
按下载量换算22

windsurf

22.85%
按下载量换算16

zencoder

17.87%
按下载量换算13

trae

11.88%
按下载量换算9

OpenCode

7.43%
按下载量换算5

Codex

3.91%
按下载量换算3

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills