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
Design a solution that correctly distinguishes genuine cross-reference errors from valid legal drafting conventions. The solution must not flag valid conventions such as referencing a section by its top-level number as errors, and must only flag a reference when it clearly points to the wrong or non-existent clause.
Use the contract-numbering-fixer package to analyse each cross-reference in context. For each reference, consult the clause map to determine whether the referenced clause exists and whether it is topically consistent with the surrounding text. Preserve references that follow recognised legal drafting conventions (section-level references, survival clauses) and report only references that are clearly erroneous.
Accepts a cross-reference list, a clause map, and the full document text. Outputs a filtered list separating genuine errors from valid conventions.
AI skill that reviews and fixes clause numbering issues and stale cross-references in legal contracts.
docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10