supervisor-review-queue

Manages supervisor-controlled review of legal clinic student work before release.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

为诊所场景中的学生草稿建立一个可追踪的“等待指导老师审查→批准/编辑后批准/退回”的门控流程,避免未审查内容直接对外发送。

Core Features & Use Cases

  • Formal review queue gating:仅在指导老师选择“正式审查队列”模式时启用,其他情况下自动休眠以匹配诊所既有结构。
  • Queue-based review workflow:展示“等待审查”的队列视图,按紧急程度和等待时长进行排序与分组。
  • Supervisor actions with audit trail:支持批准、编辑后批准与退回(含备注),并记录日志以便教学与诊所合规留痕。
  • References-driven queue state:从 references/review-queue.yaml 读取队列条目与状态,并在批准/退回后更新队列数据。

Quick Start

先在诊所配置文件中将指导风格切换为“正式审查队列”,然后运行 /legal-clinic: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 set up a supervisor review queue for legal clinic student drafts?

To set up a supervisor review queue, switch the clinic configuration to formal review queue mode, then run the supervisor review queue command to view pending student drafts awaiting approval or return.

What actions can a supervisor take on student drafts in a formal review queue?

Supervisors can approve, edit-approved, or return student drafts with notes in the review queue, with every action logged for legal clinic compliance and teaching audit trail purposes.

When should I use a formal review queue instead of direct release for legal clinic outputs?

Use a formal review queue when student drafts like intake forms, memos, and client letters must be gated behind supervisor approval before release to clients or courts to ensure compliance.

How does the review queue track the status of student case drafts and memos?

The review queue tracks draft status by reading and updating a review-queue.yaml state file, organizing pending items by urgency and wait time for supervisor visibility.

Does the supervisor review queue stay active across all legal clinic workflows?

No, the review queue conditionally activates only when the formal queue mode is configured; it automatically sleeps in other clinic setups to match existing operational structures.

Can I review and edit client letters before they are sent from the legal clinic?

Yes, supervisors can use the edit-approved action to directly modify client letters and other student outputs within the review queue before final release to clients or courts.