CtrlK
BlogDocsLog inGet started
Tessl Logo

simon/skills

Auto-generated tile from GitHub (10 skills)

92

1.16x
Quality

94%

Does it follow best practices?

Impact

92%

1.16x

Average score across 44 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

criteria.jsonevals/scenario-33/

{
  "context": "Tests whether the agent follows the canonical migration path from the standard package to neostandard/ESLint v9, including using the --migrate flag, updating scripts, cleaning up old config, and separating migration from rule tuning.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "--migrate flag used",
      "description": "The generated eslint.config.js was produced using 'npx neostandard --migrate' (config contains comments or structure consistent with migration output, OR a setup script / documented steps show --migrate was used)",
      "max_score": 12
    },
    {
      "name": "standard uninstalled",
      "description": "package.json does NOT list 'standard' as a dependency or devDependency",
      "max_score": 10
    },
    {
      "name": "standard config key removed",
      "description": "package.json does NOT contain a top-level 'standard' configuration key",
      "max_score": 10
    },
    {
      "name": "lint script updated",
      "description": "package.json scripts.lint calls 'eslint .' (not 'standard')",
      "max_score": 10
    },
    {
      "name": "lint:fix script updated",
      "description": "package.json scripts.lint:fix calls 'eslint . --fix' (not 'standard --fix' or similar)",
      "max_score": 8
    },
    {
      "name": "Flat config file present",
      "description": "An eslint.config.js or eslint.config.mjs file exists",
      "max_score": 8
    },
    {
      "name": "No legacy rc file",
      "description": "No .eslintrc, .eslintrc.json, .eslintrc.js, or .eslintrc.yml file is present",
      "max_score": 8
    },
    {
      "name": "neostandard devDependency",
      "description": "package.json lists neostandard as a devDependency",
      "max_score": 8
    },
    {
      "name": "eslint devDependency",
      "description": "package.json lists eslint as a devDependency",
      "max_score": 8
    },
    {
      "name": "Migration steps separated",
      "description": "The migration plan/log/steps document (if produced) shows config migration as a distinct step separate from any rule-tuning adjustments",
      "max_score": 9
    },
    {
      "name": "Lint runner is eslint",
      "description": "Any documented verification steps or scripts use 'eslint' (not 'neostandard') as the CLI runner",
      "max_score": 9
    }
  ]
}

evals

README.md

tile.json