supervisor-review-queue

Manage a professor-supervised review queue for student legal drafts.

Updated May 15, 2026
One-click install
npx skills add https://github.com/az9713/claude-for-legal-tutorial --skill supervisor-review-queue-az9713
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supervisor-review-queue
Source: https://github.com/az9713/claude-for-legal-tutorial/tree/main/legal-clinic/skills/supervisor-review-queue
Command: npx skills add https://github.com/az9713/claude-for-legal-tutorial --skill supervisor-review-queue-az9713

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured queue for student work that must wait for professor review before it can be sent to clients or filed with courts, ensuring consistent approvals, edits, and documented returns.

Core Features & Use Cases

  • Formal-review gatekeeping: Only becomes active when the clinic’s supervision style is set to "formal review queue"; otherwise it stays dormant.
  • Queue visibility by urgency and by student: Shows what is pending, oldest waiting time, and deadline-sensitive items to support fast triage.
  • Professor actions with full audit logging: Approve, edit-then-approve (with the original preserved for teaching/diff visibility), or return with a note so students revise and resubmit.
  • Flag-driven workflow: Uses a stored review-queue reference of flagged drafts/memos/status/client letters and their reasons to drive review decisions.

Quick Start

Use the command /legal-clinic:supervisor-review-queue to display the current review queue, then approve or return items by ID.

Frequently Asked Questions about supervisor-review-queue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route student legal drafts through a professor review queue?

Route legal drafts through a formal review queue that stores pending items in a queue state file, allowing supervisors to triage flagged drafts and process approvals or returns by ID. Every action is recorded in an audit log.

What is a formal review queue for legal clinic supervision?

A formal review queue for legal clinic supervision is a structured gatekeeping workflow where student drafts must wait for professor approval before client or court use. It tracks pending items by urgency and supports approve, edit-then-approve, and return actions.

Do I need a specific supervision style configured to use the legal clinic review queue?

Yes, you need the clinic supervision style set to "formal review queue" in the CLAUDE.md file. The review queue stays dormant unless this specific supervision style is configured.

How do I return a student draft with revision notes in a legal clinic workflow?

Return a student draft with revision notes by selecting the return action on a queued item by its ID. This sends the draft back with a note explaining required revisions, while the original flagged reason is preserved in the audit log.

Can I edit and approve a student legal draft while preserving the original for teaching?

Yes, you can use the edit-then-approve action to modify a student legal draft directly. The original version is preserved alongside the edited draft to maintain diff visibility for teaching purposes.

What limitations exist when using a formal review queue for case supervision?

The formal review queue requires a specific clinic configuration and does not activate for other supervision styles. It depends on a stored queue state file and a reference of flagged drafts to properly triage pending items.