Implements Tessl skill review CI/CD pipelines through an interactive, configuration-first wizard. Supports GitHub Actions, GitLab CI, Jenkins, Azure DevOps, and CircleCI.
94
Quality
90%
Does it follow best practices?
Impact
100%
1.75xAverage score across 5 eval scenarios
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:
Their Jenkins instance has the NodeJS plugin installed, and they store credentials as Jenkins secrets. The repository is hosted on GitHub.
Produce:
Jenkinsfile with all stages needed.jenkins-setup.md documenting required Jenkins configuration (credentials, plugins, permissions).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@0.2.0evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5