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-9/

{
  "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
    }
  ]
}

tile.json