review-proposals
Review and approve (or reject) pending playbook update proposals from the playbook-monitor agent and apply approved changes to the practice profile. Use when the playbook-monitor agent has surfaced proposals, when the user says "review playbook proposals", "what playbook updates are pending", or wants to step through deviation-driven playbook changes.
How do I install this agent skill?
npx skills add https://github.com/anthropics/claude-for-legal --skill review-proposalsIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides a structured workflow for reviewing and applying updates to agent playbooks. It includes security-conscious steps such as mandatory human review and diff visualization before any files are modified.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
/review-proposals
Steps through pending playbook update proposals from the monitor agent and applies approved changes to ~/.claude/plugins/config/claude-for-legal/commercial-legal/CLAUDE.md.
Instructions
-
Load the playbook-monitor agent and run Step 5 (review and approval flow).
-
If no proposals file exists or it is empty: respond "No pending proposals. Playbook is up to date." Do not proceed further.
-
Present proposals one at a time. For each, show the full proposal block and offer four options: Accept, Reject, Edit, Defer.
-
For Accept or Edit: show the exact diff to
~/.claude/plugins/config/claude-for-legal/commercial-legal/CLAUDE.mdbefore writing. Only apply after the attorney explicitly confirms. -
For Reject or Defer: log the decision. Do not modify
~/.claude/plugins/config/claude-for-legal/commercial-legal/CLAUDE.md. -
After all proposals are resolved: show a summary of what changed, then archive the proposals file.
Examples
/commercial-legal:review-proposals
/commercial-legal:review-proposals
(runs automatically after playbook-monitor notifies you)
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/anthropics/claude-for-legal/review-proposals">View review-proposals on skillZs</a>