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, after applying all numbering and cross-reference fixes to a legal contract, performs a full verification pass to confirm the document is now correct. The solution must rebuild the clause map from the corrected document, re-scan for all cross-references, and pay special attention to areas near modified clauses.
Use the contract-numbering-fixer package to extract a fresh clause map directly from the corrected document rather than relying on any cached state from the fix phase. Check the resulting clause list for duplicate numbers and for gaps in the sequence. Then re-scan the full document text for cross-references and confirm each one resolves against the updated clause map. Prioritise checking references that appear in or adjacent to paragraphs affected by the fixes.
Accepts the fixed document and the list of changes that were made. Returns a verification report detailing any remaining duplicate numbers, sequence gaps, or unresolved cross-references.
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