law-review

law-review is a skill for Claude Code, Codex from li-ch/law-skills. It costs 50 tokens per session (811 once invoked), scanned A, original, MIT.

A workflow for turning academic-paper reviewer comments into a structured revision checklist in todo.md. It identifies concrete requested changes and assigns them priority levels.

In plain words
What is it for?
Use it to process review files, group requested revisions by review round, and plan changes needed for a paper resubmission.
Why use it?
It converts scattered review feedback into trackable editing tasks while flagging uncertain priorities for human confirmation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to process review files, group requested revisions by review round, and plan changes needed for a paper resubmission.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/li-ch/law-skills/law-review
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.

Any agent
npx skills add li-ch/law-skills --skill law-review
Clone the repo
git clone --depth 1 https://github.com/li-ch/law-skills

Made for: Claude Code, Codex.

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 law-review

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/li-ch/law-skills/law-review"><img src="https://agentmods.dev/badge/skills/li-ch/law-skills/law-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 811 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.00050 $0.00811
Opus 5 $0.00025 $0.00405
Sonnet 5 $0.00010 $0.00162
Haiku 4.5 $0.00005 $0.00081

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

Security

Grade A, and why

law-review 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.

law-review/SKILL.md · 72 lines

How it starts

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

LAW Review

Parse reviewer feedback into a structured todo.md using the standard format defined in ~/.common-law/paper-style/todo-format.md.

Workflow

Step 1: Read the reviews

Read all review files from the paper's reviews/ directory. Reviews are plain text or markdown files containing reviewer comments, scores, and recommendations.

Step 2: Extract actionable items

For each review, identify every concrete action the reviewer is asking for. Skip vague praise, skip generic complaints without specific asks. An item is "actionable" if you can answer "what file do I edit and what do I change?"

Step 3: Assign priority

Level Criteria
P0 Reviewer explicitly states this is required for acceptance. The paper will be rejected without it.
P1 Major concern that strongly impacts the reviewer's score. Addressing it significantly strengthens the paper.
P2 Minor issues: typos, grammar, formatting, figure readability, missing citations, clarifications.

If unsure about priority, flag it and default to P1.

Step 4: Group by review round

Use the round prefix R1, R2, R3, etc. If this is the first review, use R1. If reviews span multiple rounds (revision and re-review), create separate sections per round.

Step 5: Write todo.md

Write the output to todo.md. Reference ~/.common-law/paper-style/todo-format.md for the exact format.

Item code format:

  • R{n}-{number} — sequential within round
  • Cross-section items: append affected sections as (§X.Y, §Z)
  • Uncertain items: prefix with ⚠️ UNCERTAIN:

Example:

- [ ] R1-1. Add coherence model subsection to §4.3 (0.3 day)
- [ ] ⚠️ UNCERTAIN: R1-5. The reviewer mentions "failure modes" — is this a new subsection or a paragraph?

Step 6: Report to user

After writing todo.md, tell the user:

  1. How many items were extracted (by priority)
  2. Which items are flagged as UNCERTAIN
  3. "Please review and adjust priorities before I implement anything."

Read the full file on GitHub · 72 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 · 72 lines · 50 tokens per session scan A d4bf62e6d636

Subscribe to this mod's changes

law-review is a skill published in the GitHub repository li-ch/law-skills (11 stars, last pushed 1mo ago), licensed MIT. It adds 50 tokens to every session and 811 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens