CtrlK
BlogDocsLog inGet started
Tessl Logo

juliusbrussee/caveman

Compressed caveman-style prose for AI coding agents — cuts ~65% output tokens while keeping full technical accuracy

96

1.00x
Quality

100%

Does it follow best practices?

Impact

96%

1.00x

Average score across 38 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

criteria.jsonevals/scenario-12/

{
  "context": "Tests whether the response correctly explains the technical differences between git rebase and git merge with accurate tradeoffs.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Explains merge creates a merge commit",
      "description": "States that git merge creates a merge commit that joins two branch histories",
      "max_score": 12
    },
    {
      "name": "Explains rebase replays commits",
      "description": "States that git rebase replays/moves commits onto a new base, creating new commit hashes",
      "max_score": 12
    },
    {
      "name": "Mentions history linearity tradeoff",
      "description": "Notes that rebase produces a linear history while merge preserves the branching structure",
      "max_score": 12
    },
    {
      "name": "Warns about rebase on shared branches",
      "description": "Warns against rebasing commits that have been pushed/shared, as it rewrites history",
      "max_score": 12
    },
    {
      "name": "No incorrect information",
      "description": "Response does not contain factually wrong statements about git internals or behavior",
      "max_score": 12
    }
  ]
}

evals

README.md

SKILL.md

tile.json