canvas-peer-review-tracker

canvas-peer-review-tracker is a skill for Claude Code from bruchris/canvas-lms-mcp. It costs 92 tokens per session (2,321 once invoked), scanned A, original, MIT.

An educator’s Canvas tool for tracking peer-review assignments, where students review one another’s work. It shows assigned reviewers, completed reviews, and pending reviews.

In plain words
What is it for?
Use it to list peer reviews, find students who still have work pending, create a new review assignment, or send an individual Canvas reminder.
Why use it?
It gives instructors a single view of review assignments and supports assigning a reviewer or reminding one student at a time.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the canvas-lms-mcp plugin — 16 skills, 5 agents, 2 MCP servers shipped together

Good fit Use it to list peer reviews, find students who still have work pending, create a new review assignment, or send an individual Canvas reminder.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bruchris/canvas-lms-mcp/canvas-peer-review-tracker
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 bruchris/canvas-lms-mcp --skill canvas-peer-review-tracker
Clone the repo
git clone --depth 1 https://github.com/bruchris/canvas-lms-mcp

Made for: Claude Code.

Or install canvas-lms-mcp, the plugin that ships this one along with the rest of its 16 skills, 5 agents, 2 MCP servers.

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-tracker

README.md
[![agentmods](https://agentmods.dev/badge/skills/bruchris/canvas-lms-mcp/canvas-peer-review-tracker/github.svg)](https://agentmods.dev/skills/bruchris/canvas-lms-mcp/canvas-peer-review-tracker)
Your own site
<a href="https://agentmods.dev/skills/bruchris/canvas-lms-mcp/canvas-peer-review-tracker"><img src="https://agentmods.dev/badge/skills/bruchris/canvas-lms-mcp/canvas-peer-review-tracker/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-tracker

Your own site · 80×15
<a href="https://agentmods.dev/skills/bruchris/canvas-lms-mcp/canvas-peer-review-tracker"><img src="https://agentmods.dev/badge/skills/bruchris/canvas-lms-mcp/canvas-peer-review-tracker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,321 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.
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.00092 $0.02321
Opus 5 $0.00046 $0.01161
Sonnet 5 $0.00018 $0.00464
Haiku 4.5 $0.00009 $0.00232

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

Security

Grade A, and why

canvas-peer-review-tracker 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 11d 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-tracker/SKILL.md · 160 lines

How it starts

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

Canvas Peer Review Tracker

Educator workflow for the peer-review surface canvas-lms-mcp actually exposes: list assignments, see who is pending, optionally create new peer-review assignments, and optionally send a reminder via Canvas Conversations. One student at a time, with confirmation before every write.

What this skill does NOT do

canvas-lms-mcp ships 4 peer-review tools today (list_peer_reviews, get_submission_peer_reviews, create_peer_review, delete_peer_review). It does not yet expose any of the analytics, reminder-campaign, or quality-scoring endpoints competing servers ship. This skill stays inside the surface we have. Do not fabricate calls to:

  1. Completion-rate analytics — there is no get_peer_review_completion_analytics. Completion percentages must be computed locally from the list_peer_reviews results, not retrieved as a server-side metric.
  2. Comment-quality scoring — there is no analyze_peer_review_quality and no way to read the comments students wrote on peer reviews. Do not attempt to "rate" peer review feedback.
  3. Problematic-review detection — there is no identify_problematic_peer_reviews. The skill cannot flag low-effort reviews automatically; it can only show which reviews are still incomplete.
  4. Peer review comments — there is no get_peer_review_comments. The skill can show that a review is assigned or completed (the workflow_state from list_peer_reviews), not the comment body.
  5. Follow-up lists / dataset export — there is no get_peer_review_followup_list and no extract_peer_review_dataset. The "who needs reminding" list is built locally from workflow_state=assigned.
  6. Bulk reminder campaigns — there is no send_peer_review_reminders or send_peer_review_followup_campaign. Reminders go through send_conversation one recipient at a time, with the same per-student confirmation pattern as canvas-at-risk-students.
  7. Auto-generated reports — there is no generate_peer_review_report or generate_peer_review_feedback_report. Any summary is built by this skill at presentation time; it is not a Canvas artefact.

Read the full file on GitHub · 160 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. 11d ago First seen · 160 lines · 92 tokens per session scan A eb47fa526b0c

Subscribe to this mod's changes

canvas-peer-review-tracker is a skill published in the GitHub repository bruchris/canvas-lms-mcp (5 stars, last pushed yesterday), licensed MIT. It adds 92 tokens to every session and 2,321 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

review-animations

Reviews animation and motion code against a high craft bar derived from Emil Kowalski's design engineering philosophy. Default to flagging; approval is earned.

classroomio/classroomio · 34 tokens

ship-feature

End-to-end feature delivery — implement a feature, verify builds/tests pass, open a fully-filled draft PR, then automatically push every feedback round and review iteration to the same PR. Use when the user asks to implement or build a feature, fix-and-ship a change, or iterate on an existing feature PR.

classroomio/classroomio · 66 tokens

ss-learn

Capture a human-approved UI design lesson as a privacy-minimized local StyleSeed candidate, review it, and prepare an opt-in share package without transmitting project code, prompts, screenshots, or brand data. Use when a person asks StyleSeed to remember, learn from, generalize, review, or prepare a reusable rule…

bitjaru/styleseed · 73 tokens

mindos

MindOS: local knowledge assistant & shared KB. Keeps decisions, notes, SOPs, debugging lessons, research findings, preferences across sessions/agents. Core: save notes, search KB, organize files, run workflows, review, append CSV, hand off context, distill lessons. NOT for app source or paths outside KB. Triggers…

GeminiLight/MindOS · 136 tokens

vertical-hr-recruiting

Domain-knowledge primer for the HR & recruiting vertical (ATS, onboarding, workforce scheduling, engagement). Applied by architect/pm during spec authoring so they aren't naive about hiring pipelines, the admitted offer→onboard data-carry gap, EEO/I-9 compliance, and shift-coverage rules. Stops the four products from…

avelikiy/great_cto · 90 tokens

vertical-real-estate

Residential-proptech domain knowledge so architect / pm aren't naive when speccing real-estate products (listings, lead-crm, transaction-coordination, property-mgmt). Codifies MLS/IDX reality, listing status lifecycle + syndication canonical-source, long-cycle lead nurture, transaction-coordination as the high-pain…

avelikiy/great_cto · 99 tokens