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
Your team maintains a private GitHub repository with a growing collection of AI agent skills (stored as SKILL.md files throughout the repository). The team lead wants automated quality checks on every pull request that touches skill files — a CI pipeline that reviews changed skills, posts review scores as PR comments, and tracks score changes over time.
The repository uses GitHub Actions for CI/CD. All contributors are internal team members with direct push access. The default branch is main. The team wants the simplest possible setup that still gives them score tracking with diff indicators.
Produce:
setup.sh that, when run inside a git repository, would perform all the setup steps (creating directories, writing pipeline files, initializing the cache). The script should contain all generated file content inline (using heredocs or echo).config-summary.md documenting the configuration choices made and why.setup-notes.md with post-setup instructions the team would need to follow manually (like adding secrets).Install with Tessl CLI
npx tessl i tessl-labs/tessl-skill-review-cievals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5