supervisor-review-queue

Manage a professor review queue for student legal clinic drafts with approval actions and logging.

Updated May 19, 2026
One-click install
npx skills add https://github.com/jrhueiueng/codex-for-legal --skill supervisor-review-queue-jrhueiueng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supervisor-review-queue
Source: https://github.com/jrhueiueng/codex-for-legal/tree/main/plugins/jrhueiueng/codex-for-legal/skills/legal-clinic__supervisor-review-queue
Command: npx skills add https://github.com/jrhueiueng/codex-for-legal --skill supervisor-review-queue-jrhueiueng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The skill solves the problem of coordinating a structured approval gate so student legal clinic work is reviewed, edited, approved, or returned before it goes to clients or courts.

Core Features & Use Cases

  • Formal review-queue workflow (conditional activation): Runs only when the clinic is configured for “formal review queue” supervision, otherwise stays dormant and provides switching guidance.
  • Review queue triage by urgency and student: Shows what is pending and highlights deadline-sensitive items based on stored queue entries.
  • Approval actions with audit logging: Supports approve, edit-then-approve (with original preserved for a teaching/diff record), and return with a professor note; all actions are logged as clinic records.

Quick Start

Run the skill to list what is waiting in the review queue, grouped by urgency and student.

Frequently Asked Questions about supervisor-review-queue

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

FAQPage Schema
How do I manage a formal review queue for student legal clinic drafts?

You can triage student legal clinic drafts by urgency and student, then execute approve, edit-then-approve, or return actions with persistent audit logging for each case.

Can I edit a student draft and still preserve the original for teaching feedback?

Yes, the review queue supports an edit-then-approve workflow that preserves the original student draft, creating a diff record for iterative teaching feedback.

Does a legal clinic supervision workflow support deadline-sensitive triage?

Yes, the supervision queue highlights deadline-sensitive items based on stored queue entries, ensuring urgent student drafts receive priority review before court deadlines.

What happens if my clinic is not configured for a formal review queue?

If the clinic is not configured for formal review queue supervision, the workflow stays dormant and provides switching guidance to help you enable the required mode.

Do I need a specific configuration file to run the attorney review process?

Yes, the workflow requires reading the clinic supervision style from CLAUDE.md and using the review-queue.yaml file to track the current queue state for approval logging.