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 verify cross-references both structurally and semantically, reading the surrounding context of each reference and the actual content of the referenced clause to determine whether the reference is genuinely correct. Uncertain cases must be flagged for manual review rather than acted upon.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Reads surrounding context",
"description": "Examines text around each reference to understand its intent",
"max_score": 25
},
{
"name": "Reads referenced clause content",
"description": "Reads the actual content of the referenced clause, not just its heading",
"max_score": 25
},
{
"name": "Mismatch identification",
"description": "Correctly flags references where the referenced clause content does not match the stated intent",
"max_score": 25
},
{
"name": "Uncertain handling",
"description": "Flags uncertain cases for manual review instead of making potentially wrong changes",
"max_score": 25
}
]
}docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10