feat: improve skill scores for 5 lowest-scoring skills#160
Open
rohan-tessl wants to merge 3 commits into
Open
Conversation
Optimized 5 skills with the lowest tessl skill review scores: - telnyx-fax-curl: 52% → 94% (+42%) - telnyx-seti-curl: 58% → 95% (+37%) - telnyx-seti-python: 59% → 95% (+36%) - telnyx-iot-curl: 60% → 88% (+28%) - telnyx-webrtc-client-js: 67% → 94% (+27%) Key improvements: - Added "Use when..." clauses and natural trigger terms to all descriptions - Moved bulky content to references/ files for better progressive disclosure - Fixed erroneous 10DLC endpoint in SETI skills - Fixed mixed -F/-d flags in fax-curl send example - Removed tangential storage/migration endpoints from IoT skill - Cleaned up incomplete API reference stubs in WebRTC skill - Added Quick Start workflow sections where appropriate All 5 skills are auto-generated — these changes demonstrate improvements the OpenAPI generation pipeline could adopt.
Adds .github/workflows/skill-review.yml that automatically runs tessl skill review on any PR that modifies SKILL.md files and posts scores as a single PR comment. Non-blocking by default (fail-threshold: 0). No Tessl account needed — uses GITHUB_TOKEN only.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey @aisling404 👋
I ran your skills through
tessl skill reviewat work and found some targeted improvements. Here's the full before/after:This PR covers your 5 lowest-scoring skill(s) in the repo. The remaining 229 skills can improve incrementally via the included GitHub Action (see below). All 5 skills are auto-generated from the Telnyx OpenAPI specs — these changes demonstrate improvements the generation pipeline could adopt.
What changed in telnyx-fax-curl
-F) and media URL (-d) into two distinct curl examples (original incorrectly mixed both in one command)references/api-details.md— eliminated 5x repeated response schema blocks, cutting token usage significantlyWhat changed in telnyx-seti-curl
GET /10dlc/enum/{endpoint}— this 10DLC endpoint was incorrectly included in the SETI skillWhat changed in telnyx-seti-python
GET /10dlc/enum/{endpoint}— same 10DLC endpoint incorrectly includedclient.messages.send) that was unrelated to SETI; replaced with SETI-specific error handlingWhat changed in telnyx-iot-curl
references/api-details.md— data usage notifications, SIM card orders, OTA updates, wireless blocklists, and additional SIM card endpoints now live in a reference fileWhat changed in telnyx-webrtc-client-js
references/api-reference.md— eliminated ~325 lines of duplicated content (the API reference was repeating authentication, call making, and call controls already covered in the main body)Tessl Skill Review GitHub Action ✅
I've also included a GitHub Action (
.github/workflows/skill-review.yml) that automatically reviews anySKILL.mdchanged in future PRs and posts scores as a PR comment.What this gives you:
tessl skill reviewruns on every PR touchingSKILL.mdGITHUB_TOKENis usedfail-threshold: 70later if you want a hard gate)Want automatic AI optimization on every SKILL.md change? 🚀
The action I've added gives you review scores on PRs. We also have a more powerful variant —
tesslio/skill-review-and-optimize— that can:SKILL.mdPR (requires addingTESSL_API_TOKENas a repo secret)/apply-optimizeInterested? Tick the box and I'll raise a follow-up PR:
tesslio/skill-review-and-optimizeaction so every SKILL.md PR gets AI optimization suggestions + the/apply-optimizeflowHonest 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 🙏