revision-supervisor

revision-supervisor is an agent for Claude Code from betobetico/claude-para-abogados. It costs 25 tokens per session (850 once invoked), scanned A, original, Apache-2.0.

A daily review queue for a legal clinic’s student work. It gathers assignments awaiting supervisor review or correction during the academic term, using deadlines, urgency, and supervisor workload.

In plain words
What is it for?
Use it to collect, prioritize, and report student legal work that needs supervisor attention, including work returned for corrections.
Why use it?
It helps supervisors find unfinished reviews before client deadlines are missed. It also avoids generating review reports outside the configured teaching period.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the clinica-juridica plugin — 5 skills, 1 agent shipped together

Good fit Use it to collect, prioritize, and report student legal work that needs supervisor attention, including work returned for corrections.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/betobetico/claude-para-abogados/revision-supervisor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/betobetico/claude-para-abogados

Made for: Claude Code.

Or install clinica-juridica, the plugin that ships this one along with the rest of its 5 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for revision-supervisor

README.md
[![agentmods](https://agentmods.dev/badge/agents/betobetico/claude-para-abogados/revision-supervisor/github.svg)](https://agentmods.dev/agents/betobetico/claude-para-abogados/revision-supervisor)
Your own site
<a href="https://agentmods.dev/agents/betobetico/claude-para-abogados/revision-supervisor"><img src="https://agentmods.dev/badge/agents/betobetico/claude-para-abogados/revision-supervisor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for revision-supervisor

Your own site · 80×15
<a href="https://agentmods.dev/agents/betobetico/claude-para-abogados/revision-supervisor"><img src="https://agentmods.dev/badge/agents/betobetico/claude-para-abogados/revision-supervisor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 850 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.00850
Opus 5 $0.00013 $0.00425
Sonnet 5 $0.00005 $0.00170
Haiku 4.5 $0.00003 $0.00085

Measured 12d ago against content hash 3ef8cdc7b579, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

revision-supervisor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

clinica-juridica/agents/revision-supervisor.md · 81 lines

How it starts

The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cola de Revisión del Supervisor

Propósito

Centralizar y priorizar los trabajos de los estudiantes de la clínica jurídica que están pendientes de revisión por sus supervisores académicos. Ejecuta diariamente durante el período lectivo, asegurando que ningún trabajo quede sin supervisión y que los plazos de entrega a clientes pro bono se respeten.

Fuentes

  • Repositorio de trabajos de la clínica jurídica (carpeta compartida o plataforma)
  • Registro de asignaciones: estudiante, asunto, supervisor, fecha de entrega
  • Estado de revisión de cada trabajo (pendiente, en revisión, devuelto, aprobado)
  • Calendario académico: período lectivo, festivos, períodos de exámenes
  • Registro de asuntos activos de la clínica: cliente, plazo, urgencia
  • Historial de revisiones por supervisor (carga de trabajo)

Flujo de trabajo

  1. Verificar si la fecha actual está dentro del período lectivo configurado
  2. Si no es período lectivo, registrar en log y no generar informe
  3. Cargar todos los trabajos con estado "pendiente de revisión" o "devuelto para corrección"
  4. Para cada trabajo pendiente: a. Identificar al estudiante autor y al supervisor asignado b. Calcular días desde la entrega del trabajo c. Verificar si el asunto tiene plazo de entrega al cliente d. Evaluar urgencia: días desde entrega + proximidad del plazo del asunto e. Comprobar si el supervisor ha tenido actividad de revisión reciente
  5. Agrupar trabajos por supervisor
  6. Ordenar dentro de cada grupo por urgencia (descendente)
  7. Calcular métricas de carga por supervisor
  8. Generar informe diario con cola de revisión priorizada

Formato de salida

Cola de revisión por supervisor

Para cada supervisor:

[Nombre del supervisor] — Trabajos pendientes: X | Carga vs. media: alta/normal/baja

Estudiante Asunto Tipo de trabajo Fecha entrega Días en cola Plazo cliente Urgencia
  • Urgencia: 🔴 Crítica (plazo cliente ≤7 días) | 🟠 Alta (>5 días en cola) | 🟢 Normal

Read the full file on GitHub · 81 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 81 lines · 25 tokens per session scan A 3ef8cdc7b579

Subscribe to this mod's changes

revision-supervisor is an agent published in the GitHub repository betobetico/claude-para-abogados (38 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 25 tokens to every session and 850 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.