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
{
"context": "The solution must correctly identify whether a user-provided document is a Google Doc or a Word file, confirm it is accessible before proceeding, and prompt the user when no document reference is given. No clause analysis should begin until the document is confirmed open.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Document type detection",
"description": "Correctly identifies Google Doc vs .docx format from user input",
"max_score": 25
},
{
"name": "Document access confirmation",
"description": "Confirms document is accessible before proceeding",
"max_score": 25
},
{
"name": "Missing document prompting",
"description": "Asks user for document when not provided, does not proceed without it",
"max_score": 30
},
{
"name": "No premature analysis",
"description": "Does not begin clause analysis before document is confirmed open",
"max_score": 20
}
]
}docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10