ci: add Tessl skill review on SKILL.md changes (#74)

Use tesslio/skill-review to run tessl skill review on changed skills and
post results on the PR. No Tessl account required; only GITHUB_TOKEN.

Made-with: Cursor

Co-authored-by: rohan-tessl <rohan-tessl@users.noreply.github.com>
This commit is contained in:
rohan-tessl
2026-04-28 18:27:09 -07:00
committed by GitHub
co-authored by rohan-tessl
parent 18fa503d44
commit 7e0ce5e6b1
+20
View File
@@ -0,0 +1,20 @@
# Runs Tessl skill review on pull requests that touch any SKILL.md.
# Posts (or updates) a single PR comment with scores and feedback.
# See: https://github.com/tesslio/skill-review
name: Tessl Skill Review
on:
pull_request:
branches: [main]
paths:
- "**/SKILL.md"
jobs:
review:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: tesslio/skill-review@main