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 extract every cross-reference to a clause number from a legal contract, covering both common patterns like 'clause X' and extended patterns like 'pursuant to' or 'in accordance with'. For Word documents, extraction must use regex across all paragraphs and runs rather than manual reading.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Basic pattern recognition",
"description": "Recognizes 'clause X', 'section X', 'sub-clause X.Y' patterns",
"max_score": 30
},
{
"name": "Extended pattern recognition",
"description": "Recognizes 'in accordance with', 'pursuant to', 'as set out in', 'referred to in' patterns",
"max_score": 30
},
{
"name": "Programmatic extraction for .docx",
"description": "Uses regex across all paragraphs/runs in Word files",
"max_score": 25
},
{
"name": "No false omissions",
"description": "Does not miss cross-references present in the document",
"max_score": 15
}
]
}docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10