Skip to content

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

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

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

Conversation

@rohan-tessl
Copy link
Copy Markdown
Contributor

Hey @ragnarok22 👋

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 🙏

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.03%. Comparing base (62ac087) to head (2d7f176).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #440      +/-   ##
==========================================
- Coverage   97.27%   97.03%   -0.24%     
==========================================
  Files           7        7              
  Lines         844      844              
==========================================
- Hits          821      819       -2     
- Misses         23       25       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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