A Claude AI skill that reviews and fixes clause numbering and stale cross-references in legal contracts and agreements.
94
Pending
Does it follow best practices?
Impact
94%
0.98xAverage score across 10 eval scenarios
Pending
The risk profile of this skill
Design a solution that, when given a user request to fix a legal contract, correctly identifies and accesses the document. The solution must detect whether the document is a Google Doc (accessed via URL in Chrome) or a Word file (.docx), prompt the user for the document reference if not provided, and confirm the document has been opened before proceeding to any analysis.
The solution should inspect the user's input to determine whether a document reference is present. If a Google Docs URL is detected (e.g., a URL containing docs.google.com), the solution opens it in Chrome and confirms access. If a .docx file path is detected, the solution opens the file using python-docx and confirms access. If neither is present, the solution must pause and ask the user to supply the document reference before taking any further action. Under no circumstances should clause analysis begin before the document is confirmed open and accessible.
The solution accepts user input (natural language message) and outputs a structured confirmation that includes:
"Google Doc" or "Word document (.docx)")AI skill that reviews and fixes clause numbering issues and stale cross-references in legal contracts.
docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10