CtrlK
BlogDocsLog inGet started
Tessl Logo

akshay-babbar/doc-sync

Auto-syncs stale docstrings and README when function signatures change. Detects documentation drift after refactors, parameter additions, or return type changes. Dry-run by default — proposes before writing.

87

1.59x
Quality

100%

Does it follow best practices?

Impact

86%

1.59x

Average score across 17 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

criteria.jsonevals/scenario-10/

{
  "context": "Agent must handle a large, noisy diff and identify exactly one in-scope documented contract change (parse_config gained strict) without producing false positives on other internal-only refactors.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "parse_config docstring updated",
      "description": "parse_config docstring includes documentation for the strict parameter",
      "max_score": 30
    },
    {
      "name": "No false positives on other files",
      "description": "The report does NOT propose or update docs for any file other than the one containing parse_config",
      "max_score": 50
    },
    {
      "name": "Noisy diff navigated correctly",
      "description": "The report identifies exactly 1 symbol as in-scope — not 0 (missed it) and not 2+ (false positives)",
      "max_score": 45
    },
    {
      "name": "Unified report format",
      "description": "doc-sync-report.md contains '## Doc Sync Report' as a top-level heading",
      "max_score": 45
    }
  ]
}

evals

README.md

SKILL.md

tessl.json

tile.json

TRUST.md