Why Use This
This skill provides specialized capabilities for Microck's codebase.
Use Cases
- Developing new features in the Microck repository
- Refactoring existing code to follow Microck standards
- Understanding and working with Microck's codebase structure
Install Guide
2 steps - 1
- 2
Install inside Ananke
Click Install Skill, paste the link below, then press Install.
https://github.com/Microck/ordinary-claude-skills/tree/main/skills_all/student-success-scorecard
Skill Snapshot
Auto scan of skill assets. Informational only.
Valid SKILL.md
Checks against SKILL.md specification
Source & Community
Updated At Dec 4, 2025, 10:14 PM
Skill Stats
SKILL.md 31 Lines
Total Files 1
Total Size 0 B
License NOASSERTION
---
name: student-success-scorecard
description: Metrics framework for monitoring engagement, progression, and completion.
---
# Student Success Scorecard Skill
## When to Use
- Setting KPIs for new cohorts or programs.
- Diagnosing retention risks and intervention impact.
- Reporting to leadership, accreditation bodies, or partners.
## Framework
1. **Metric Stack** – inquiry-to-enrollment, onboarding completion, engagement streaks, assignment submissions, completion rate, CSAT/NPS.
2. **Segmentation** – by cohort, modality, persona, geography, instructor, partner.
3. **Risk Signals** – inactivity thresholds, support ticket spikes, sentiment drops.
4. **Intervention Tracker** – log nudges, coaching sessions, community events, results.
5. **Insight Narrative** – highlights, risks, opportunities, recommended actions.
## Templates
- Scorecard dashboard layout (summary + drill-down tabs).
- Risk heatmap template for cohorts/segments.
- Intervention log sheet linking actions to KPI movement.
## Tips
- Automate data pulls from LMS/CRM to reduce manual effort.
- Pair leading indicators (logins, submissions) with lagging outcomes (completion, placement).
- Use with `launch-student-success-program` to define monitoring cadence.
---