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
We maintain an internal company repository at ~/project that contains several Tessl skills used across our engineering teams. We want to add automated quality checks using GitHub Actions.
main**/SKILL.md, **/skills/**.github/.tessl/skill-review-cache.json (default for GitHub Actions)tessl skill review --json on each changed skillmain after PRs merge so subsequent PRs show score diffs~/project/
.git/
skills/
onboarding/SKILL.md
deployment/SKILL.md
README.md~/project/.github/workflows/tessl-skill-review.yml — single workflow YAML~/project/.github/.tessl/skill-review-cache.json — initialized cache fileWrite all output files to the ~/project directory. Do not run or test the pipeline — just create the files.
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6