Skip to content

ci: add Tessl skill-review-and-optimize workflow with /apply-optimize#2536

Open
popey wants to merge 2 commits intoslidevjs:mainfrom
popey:ci/tessl-skill-review-and-optimize
Open

ci: add Tessl skill-review-and-optimize workflow with /apply-optimize#2536
popey wants to merge 2 commits intoslidevjs:mainfrom
popey:ci/tessl-skill-review-and-optimize

Conversation

@popey
Copy link
Copy Markdown
Contributor

@popey popey commented Apr 13, 2026

Hey @antfu 👋

Following up on the skill optimization PR that was merged — this adds a GitHub Action that automatically reviews and optimizes SKILL.md files on future PRs, so your skill stays in sync as Slidev evolves without manual effort.

What this adds

.github/workflows/skill-review.yml — runs on every PR that touches a SKILL.md:

.github/workflows/skill-optimize-apply.yml — triggered by a /apply-optimize comment on a PR:

  • Commits the AI-suggested improvements directly to the PR branch — no copy-paste needed

🔑 One-time setup required

Add a TESSL_API_TOKEN secret to this repo:
Settings → Secrets and variables → Actions → New repository secret

Get a free token at https://tessl.io/account/api-keys.

Without the token the action still posts review scores and feedback — just without the AI optimization suggestions.

What stays the same

  • Non-blocking by default — no red CI unless you add fail-threshold
  • Only fires on **/SKILL.md PRs — no noise on other changes
  • Contributors need no Tessl account — only the repo owner needs the API token for optimization

Honest disclosure — I work at @tesslio where we build tooling around skills like these. Not a pitch — just saw room for improvement and wanted to contribute.

Want to self-improve your skills? Just point your agent (Claude Code, Codex, etc.) at this Tessl guide and ask it to optimize your skill. Ping me — @popey — if you hit any snags.

Thanks in advance 🙏

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 13, 2026

Deploy Preview for slidev failed.

Name Link
🔨 Latest commit 75412ca
🔍 Latest deploy log https://app.netlify.com/projects/slidev/deploys/69dcc7a593046f0008022028

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 13, 2026

Open in StackBlitz

@slidev/client

npm i https://pkg.pr.new/@slidev/client@2536

create-slidev

npm i https://pkg.pr.new/create-slidev@2536

create-slidev-theme

npm i https://pkg.pr.new/create-slidev-theme@2536

@slidev/parser

npm i https://pkg.pr.new/@slidev/parser@2536

@slidev/cli

npm i https://pkg.pr.new/@slidev/cli@2536

@slidev/types

npm i https://pkg.pr.new/@slidev/types@2536

commit: 75412ca

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant