enu: Skill for Claude Code

.claude/skills/juicio/SKILL.md

juicio is a skill for Claude Code from dbareagimeno/enu. It costs 80 tokens per session (1,157 once invoked), scanned A, original, Apache-2.0.

A Spanish-language review process in which independent judges inspect a code change using only the public diff and specification. Separate judges can review the specification, tests, and concurrency, meaning several tasks running at once.

In plain words
What is it for?
Auditing implementation diffs before closing a work session, especially changes involving contracts, scheduling, cancellation, events, workers, or custom logic.
Why use it?
It reduces the risk that the original implementer’s assumptions hide defects. The review depth is chosen according to how risky or complex the change is.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is dbareagimeno/enu's own configuration. It tells Claude Code how to work on enu itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything enu configures →

Reuse

Borrowing it

Nothing to install: this file belongs to dbareagimeno/enu. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/dbareagimeno/enu/develop/.claude/skills/juicio/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/dbareagimeno/enu

Made for: Claude Code.

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 juicio

README.md
[![agentmods](https://agentmods.dev/badge/skills/dbareagimeno/enu/juicio/github.svg)](https://agentmods.dev/skills/dbareagimeno/enu/juicio)
Your own site
<a href="https://agentmods.dev/skills/dbareagimeno/enu/juicio"><img src="https://agentmods.dev/badge/skills/dbareagimeno/enu/juicio/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 juicio

Your own site · 80×15
<a href="https://agentmods.dev/skills/dbareagimeno/enu/juicio"><img src="https://agentmods.dev/badge/skills/dbareagimeno/enu/juicio.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,157 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.00080 $0.01157
Opus 5 $0.00040 $0.00579
Sonnet 5 $0.00016 $0.00231
Haiku 4.5 $0.00008 $0.00116

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

Security

Grade A, and why

juicio 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 9d 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.

.claude/skills/juicio/SKILL.md · 86 lines

How it starts

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

Juicio clean-room

Los jueces valen porque no comparten tus supuestos. Todo este protocolo existe para que sigan sin compartirlos: arrancan sin contexto de esta conversación, reciben solo artefactos públicos (diff + espec) y su garantía técnica es el frontmatter tools: sin Bash/Edit/Write (sin git log, sin mensajes de commit, sin el razonamiento histórico del autor). No relajes ninguna de las dos cosas.

Regla de secuencia

El juicio se ejecuta antes de escribir el worklog de la sesión y mover el puntero ▶: el worklog contiene la racionalización del autor y, si existiera ya, contaminaría a cualquier juez que lea implementacion.md.

Política de coste (cuándo montar qué)

El diff... Panel
Es de una sesión 🔒, o toca docs/contracts/api.md/contratos, o toca scheduler/cancelación/eventos/workers Completo: juez-espec + juez-tests + juez-concurrencia (en paralelo)
Implementa lógica propia fuera de lo anterior juez-espec + juez-tests
Es un wrapper fino sobre stdlib/librería Solo juez-espec
Es glue de paso, docs o render visual Ninguno (basta el DoD normal)

Esta tabla es para no saltarse el juicio "porque es caro" justo cuando importa. Para el panel completo puedes delegar la orquestación en el workflow guardado revision-limpia (.claude/workflows/revision-limpia.js), que implementa exactamente este protocolo de forma determinista.

Plantilla del prompt de juez (literal — prohibido desviarse)

Construye el prompt de CADA juez exactamente así, sin añadir nada más:

Sesión: S## — <enunciado de la sesión copiado verbatim del plan, o "cambio
fuera de plan: <una frase factual de QUÉ cambia, no por qué>">
Espec que gobierna este diff: <doc> §N, <doc> §M <(+ G## que la sesión cita)>

Diff a juzgar (verbatim):
<salida de `git diff` (o `git diff --staged`) completa, sin recortar>

Emite tu veredicto con tu formato de salida.

Prohibido incluir: el razonamiento del autor, "decidimos X porque...", alternativas discutidas, fragmentos de esta conversación, resultados de otros jueces, o el contenido del worklog. Si el orquestador puede improvisar el prompt, filtrará su propia justificación sin querer — por eso la plantilla es literal.

Read the full file on GitHub · 86 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. 9d ago First seen · 86 lines · 80 tokens per session scan A 68b9e4d79b15

Subscribe to this mod's changes

juicio is a skill published in the GitHub repository dbareagimeno/enu (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 80 tokens to every session and 1,157 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

taiyi-review

A pre-merge review guide for checking code changes, design decisions, tests, and documentation. A merge adds reviewed changes to the main code branch.

Dong90/oh-my-taiyiforge · 26 tokens

openclaw-github-dedupe

Investigate a cluster of GitHub issues and PRs, determine canonical candidates, post duplicate/related status, preserve contributor credit, and execute cleanup actions. Supports autonomous mode for provided-link-only closeout, merge/fix follow-through, changelog, and post-merge issue/PR cleanup.

vincentkoc/dotskills · 68 tokens

github-commenting

How to post clean, rich, deduplicated GitHub PR review comments — suggestion blocks, multi-line anchors, markers, formatting rules. Load before posting or fixing any PR comment.

juspay/neurolink · 41 tokens

repo-conventions

NeuroLink's review standards — the critical rules to enforce, what NOT to comment on, the security bar, hot paths. Load before reviewing any change in this repository.

juspay/neurolink · 39 tokens

openclaw-pr-batch-sweep

Select, review, repair, validate, and land batches of up to 20 low-risk OpenClaw contributor pull requests using Vincent's maintainer preferences and bounded sub-agent lanes. Use for "next 20", broad contributor PR sweeps, merge-candidate mining, or continued PR-batch work where drafts, maintainer work, trivial…

vincentkoc/dotskills · 95 tokens

semantic-slicing

Build local semantic review slices by combining clawpatch feature maps, deepsec threat candidates, visual review maps, and optional gitcrawl/discrawl evidence for repos such as openclaw/openclaw.

vincentkoc/dotskills · 43 tokens