supervisor-review-queue

Manages a professor review queue for approving or returning student legal work.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Law clinic professors need a formal gate ensuring student work is reviewed by a licensed attorney before reaching clients or courts, with a logged record of every approval decision. ## Core Features & Use Cases - Queue Overview: Displays pending items sorted by urgency and grouped by student, highlighting deadline-sensitive filings. - Review Actions: Approve, edit-then-approve (preserving the original for teaching), or return items with revision notes. - Compliance Logging: Records every action as a clinic record documenting licensed-attorney review of student work. - Use Case: A professor runs the queue each morning, sees an eviction answer flagged as deadline-sensitive, edits the draft inline, and approves it — the edit diff is preserved so the student learns from the changes. ## Quick Start Ask the assistant to show what is currently waiting in the supervisor review queue.

Frequently Asked Questions about supervisor-review-queue

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

FAQPage Schema
How do I approve student work in a legal clinic review queue?

Run the queue command with the approve flag and the item ID, such as --approve Q-003. The item status changes to approved, the student is notified, and the action is logged as a clinic record.

How to return a student draft with feedback in the review queue?

Use the return flag with the item ID and a note, for example --return Q-004 with a message explaining the issue. The student revises and resubmits, and the return is logged for teaching analysis.

Why is the supervisor review queue not active in my clinic setup?

The queue only activates when the clinic configuration file sets the supervision style to formal review queue. If flags or lighter-touch supervision was chosen at setup, the skill stays dormant until you edit the CLAUDE.md configuration.

Can a professor edit a student draft before approving it?

Yes, the edit-then-approve action lets the professor edit inline and approve the edited version. The original is preserved in the log so the student can see the diff as a teaching moment.

What are the limitations of the supervisor review queue?

It never auto-approves work and does not replace case rounds, one-on-ones, or other supervision structures. It only gates work product and requires a professor to make every approval decision.