supervisor-review-queue

Coordinate professor review of student legal clinic outputs in a supervision queue.

Updated Dec 4, 2025
One-click install
npx skills add https://github.com/PolliticalSolutions/political-portal --skill supervisor-review-queue-polliticalsolutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supervisor-review-queue
Source: https://github.com/PolliticalSolutions/political-portal/tree/main/.claude/skills/legal-clinic/supervisor-review-queue
Command: npx skills add https://github.com/PolliticalSolutions/political-portal --skill supervisor-review-queue-polliticalsolutions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It manages a formal review queue so professor approval, edits, and returns are handled consistently before student work goes to clients or courts.

Core Features & Use Cases

  • Formal gatekeeping (optional): Only operates when the clinic supervision style is set to "formal review queue" and otherwise stays dormant.
  • Queue triage by urgency: Shows what is pending, sorted by urgency and student to support fast review decisions.
  • Review actions with full auditability: Approves, edit-then-approve, or returns items with a note, with every action logged for compliance and teaching.

Quick Start

Run /legal-clinic:supervisor-review-queue to view what is waiting for professor approval, then use /legal-clinic:supervisor-review-queue --approve Q-003 to approve an item.

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?

A formal review queue manages student legal clinic drafts by sorting pending work products by urgency and student, allowing supervisors to approve, edit, or return items with logged notes before client or court release.

Can I triage pending case files by urgency for professor approval?

Yes, pending case files are triaged by urgency and student to support fast review decisions. The queue loads entries from a YAML file and presents them sorted by priority for professor approval.

What's the best way to track approve or return actions for legal clinic supervision?

Tracking approve or return actions requires logging every decision with optional return notes. This supervision workflow records approve, edit-then-approve, and return actions with full auditability for compliance and teaching.

Does the legal clinic review queue work with all supervision styles?

No, the legal clinic review queue only operates when the supervision style is set to formal review in the configuration file. It stays dormant otherwise, ensuring it only gates downstream work products when explicitly enabled.

How to execute teaching-aware edits before releasing student work to clients?

To execute teaching-aware edits, supervisors use the edit-then-approve action on pending items in the review queue. This allows optional teaching edits prior to client or court release while logging the action.

Why does my supervisor review queue stay dormant when I run it?

The supervisor review queue stays dormant when the clinic supervision style is not set to formal review queue. Check your configuration file to ensure the formal review setting is enabled for the workflow to activate.