New to Claude Skills? Learn how to install them →

anthropics on GitHub

Supervisor Review Queue

OfficialFree

Manage student work with structured professor oversight.

Get this skill

Free · Opens the source repo

What Supervisor Review Queue does

The Supervisor Review Queue skill is designed for legal clinics that require a formal review process for student-generated documents before they are submitted to clients or courts. This skill operates only when the supervision style is set to 'formal review queue' in the configuration file. If the clinic is not using this supervision style, the skill remains inactive, ensuring that it only applies in contexts where a structured review is necessary.

When activated, the skill provides a clear workflow for professors to manage student submissions. It allows professors to view pending work organized by urgency and student, facilitating a more efficient review process. The skill supports several actions: professors can approve submissions, edit them before approval, or return them to students with feedback. Each action taken is logged, creating a documented trail of approvals and revisions, which is crucial for compliance and student evaluation.

Additionally, the skill serves as a teaching tool. By analyzing patterns in the review process—such as frequent returns for certain students or common issues in submissions—professors can identify areas for improvement and adjust their teaching strategies accordingly. This data-driven approach enhances the educational experience for students while maintaining the integrity of the clinic's output.

Overall, this skill is ideal for legal educators who want to implement a formal review process, ensuring that all student work meets the necessary standards before it reaches clients or courts. It streamlines communication and enhances the learning experience by providing structured feedback and oversight.

When to use it

Use this skill when a formal review process is desired for student submissions in a legal clinic setting.

When not to use it

This skill is not suitable for clinics that prefer a more informal supervision style without a structured review queue.

What you can build with it

Formal Review Process

Implement a structured review for student submissions in a legal clinic, ensuring quality control before client interaction.

Feedback and Improvement

Utilize the logging feature to identify patterns in student submissions, facilitating targeted feedback and coaching.

Compliance Documentation

Maintain a documented trail of approvals and revisions for compliance purposes, essential for legal and educational standards.

How to install Supervisor Review Queue

View source

1. Install with the skills CLI

npx skills add anthropics/claude-for-legal/supervisor-review-queue --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by anthropics

/supervisor-review-queue

  1. Check ~/.claude/plugins/config/claude-for-legal/legal-clinic/CLAUDE.md → supervision style. If NOT "formal review queue": explain the clinic is set up for [flags/lighter-touch], no formal queue exists, and how to switch.
  2. Use the workflow below.
  3. Default: show what's waiting, by urgency, by student.
  4. Actions: approve / edit-then-approve / return with note. All logged.
/legal-clinic:supervisor-review-queue
/legal-clinic:supervisor-review-queue --approve Q-003
/legal-clinic:supervisor-review-queue --return Q-004 "Check the service requirement — local rules changed"

Supervisor Review Queue (Optional)

Purpose

Some clinics want a formal gate: student drafts, professor reviews, output releases. Others find that too prescriptive — they supervise through case rounds and one-on-ones, not through a queue.

This skill is only active if ~/.claude/plugins/config/claude-for-legal/legal-clinic/CLAUDE.md → Supervision style is "formal review queue." Otherwise it's dormant — the cold-start interview asks the professor which model they want, and this is one of three options.

Whether to use a formal review workflow is genuinely an open question for clinic adoption. It depends on student experience level, caseload, and how the professor already runs supervision. The professor decides at setup and can change it later.

Load context

~/.claude/plugins/config/claude-for-legal/legal-clinic/CLAUDE.md → supervision style. If NOT "formal review queue": respond with "The clinic is set up for [flags/lighter-touch] supervision — there's no formal queue. [Professor] reviews through [the clinic's existing structure]. To switch to a formal queue, edit CLAUDE.md → Supervision style."

If formal queue IS enabled → read flag triggers and proceed.

The queue

Lives at references/review-queue.yaml. Each entry:

- id: Q-001
  type: "draft"  # intake | draft | memo | status | client-letter
  client: "[name or ID]"
  student: "[name]"
  submitted: [timestamp]
  flags:
    - rule: "Court filing"
      detail: "Eviction answer — always queued"
  content_path: "[path to the document]"
  status: "pending"  # pending | approved | edited-approved | returned

Modes

What's waiting

## Review Queue — [date]

**Pending:** [N] | **Oldest:** [N] hours

### 🔴 Deadline-sensitive
| ID | Type | Client | Student | Why flagged | Waiting |
|---|---|---|---|---|---|

### Standard
[same table]

### By student
[Breakdown — spot patterns: who's queueing a lot, who might need a check-in]

Review an item

Show full content + why it was flagged + student notes.

Approve / edit-then-approve / return

  • Approve: Status → approved, student notified, logged.
  • Edit then approve: Professor edits inline, approved version is the edited one, original preserved in log so student sees the diff (teaching moment).
  • Return: With a note. Student revises and resubmits.

Logging

Every action logged. Approval logs are clinic records — they document that a licensed attorney, solicitor, barrister, or other authorised legal professional in the clinic's jurisdiction reviewed student work before it went to a client or court. That matters for the clinic's own compliance and for student evaluation.

Teaching signal

The queue is also data. Pattern in returns ("Student X keeps missing the service requirement") is a coaching conversation. Pattern in edits ("Everyone's demand letters are too long") is a /ramp update for next semester.

What this skill does NOT do

  • Run unless the professor chose it. It's one of three supervision models, not the only one.
  • Auto-approve. The professor approves.
  • Replace the clinic's existing supervision structure. It's a gate for work product, not a substitute for case rounds, one-on-ones, or watching students in action.

Frequently asked questions about Supervisor Review Queue

Similar skills