ci: add Tessl skill review workflow (SHA-pinned)#25
Open
rohan-tessl wants to merge 2 commits intoBitterbot-AI:mainfrom
Open
ci: add Tessl skill review workflow (SHA-pinned)#25rohan-tessl wants to merge 2 commits intoBitterbot-AI:mainfrom
rohan-tessl wants to merge 2 commits intoBitterbot-AI:mainfrom
Conversation
Add .github/workflows/skill-review.yml that runs `tessl skill review` on PRs touching SKILL.md files and posts scores as a PR comment. Action is pinned to SHA 22e928dd837202b2b1d1397e0114c92e0fae5ead (not @main) for supply-chain safety. - No Tessl login or API token needed — only GITHUB_TOKEN - Non-blocking by default (feedback-only, no red CI) - One updated PR comment per run
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 @VGIL77 👋
Following up on the feedback from #13 — this is a standalone PR with just the Tessl Skill Review workflow, pinned to a specific SHA as requested.
What's included
.github/workflows/skill-review.yml— runstessl skill reviewon PRs that touchSKILL.mdfiles and posts scores as a PR comment.Pinned to SHA:
tesslio/skill-review@22e928dd837202b2b1d1397e0114c92e0fae5ead(not@main)What this gives you
tessl skill reviewon every PR touchingSKILL.mdGITHUB_TOKENis usedNo skill changes bundled — just the workflow.
Honest disclosure — I work at @tesslio where we build tooling around skills like these. Not a pitch — just addressing the specific ask from last time.
Thanks in advance 🙏