CtrlK
BlogDocsLog inGet started
Tessl Logo

tesslops/legal-numbering-architecture

A Claude AI skill that reviews and fixes clause numbering and stale cross-references in legal contracts and agreements.

94

0.98x
Quality

Pending

Does it follow best practices?

Impact

94%

0.98x

Average score across 10 eval scenarios

SecuritybySnyk

Pending

The risk profile of this skill

Overview
Eval results
Files

criteria.jsonevals/scenario-4/

{
  "context": "The solution must extract every cross-reference to a clause number from a legal contract, covering both common patterns like 'clause X' and extended patterns like 'pursuant to' or 'in accordance with'. For Word documents, extraction must use regex across all paragraphs and runs rather than manual reading.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Basic pattern recognition",
      "description": "Recognizes 'clause X', 'section X', 'sub-clause X.Y' patterns",
      "max_score": 30
    },
    {
      "name": "Extended pattern recognition",
      "description": "Recognizes 'in accordance with', 'pursuant to', 'as set out in', 'referred to in' patterns",
      "max_score": 30
    },
    {
      "name": "Programmatic extraction for .docx",
      "description": "Uses regex across all paragraphs/runs in Word files",
      "max_score": 25
    },
    {
      "name": "No false omissions",
      "description": "Does not miss cross-references present in the document",
      "max_score": 15
    }
  ]
}

tile.json