{"id":"1f1a48dc-4761-454a-a3f1-260101718a9b","shortId":"bChMXU","kind":"skill","title":"canvas-morning-check","tagline":"Educator morning course health check for Canvas LMS. Shows submission rates, struggling students, grade distribution, and upcoming deadlines. Trigger phrases include \"morning check\", \"course status\", \"how are my students\", or any start-of-day teaching review.","description":"# Canvas Morning Check\n\nA comprehensive course health check for educators using Canvas LMS. Run it at the start of a teaching day or week to surface submission gaps, students who need support, and upcoming deadlines -- then take action directly from the results.\n\n## Prerequisites\n\n- **Canvas MCP server** must be running and connected to the agent's MCP client.\n- The authenticated user must have an **educator or instructor role** in the target Canvas course(s).\n- **FERPA compliance**: Set `ENABLE_DATA_ANONYMIZATION=true` in the Canvas MCP server environment to anonymize student names in all output. When enabled, names render as `Student_xxxxxxxx` hashes.\n\n## Steps\n\n### 1. Identify Target Course(s)\n\nAsk the user which course(s) to check. Accept a course code, Canvas ID, or \"all\" to iterate through every active course.\n\nIf the user does not specify, prompt:\n\n> Which course would you like to check? (Or say \"all\" for all active courses.)\n\nUse the `list_courses` MCP tool if you need to look up available courses.\n\n### 2. Collect Recent Submission Data\n\nFor each target course:\n\n1. Call `list_assignments` to find assignments with a due date in the **past 7 days**.\n2. For each recent assignment, call `get_assignment_analytics` to collect:\n   - Submission rate (submitted / enrolled)\n   - Average, high, and low scores\n   - Late submission count\n\n### 3. Identify Struggling Students\n\nCall `list_submissions` to retrieve student submission records, then flag students based on these thresholds:\n\n| Urgency | Criteria |\n|---------|----------|\n| **Critical** | Missing 3+ assignments in the past 2 weeks, or average grade below 60% |\n| **Needs attention** | Missing 2 assignments, or average grade 60--70%, or 3+ late submissions |\n| **On track** | All submissions current, grade above 70% |\n\nUse `get_student_analytics` for deeper per-student analysis when the user requests it.\n\n### 4. Check Upcoming Deadlines\n\nCall `list_assignments` filtered to the **next 7 days**. For each upcoming assignment, surface:\n\n- Assignment name\n- Due date and time\n- Point value\n- Current submission count (if submissions have started)\n\n### 5. Generate the Status Report\n\nPresent results in a structured format:\n\n```\n## Course Status: [Course Name]\n\n### Submission Overview\n| Assignment | Due Date | Submitted | Rate | Avg Score |\n|------------|----------|-----------|------|-----------|\n| Quiz 3     | Feb 24   | 28/32     | 88%  | 85.2      |\n| Essay 2    | Feb 26   | 25/32     | 78%  | --        |\n\n### Students Needing Support\n**Critical (3+ missing):**\n- Student_a8f7e23 (missing: Quiz 3, Essay 2, HW 5)\n\n**Needs Attention (2 missing):**\n- Student_c9b21f8 (missing: Essay 2, HW 5)\n- Student_d3e45f1 (missing: Quiz 3, Essay 2)\n\n### Upcoming This Week\n- **Mar 3:** Final Project (100 pts) - 5 submitted so far\n- **Mar 5:** Discussion 8 (20 pts)\n\n### Suggested Actions\n1. Send reminder to 3 students with critical status\n2. Review Essay 2 submissions (78% rate, below average)\n3. Post announcement about Final Project deadline\n```\n\n### 6. Offer Follow-up Actions\n\nAfter presenting the report, offer actionable next steps:\n\n> Would you like me to:\n> 1. Draft and send a message to struggling students (uses `send_conversation`)\n> 2. Send reminders about upcoming deadlines (uses `send_peer_review_reminders` or `send_conversation`)\n> 3. Get detailed analytics for a specific assignment (uses `get_assignment_analytics`)\n> 4. Check another course\n\nIf the user selects option 1, use the `send_conversation` MCP tool to message the identified students directly through Canvas.\n\n## MCP Tools Used\n\n| Tool | Purpose |\n|------|---------|\n| `list_courses` | Discover active courses |\n| `list_assignments` | Find recent and upcoming assignments |\n| `get_assignment_analytics` | Submission rates and score statistics |\n| `list_submissions` | Per-student submission records |\n| `get_student_analytics` | Detailed per-student performance data |\n| `send_conversation` | Message students through Canvas inbox |\n\n## Example\n\n**User:** \"Morning check for CS 101\"\n\n**Agent:** Runs the workflow above, outputs the status report.\n\n**User:** \"Send a reminder to students missing Quiz 3\"\n\n**Agent:** Calls `send_conversation` to message the identified students with a reminder.\n\n## Notes\n\n- When anonymization is enabled, maintain a local mapping of anonymous IDs so follow-up actions (messaging, grading) still target the correct students.\n- This skill works best as a weekly routine -- Monday mornings are ideal.\n- Pairs well with the `canvas-week-plan` skill for student-facing planning.","tags":["canvas","morning","check","mcp","vishalsachdev","agent-skills","skills-sh"],"capabilities":["skill","source-vishalsachdev","skill-canvas-morning-check","topic-agent-skills","topic-skills-sh"],"categories":["canvas-mcp"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/vishalsachdev/canvas-mcp/canvas-morning-check","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add vishalsachdev/canvas-mcp","source_repo":"https://github.com/vishalsachdev/canvas-mcp","install_from":"skills.sh"}},"qualityScore":"0.509","qualityRationale":"deterministic score 0.51 from registry signals: · indexed on github topic:agent-skills · 118 github stars · SKILL.md body (4,562 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-02T12:55:01.496Z","embedding":null,"createdAt":"2026-04-18T22:12:05.175Z","updatedAt":"2026-05-02T12:55:01.496Z","lastSeenAt":"2026-05-02T12:55:01.496Z","tsv":"'-70':298 '1':144,215,450,494,541 '100':436 '101':610 '2':206,231,282,292,391,408,413,419,428,459,462,506 '20':446 '24':386 '25/32':394 '26':393 '28/32':387 '3':254,277,300,384,400,406,426,433,454,468,520,628 '4':326,532 '5':359,410,421,438,443 '6':475 '60':288,297 '7':229,337 '70':310 '78':395,464 '8':445 '85.2':389 '88':388 'a8f7e23':403 'accept':157 'action':79,449,480,486,657 'activ':169,190,564 'agent':95,611,629 'analysi':320 'analyt':239,314,523,531,575,590 'announc':470 'anonym':120,129,643,651 'anoth':534 'ask':149 'assign':218,221,235,238,278,293,332,342,344,376,527,530,567,572,574 'attent':290,412 'authent':100 'avail':204 'averag':246,285,295,467 'avg':381 'base':269 'best':668 'c9b21f8':416 'call':216,236,258,330,630 'canva':2,11,42,53,85,112,124,161,555,602,682 'canvas-morning-check':1 'canvas-week-plan':681 'check':4,9,27,44,49,156,184,327,533,607 'client':98 'code':160 'collect':207,241 'complianc':116 'comprehens':46 'connect':92 'convers':505,519,545,598,632 'correct':663 'count':253,354 'cours':7,28,47,113,147,153,159,170,179,191,195,205,214,370,372,535,562,565 'criteria':274 'critic':275,399,457 'cs':609 'current':307,352 'd3e45f1':423 'data':119,210,596 'date':225,347,378 'day':39,63,230,338 'deadlin':22,76,329,474,511 'deeper':316 'detail':522,591 'direct':80,553 'discov':563 'discuss':444 'distribut':19 'draft':495 'due':224,346,377 'educ':5,51,105 'enabl':118,136,645 'enrol':245 'environ':127 'essay':390,407,418,427,461 'everi':168 'exampl':604 'face':689 'far':441 'feb':385,392 'ferpa':115 'filter':333 'final':434,472 'find':220,568 'flag':267 'follow':478,655 'follow-up':477,654 'format':369 'gap':69 'generat':360 'get':237,312,521,529,573,588 'grade':18,286,296,308,659 'hash':142 'health':8,48 'high':247 'hw':409,420 'id':162,652 'ideal':676 'identifi':145,255,551,636 'inbox':603 'includ':25 'instructor':107 'iter':166 'late':251,301 'like':182,491 'list':194,217,259,331,561,566,581 'lms':12,54 'local':648 'look':202 'low':249 'maintain':646 'map':649 'mar':432,442 'mcp':86,97,125,196,546,556 'messag':499,549,599,634,658 'miss':276,291,401,404,414,417,424,626 'monday':673 'morn':3,6,26,43,606,674 'must':88,102 'name':131,137,345,373 'need':72,200,289,397,411 'next':336,487 'note':641 'offer':476,485 'option':540 'output':134,616 'overview':375 'pair':677 'past':228,281 'peer':514 'per':318,584,593 'per-stud':317,583,592 'perform':595 'phrase':24 'plan':684,690 'point':350 'post':469 'prerequisit':84 'present':364,482 'project':435,473 'prompt':177 'pts':437,447 'purpos':560 'quiz':383,405,425,627 'rate':15,243,380,465,577 'recent':208,234,569 'record':265,587 'remind':452,508,516,623,640 'render':138 'report':363,484,619 'request':324 'result':83,365 'retriev':262 'review':41,460,515 'role':108 'routin':672 'run':55,90,612 'say':186 'score':250,382,579 'select':539 'send':451,497,504,507,513,518,544,597,621,631 'server':87,126 'set':117 'show':13 'skill':666,685 'skill-canvas-morning-check' 'source-vishalsachdev' 'specif':526 'specifi':176 'start':37,59,358 'start-of-day':36 'statist':580 'status':29,362,371,458,618 'step':143,488 'still':660 'structur':368 'struggl':16,256,501 'student':17,33,70,130,140,257,263,268,313,319,396,402,415,422,455,502,552,585,589,594,600,625,637,664,688 'student-fac':687 'submiss':14,68,209,242,252,260,264,302,306,353,356,374,463,576,582,586 'submit':244,379,439 'suggest':448 'support':73,398 'surfac':67,343 'take':78 'target':111,146,213,661 'teach':40,62 'threshold':272 'time':349 'tool':197,547,557,559 'topic-agent-skills' 'topic-skills-sh' 'track':304 'trigger':23 'true':121 'upcom':21,75,328,341,429,510,571 'urgenc':273 'use':52,192,311,503,512,528,542,558 'user':101,151,173,323,538,605,620 'valu':351 'week':65,283,431,671,683 'well':678 'work':667 'workflow':614 'would':180,489 'xxxxxxxx':141","prices":[{"id":"b5d18e8c-b348-44ee-a8f2-eac11d32d6aa","listingId":"1f1a48dc-4761-454a-a3f1-260101718a9b","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"vishalsachdev","category":"canvas-mcp","install_from":"skills.sh"},"createdAt":"2026-04-18T22:12:05.175Z"}],"sources":[{"listingId":"1f1a48dc-4761-454a-a3f1-260101718a9b","source":"github","sourceId":"vishalsachdev/canvas-mcp/canvas-morning-check","sourceUrl":"https://github.com/vishalsachdev/canvas-mcp/tree/main/skills/canvas-morning-check","isPrimary":false,"firstSeenAt":"2026-04-18T22:12:05.175Z","lastSeenAt":"2026-05-02T12:55:01.496Z"}],"details":{"listingId":"1f1a48dc-4761-454a-a3f1-260101718a9b","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"vishalsachdev","slug":"canvas-morning-check","github":{"repo":"vishalsachdev/canvas-mcp","stars":118,"topics":["agent-skills","skills-sh"],"license":"mit","html_url":"https://github.com/vishalsachdev/canvas-mcp","pushed_at":"2026-04-27T16:16:22Z","description":"Canvas LMS MCP server — 80+ tools and 5 agent skills for students & educators. Works with Claude, Cursor, Codex, and 40+ agents. v1.1.0","skill_md_sha":"1f211c8f24811fdcdb92ab88fe161382672d9787","skill_md_path":"skills/canvas-morning-check/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/vishalsachdev/canvas-mcp/tree/main/skills/canvas-morning-check"},"layout":"multi","source":"github","category":"canvas-mcp","frontmatter":{"name":"canvas-morning-check","description":"Educator morning course health check for Canvas LMS. Shows submission rates, struggling students, grade distribution, and upcoming deadlines. Trigger phrases include \"morning check\", \"course status\", \"how are my students\", or any start-of-day teaching review."},"skills_sh_url":"https://skills.sh/vishalsachdev/canvas-mcp/canvas-morning-check"},"updatedAt":"2026-05-02T12:55:01.496Z"}}