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": "This scenario tests the skill's ability to perform a thorough verification pass after all fixes have been applied to a legal contract. The skill must rebuild the clause map from the corrected document, check for duplicate and missing numbers, re-scan all cross-references, and give extra scrutiny to areas near the modified clauses.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Clause map rebuild",
"description": "Builds a fresh clause map by re-parsing the corrected document rather than reusing any cached clause data from the fix phase",
"max_score": 25
},
{
"name": "Uniqueness check",
"description": "Verifies that no two clauses in the corrected document share the same number, and reports any duplicates found",
"max_score": 25
},
{
"name": "Sequential check",
"description": "Verifies that clause numbers form a continuous sequence with no gaps, and reports any missing numbers",
"max_score": 20
},
{
"name": "Cross-reference recheck",
"description": "Re-scans the full document for cross-references after fixes and confirms each one resolves against the updated clause map",
"max_score": 20
},
{
"name": "Focus on changed areas",
"description": "Gives extra attention to cross-references located in or adjacent to paragraphs that were modified during the fix phase",
"max_score": 10
}
]
}docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10