canvas-peer-review-manager

canvas-peer-review-manager is a skill for Claude Code, Codex from vishalsachdev/canvas-mcp. It costs 68 tokens per session (2,359 once invoked), scanned A, original, MIT.

A workflow for educators to manage peer reviews in Canvas, a learning management system used for courses. It tracks submissions, review completion, comment quality, and follow-up needs.

In plain words
What is it for?
It is for checking peer-review progress, identifying students who need follow-up, reviewing comment quality, sending targeted reminders, and exporting instructor-ready reports.
Why use it?
It removes the need to manually check who has completed reviews or which comments may need attention. It also helps instructors send reminders and prepare reports.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; mentions Codex; mentions OpenCode.

Good fit It is for checking peer-review progress, identifying students who need follow-up, reviewing comment quality, sending targeted reminders, and exporting instructor-ready reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vishalsachdev/canvas-mcp/canvas-peer-review-manager
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vishalsachdev/canvas-mcp --skill canvas-peer-review-manager
Clone the repo
git clone --depth 1 https://github.com/vishalsachdev/canvas-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for canvas-peer-review-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/vishalsachdev/canvas-mcp/canvas-peer-review-manager/github.svg)](https://agentmods.dev/skills/vishalsachdev/canvas-mcp/canvas-peer-review-manager)
Your own site
<a href="https://agentmods.dev/skills/vishalsachdev/canvas-mcp/canvas-peer-review-manager"><img src="https://agentmods.dev/badge/skills/vishalsachdev/canvas-mcp/canvas-peer-review-manager/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for canvas-peer-review-manager

Your own site · 80×15
<a href="https://agentmods.dev/skills/vishalsachdev/canvas-mcp/canvas-peer-review-manager"><img src="https://agentmods.dev/badge/skills/vishalsachdev/canvas-mcp/canvas-peer-review-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,359 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00068 $0.02359
Opus 5 $0.00034 $0.01179
Sonnet 5 $0.00014 $0.00472
Haiku 4.5 $0.00007 $0.00236

Measured 12d ago against content hash e817ccc111e7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

canvas-peer-review-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/canvas-peer-review-manager/SKILL.md · 228 lines

How it starts

The opening of the file, as written. The whole thing — 228 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Canvas Peer Review Manager

A complete peer review management workflow for educators using Canvas LMS. Monitor completion, analyze quality, identify students who need follow-up, send reminders, and export data -- all through MCP tool calls against the Canvas API.

Prerequisites

  • Canvas MCP server must be running and connected to the agent's MCP client (e.g., Claude Code, Cursor, Codex, OpenCode).
  • The authenticated user must have an educator or instructor role in the target Canvas course.
  • The assignment must have peer reviews enabled in Canvas (either manual or automatic assignment).
  • FERPA-conscious handling: Set ENABLE_DATA_ANONYMIZATION=true in the Canvas MCP server environment to anonymize supported student identity fields. When enabled, names render as Student_xxxxxxxx hashes while preserving functional user IDs for messaging. This control does not by itself establish compliance.

Steps

1. Identify the Assignment

Ask the user which course and assignment to manage peer reviews for. Accept a course code, Canvas ID, or course name, plus an assignment name or ID.

If the user does not specify, prompt:

Which course and assignment would you like to check peer reviews for?

Use list_courses and list_assignments to help the user find the right identifiers.

2. Check Peer Review Completion

Call get_peer_review_completion_analytics with the course identifier and assignment ID. This returns:

  • Overall completion rate (percentage)
  • Number of students with all reviews complete, partial, and none complete
  • Per-student breakdown showing completed vs. assigned reviews

Key data points to surface:

Metric What It Tells You
Completion rate Overall health of the peer review cycle
"None complete" count Students who haven't started -- highest priority for reminders
"Partial complete" count Students who started but didn't finish
Per-student breakdown Exactly who needs follow-up

Read the full file on GitHub · 228 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 228 lines · 68 tokens per session scan A e817ccc111e7

Subscribe to this mod's changes

canvas-peer-review-manager is a skill published in the GitHub repository vishalsachdev/canvas-mcp (239 stars, last pushed yesterday), licensed MIT. It adds 68 tokens to every session and 2,359 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

education-program

When the user wants to plan, implement, or optimize student and education discount programs. Also use when the user mentions "student discount," "education discount," "student plan," "for students," ".edu discount," "academic pricing," "student verification," "SheerID," "UNiDAYS," or "education program." For startup…

kostja94/marketing-skills · 80 tokens

startups-page-generator

When the user wants to create, optimize, or audit a startups, education, or special program page. Also use when the user mentions "startups program," "for startups," "education discount," "student plan," "for students," or "special pricing." For education discounts, use education-program.

kostja94/marketing-skills · 66 tokens

scout-mindset-bias-check

Detects and removes cognitive biases from reasoning using Julia Galef's Scout Mindset framework. Provides reversal tests, scope sensitivity checks, status quo bias tests, confidence interval audits, and full bias audits. Use when a prediction feels emotional, stuck at 50/50, or when validating forecasting process. Use…

The-Utopia-Studio/skills · 93 tokens

creating-explainers

Use when creating an interactive explainer - a single self-contained HTML page with hand-built Canvas figures. Handles source-file explainers, topic-driven research explainers, and mixed intake where files provide the spine and research adds support. Trigger phrases include "make an explainer", "turn this paper into…

analyticalmonk/explain-this · 98 tokens

explaining-codebases

Use when creating an interactive explainer about a codebase, repository, or source files. Handles onboarding overviews, architecture maps, and deep-dives on real implementation paths. Trigger phrases include "explain this codebase", "interactive guide to this repo", "walk through how X works in the code", or…

analyticalmonk/explain-this · 84 tokens

hidden-talents

Interview you in depth to surface overlooked or suppressed talents and write your Personal Talent Manual.

coolTheWorld/evolution-skills · 21 tokens