| name | claude-review |
| title | /claude-review |
| description | Agentic contract review using superdoc-redlines. Spawns parallel sub-agents for comprehensive document review with tracked changes. |
| author | yuch85 |
| author_url | https://github.com/yuch85/superdoc-redlines/tree/main/.claude/skills/claude-review |
| license | Apache-2.0 |
| version | 0.1.0 |
| execution_mode | open |
| jurisdiction | general |
| practice | contracts |
| language | en |
/claude-review
Agentic contract review skill that uses the superdoc-redlines library to review and amend legal documents with tracked changes. For large documents (>50K tokens), spawns parallel sub-agents for comprehensive coverage.
Usage
/claude-review [--single-agent|--multi-agent] <document> <instructions>
Arguments:
--single-agent (optional) - Force single-agent workflow regardless of document size
--multi-agent (optional) - Force multi-agent workflow regardless of document size
<document> - Path to the DOCX file to review
<instructions> - Review instructions (e.g., "Convert from UK to Singapore jurisdiction")
Examples:
/claude-review contract.docx Convert from UK to Singapore law
/claude-review --multi-agent contract.docx Convert from UK to Singapore law
/claude-review --single-agent large-contract.docx Review warranties only
/claude-review ./contracts/bta.docx Review warranties and update statutory references
/claude-review "Business Transfer Agreement.docx" Adapt for Singapore jurisdiction, update all UK statutes
How It Works
This skill reads $ARGUMENTS for the document path and instructions.
Argument Parsing
Parse arguments as follows:
- Check for optional workflow flags:
--single-agent or --multi-agent (if present, remove from arguments)
- First remaining argument: document path (may be quoted if contains spaces)
- Remaining arguments: review instructions (joined as a single string)
If arguments are missing, prompt the user for:
- Document path
- Review instructions
Workflow Override:
- If user specifies
--single-agent or --multi-agent, that workflow MUST be used
- User-specified workflow overrides any automatic selection based on document size
- If no workflow flag is provided, use automatic selection based on document size
Workflow Selection
Priority 1 - User Override (if specified):
- If user provides
--single-agent flag: Use single-agent workflow
- If user provides
--multi-agent flag: Use multi-agent workflow
Based on document size, choose the appropriate workflow: