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 detects all signs of broken automatic list numbering in a legal contract. The solution must identify at least four distinct patterns of numbering errors: sub-clause numbering that resets mid-document, duplicate clause numbers, skipped clause numbers, and empty list items creating phantom clauses.
The solution should operate on a clause map and the raw document content. It should perform four distinct checks:
1.1) in a position where the parent clause number is much higher, indicating an automatic numbering reset.Each detected error should include the error type and its location within the document.
Accepts a clause map and raw document content. Returns a list of detected numbering errors, where each error contains:
type: one of reset, duplicate, skip, or phantomlocation: the clause number or position in the document where the error was foundAI 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