supervisor-review-queue

Manage a formal review queue for student legal clinic drafts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It provides a formal approval gate for student legal clinic outputs, so professor review happens before anything is sent to clients or filed in court.

Core Features & Use Cases

  • Queue visibility by urgency and student: Lists pending items with a focus on deadline-sensitive work, and summarizes patterns by student to support coaching.
  • Controlled professor actions: Supports approve, edit-then-approve (preserving original content for a teaching diff), and return with a note for resubmission.
  • Clinic compliance logging: Records every action as an internal clinic record that a licensed attorney reviewed work product prior to external use.

Quick Start

Run /legal-clinic:supervisor-review-queue to view what is waiting, then approve an item by ID with /legal-clinic:supervisor-review-queue --approve Q-003.

Frequently Asked Questions about supervisor-review-queue

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

FAQPage Schema
How does a formal review queue work for student legal clinic drafts?

A formal review queue routes flagged student drafts through professor approval before external release. Items are intake into a queue, reviewed by urgency, and updated via approve, edit-then-approve, or return actions with full logging.

How do I approve or return student drafts in a supervision queue?

Run the skill to view pending items, then approve an item by ID using the --approve flag. You can return drafts with a note for resubmission or edit-then-approve to preserve the original content for a teaching diff.

Do I need a specific configuration to manage a clinic supervision queue?

Yes, the skill requires the clinic CLAUDE.md to set Supervision style to "formal review queue." It reads and updates queue state from references/review-queue.yaml to function properly.

Can I track student coaching patterns using a legal clinic review queue?

Yes, the supervision queue lists pending items by urgency and summarizes patterns by student. This visibility helps professors identify coaching opportunities and manage deadline-sensitive work effectively.

Does the supervision queue log attorney review actions for clinic compliance?

Yes, it records every action as an internal clinic record. This creates a compliance log demonstrating that a licensed attorney reviewed the work product prior to external use or court filing.

What happens to original student work when a professor edits a draft before approval?

The edit-then-approve action preserves the original student content for a teaching diff. This allows professors to make corrections while retaining the original draft for educational review.