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 organization uses Azure DevOps for source control and CI/CD. We have an internal repository at ~/project hosted in Azure Repos. We want automated skill review on PRs and pushes.
release**/SKILL.md, **/skills/** (defaults)ci/review-cache/scores.json (custom — not the default)release and on pushes to releaserelease after merges~/project/
.git/
skills/
data-pipeline/SKILL.md
ml-ops/SKILL.md
ci/
build.yml~/project/azure-pipelines.yml — Azure DevOps pipeline YAML~/project/ci/review-cache/scores.json — initialized cache file at custom locationWrite 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