Privilege Log Review

Privilege Log Review is a skill for Claude Code, Codex from zgbrenner/agentcounsel. It costs 49 tokens per session (2,803 once invoked), scanned A, original, MIT.

A first-pass review of a privilege log, which lists documents withheld from disclosure because a legal protection such as attorney-client privilege may apply. It sorts entries into likely protected, uncertain, and possibly removable groups.

In plain words
What is it for?
It is for quality-checking a privilege log, preparing for discussions with opposing counsel, and identifying entries that may need closer review.
Why use it?
It focuses attorney time on questionable entries and exposes weak descriptions, formatting problems, and patterns that may need follow-up. It does not make the final decision about withholding documents.

Skill for Claude CodeCodex

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

Good fit It is for quality-checking a privilege log, preparing for discussions with opposing counsel, and identifying entries that may need closer review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zgbrenner/agentcounsel/privilege-log-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 zgbrenner/agentcounsel --skill privilege-log-review
Clone the repo
git clone --depth 1 https://github.com/zgbrenner/agentcounsel

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 Privilege Log Review

README.md
[![agentmods](https://agentmods.dev/badge/skills/zgbrenner/agentcounsel/privilege-log-review/github.svg)](https://agentmods.dev/skills/zgbrenner/agentcounsel/privilege-log-review)
Your own site
<a href="https://agentmods.dev/skills/zgbrenner/agentcounsel/privilege-log-review"><img src="https://agentmods.dev/badge/skills/zgbrenner/agentcounsel/privilege-log-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 Privilege Log Review

Your own site · 80×15
<a href="https://agentmods.dev/skills/zgbrenner/agentcounsel/privilege-log-review"><img src="https://agentmods.dev/badge/skills/zgbrenner/agentcounsel/privilege-log-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,803 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.00049 $0.02803
Opus 5 $0.00024 $0.01401
Sonnet 5 $0.00010 $0.00561
Haiku 4.5 $0.00005 $0.00280

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

Security

Grade A, and why

Privilege Log 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 7d 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.

skills/litigation/privilege-log-review/SKILL.md · 124 lines

How it starts

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

Privilege Log Review

Purpose

Produce a structured, attorney-ready first-pass review of a privilege log. The skill sorts each log entry into one of three tiers — confidently privileged, uncertain and flagged for attorney decision, or recommend-remove — and surfaces patterns, format deficiencies, and anomalies. It does not make final privilege calls, strip designations, or decide what to produce or withhold. That judgment belongs to the attorney. The output is draft legal work product for attorney review — not legal advice.

Use When

  • Counsel needs a first-pass triage of a privilege log before conducting a detailed privilege review.
  • A privilege log has been received from opposing counsel and counsel wants a structured analysis before a meet-and-confer or motion challenge.
  • A party is preparing its own privilege log and wants a quality-control pass to identify thin descriptions, format deficiencies, and likely-challengeable designations before service.
  • A large log needs to be organized so attorney review time is concentrated on the close calls rather than the clear cases.

Required Inputs

  • The full privilege log. Each entry must contain at minimum: date, author, recipients (To / CC / BCC), document type, privilege claimed, and description. If any of these fields are missing across entries, note those entries as format-deficient and proceed with what is available.
  • The matter name and number.
  • The forum and jurisdiction (court, arbitral body, or regulatory proceeding). If not provided, stop and request it; the applicable privilege rule varies by forum.
  • The applicable privilege rule text, if available (e.g., a local rule, standing order, or agreed ESI protocol specifying log format and required fields). If not provided, flag as [CONFIRM: applicable privilege log rule — verify with counsel] and proceed using the required-fields list above as the baseline.
  • Whether any underlying documents are available for spot-check purposes. If so, identify which entries will be spot-checked; do not review underlying documents beyond the scope provided.
  • Whether any use-restriction order or clawback agreement is in effect that limits how the log or its contents may be used.

Read the full file on GitHub · 124 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 124 lines · 49 tokens per session scan A cd935614f128

Subscribe to this mod's changes

Privilege Log Review is a skill published in the GitHub repository zgbrenner/agentcounsel (19 stars, last pushed 1mo ago), licensed MIT. It adds 49 tokens to every session and 2,803 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

document-fill

A document-filling assistant that uses a supplied template and case files to fill in forms, contracts, or legal documents. It also reports where each filled value came from and which details are missing.

code-lawyer/Legal-Agent-Skills · 61 tokens

treatment-plans

Format and structurally validate local treatment-plan documentation after clinical decisions have already been supplied and verified by authorized licensed professionals. Use for source traceability, clinician-authored intervention records, goals and checkpoints, shared-decision records, reconciliation handoffs, and…

K-Dense-AI/scientific-agent-skills · 62 tokens

fill-icmje-coi

Batch-generate per-author ICMJE Conflict of Interest Disclosure Forms (coidisclosure.docx) for manuscript submission. Pre-fills all 13 disclosure items as "☒ None" + final certification ☒ using a synthetic seed template shipped with the skill, then clones the seed per author with Date, Name, and Manuscript Title…

Aperivue/medsci-skills · 122 tokens

law-to-markdown

A legal-document conversion skill for turning PDF, Word, or plain-text regulations into structured Markdown. Markdown is a text format that uses simple symbols for headings and lists.

anbeime/skill · 86 tokens

cowork-data-room-builder

Prepare YOUR data room for a fundraise, acquisition, or bank diligence -- builds the checklist for your deal stage, sweeps your folders for what you already have, produces a gap report, and organizes everything into the structure buyers and investors expect. The sell-side complement to cowork-deal-room.

OneWave-AI/claude-skills · 65 tokens

legaltech-expert

Expert in legal technology: contract lifecycle management, e-discovery, AI-assisted legal research, case and matter management, document automation, and compliance tooling. Use when the user mentions legal case or matter management, e-discovery and legal holds, CLM or contract review and obligation tracking, legal…

personamanagmentlayer/pcl · 74 tokens