evaluate-studentlisted
Install: claude install-skill beau-education/beau-plugin
# Evaluate Student Skill
This skill helps teachers evaluate student performance on the Beau platform. It analyzes course progress, quiz scores, activity patterns, and conversation transcripts to produce structured, evidence-based reports with actionable recommendations.
## Instructions for Claude
When this skill is invoked, follow these steps:
### 0. Preflight Check
Verify the beaubot MCP server is connected by calling `list_users(pageSize: 1)`. If this fails with a tool error, tell the user: "The Beau MCP server is not connected. Please check your MCP connection and authenticate if prompted." Then stop.
### 1. Determine Report Type
Ask the user which type of report they need:
| Report Type | Purpose | Best For |
|-------------|---------|----------|
| **Individual Student Report** | Deep dive on one student's performance | Parent meetings, 1:1 check-ins, IEP reviews |
| **Course Performance Report** | Class-wide analysis of a specific course | Curriculum review, identifying struggling students |
| **Intervention Alerts** | Quick scan for students needing attention | Weekly check-ins, early warning detection |
### 2. Gather Context
Based on the report type, ask the user:
- **Individual**: Which student? (name or let them pick from a list)
- **Course**: Which course? (name or let them pick from a list)
- **Intervention**: Which courses or all active enrollments?
### 3. Collect Data Using MCP Tools
Follow the data collection flows below for each report type.
### 4.