CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl-labs/tessl-skill-review-ci

Implements Tessl skill review CI/CD pipelines through an interactive, configuration-first wizard. Supports GitHub Actions, GitLab CI, Jenkins, Azure DevOps, and CircleCI.

94

1.75x

Quality

90%

Does it follow best practices?

Impact

100%

1.75x

Average score across 5 eval scenarios

Overview
Skills
Evals
Files

task.mdevals/scenario-5/

Jenkins Skill Review with Auto-Optimization

Problem/Feature Description

A platform engineering team uses Jenkins (Multibranch Pipeline) for all their CI/CD. They have a monorepo containing over 30 AI agent skills organized in subdirectories. Skill quality has been declining as the team has grown, and the engineering manager wants to automate both review and improvement of skills.

The team wants:

  • Automated review of skills on every PR
  • Skills that don't pass review should be automatically improved and committed back to the PR branch
  • Review results posted as PR comments via the GitHub API
  • Score tracking with a persistent cache

Their Jenkins instance has the NodeJS plugin installed, and they store credentials as Jenkins secrets. The repository is hosted on GitHub.

Output Specification

Produce:

  1. A complete Jenkinsfile with all stages needed.
  2. A file called jenkins-setup.md documenting required Jenkins configuration (credentials, plugins, permissions).
  3. A file called pipeline-stages.md listing each pipeline stage with its purpose and when it runs.

Install with Tessl CLI

npx tessl i tessl-labs/tessl-skill-review-ci

evals

azure-devops.md

circleci.md

github-actions.md

gitlab-ci.md

jenkins.md

README.md

SKILL.md

TESTING.md

tile.json