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

{
  "context": "The solution must correctly identify whether a user-provided document is a Google Doc or a Word file, confirm it is accessible before proceeding, and prompt the user when no document reference is given. No clause analysis should begin until the document is confirmed open.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Document type detection",
      "description": "Correctly identifies Google Doc vs .docx format from user input",
      "max_score": 25
    },
    {
      "name": "Document access confirmation",
      "description": "Confirms document is accessible before proceeding",
      "max_score": 25
    },
    {
      "name": "Missing document prompting",
      "description": "Asks user for document when not provided, does not proceed without it",
      "max_score": 30
    },
    {
      "name": "No premature analysis",
      "description": "Does not begin clause analysis before document is confirmed open",
      "max_score": 20
    }
  ]
}

tile.json