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
An open-source project maintainer wants to add automated skill review to their public GitHub repository. The project accepts contributions from external developers via fork-based pull requests. Security is a top priority — the maintainer has read about supply chain attacks where malicious PRs exfiltrate secrets from CI pipelines.
The repository needs a skill review setup that:
The project's default branch is main and uses the standard file layout.
Produce:
.yml file).security-analysis.md explaining the security model — how secrets are protected from fork PRs, what runs in trusted vs untrusted contexts.setup-checklist.md listing all manual configuration steps needed after the files are created.Install with Tessl CLI
npx tessl i tessl-labs/tessl-skill-review-ci@0.2.0evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5