ci: Tessl skill review + optimize (GA)#83
Open
rohan-tessl wants to merge 1 commit intopbakaus:mainfrom
Open
Conversation
- Replace tesslio/skill-review with tesslio/skill-review-and-optimize (SHA-pinned) - PRs touching SKILL.md get scores plus collapsible optimization suggestions - Requires TESSL_API_TOKEN repo secret for optimize path - Add workflow to apply suggestions via /apply-optimize PR comment Ref: giuseppe-trisciuoglio/developer-kit#160 Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey @pbakaus
this upgrades it to tesslio/skill-review-and-optimize, which is a direct superset. same review scoring, plus an optimize flow on top.
What changes
.github/workflows/skill-review.ymltesslio/skill-review-and-optimize(SHA-pinned) instead oftesslio/skill-review@main**/SKILL.md**, scoped tomain(matches your existing CI)TESSL_API_TOKENrepository secret (same as other repos using the optimize path).github/workflows/skill-apply-optimize.yml/apply-optimizeon a PRMaintainer setup
Add Repository secrets →
TESSL_API_TOKEN(Tessl API token with rights for this automation). Without it, the optimize portion of the review workflow will not be able to run as intended.Honest disclosure
I work at @tesslio where we build tooling around agent skills. This is the same GA pairing we’ve been rolling out elsewhere so maintainers get consistent feedback on
SKILL.mdchanges without extra contributor setup.Thanks in advance — happy to tweak triggers (e.g. drop
branches:if you want every base branch) if you prefer.🙏