Skip to content

ci: Tessl skill review + optimize (GA)#83

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

ci: Tessl skill review + optimize (GA)#83
rohan-tessl wants to merge 1 commit intopbakaus:mainfrom
rohan-tessl:ci/skill-review-and-optimize

Conversation

@rohan-tessl
Copy link
Copy Markdown
Contributor

@rohan-tessl rohan-tessl commented Apr 2, 2026

Hey @pbakaus

this upgrades it to tesslio/skill-review-and-optimize, which is a direct superset. same review scoring, plus an optimize flow on top.

What changes

.github/workflows/skill-review.yml

  • Uses tesslio/skill-review-and-optimize (SHA-pinned) instead of tesslio/skill-review@main
  • Same trigger idea as a basic review workflow: PRs that change **/SKILL.md**, scoped to main (matches your existing CI)
  • Same review scoring as before, plus optimization suggestions in a collapsible PR comment when enabled
  • Needs a TESSL_API_TOKEN repository secret (same as other repos using the optimize path)

.github/workflows/skill-apply-optimize.yml

  • Triggered when someone comments /apply-optimize on a PR
  • Commits the suggested optimizations onto the PR branch (via the action’s apply mode)

Maintainer setup

Add Repository secrets → TESSL_API_TOKEN (Tessl API token with rights for this automation). Without it, the optimize portion of the review workflow will not be able to run as intended.

Honest disclosure

I work at @tesslio where we build tooling around agent skills. This is the same GA pairing we’ve been rolling out elsewhere so maintainers get consistent feedback on SKILL.md changes without extra contributor setup.

Thanks in advance — happy to tweak triggers (e.g. drop branches: if you want every base branch) if you prefer.

🙏

- Replace tesslio/skill-review with tesslio/skill-review-and-optimize (SHA-pinned)
- PRs touching SKILL.md get scores plus collapsible optimization suggestions
- Requires TESSL_API_TOKEN repo secret for optimize path
- Add workflow to apply suggestions via /apply-optimize PR comment

Ref: giuseppe-trisciuoglio/developer-kit#160
Made-with: Cursor
@rohan-tessl rohan-tessl requested a review from pbakaus as a code owner April 2, 2026 06:38
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