Skip to content

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

Open
rohan-tessl wants to merge 1 commit intoNickCrew:mainfrom
rohan-tessl:ci/skill-review-and-optimize
Open

ci: add Tessl skill-review-and-optimize workflow with /apply-optimize#25
rohan-tessl wants to merge 1 commit intoNickCrew:mainfrom
rohan-tessl:ci/skill-review-and-optimize

Conversation

@rohan-tessl
Copy link
Copy Markdown
Contributor

Hey @NickCrew 👋

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 the rest of your skill library can improve incrementally 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 — @rohan-tessl — if you hit any snags.

Thanks in advance 🙏

@rohan-tessl rohan-tessl marked this pull request as ready for review April 9, 2026 08:39
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