Implements Tessl skill review CI/CD pipelines through an interactive, configuration-first wizard. Supports GitHub Actions, Jenkins, and Azure DevOps.
70
90%
Does it follow best practices?
Impact
50%
0.67xAverage score across 6 eval scenarios
Advisory
Suggest reviewing before use
Our team uses Jenkins (Multibranch Pipeline) for all CI/CD. We have a private GitHub repository at ~/project where we store Tessl skills. We need a Jenkinsfile that automatically reviews skill quality.
main.tessl/skill-review-cache.json (default for Jenkins)tessl skill review --json on each detected skill~/project/
.git/
skills/
incident-response/SKILL.md
kubernetes-ops/SKILL.md
src/
app.py~/project/Jenkinsfile — declarative pipeline~/project/.tessl/skill-review-cache.json — initialized cache fileWrite all output files to the ~/project directory. Do not run or test the pipeline.
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6