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 build a complete clause map from a legal contract, capturing every top-level clause and sub-clause with its number and heading. For Word documents, parsing must be programmatic. The resulting map must be retained as ground truth throughout the session.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Top-level clause enumeration",
"description": "All top-level clauses included in the map",
"max_score": 20
},
{
"name": "Sub-clause enumeration",
"description": "All sub-clauses included with their numbers",
"max_score": 25
},
{
"name": "Programmatic parsing for .docx",
"description": "Uses code-based parsing (not screenshots) for Word files",
"max_score": 20
},
{
"name": "Map used as ground truth",
"description": "Clause map referenced in subsequent verification steps",
"max_score": 20
},
{
"name": "Completeness",
"description": "Does not omit any clauses visible 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