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 a public open-source repository at ~/project on GitHub. External contributors regularly submit pull requests from forks. We need CI automation that keeps secrets safe from fork PRs while still posting review comments.
develop**/SKILL.md, **/skills/** (defaults).github/.tessl/skill-review-cache.json (default for GitHub Actions)develop~/project/
.git/
skills/
api-design/SKILL.md
testing-patterns/SKILL.md
src/
index.ts
package.json~/project/.github/workflows/tessl-skill-review.yml — main review workflow~/project/.github/workflows/tessl-skill-review-comment.yml — comment workflow~/project/.github/.tessl/skill-review-cache.json — initialized cache fileWrite all output files to the ~/project directory. Do not run or test anything — just create the files.
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6