feat: improve skill scores and add Tessl review workflow#2
Open
rohan-tessl wants to merge 2 commits intoLdotJdot:mainfrom
Open
feat: improve skill scores and add Tessl review workflow#2rohan-tessl wants to merge 2 commits intoLdotJdot:mainfrom
rohan-tessl wants to merge 2 commits intoLdotJdot:mainfrom
Conversation
Optimized 5 lowest-scoring skills using tessl skill review: | Skill | Before | After | Change | |-------------|--------|-------|--------| | deep-think | 0% | 77% | +77% | | python | 36% | 94% | +58% | | webbrowser | 44% | 100% | +56% | | search | 65% | 94% | +29% | | csharp | 73% | 89% | +16% | Key changes: - Fixed deepThink name to kebab-case (deep-think) to pass validation - Added explicit "Use when" triggers to all descriptions - Condensed verbose content, removed redundant explanations - Added validation checkpoints in workflows - Restructured webbrowser commands into scannable table format
Adds .github/workflows/skill-review.yml that runs tesslio/skill-review on PRs touching any SKILL.md file. Posts scores and feedback as a single PR comment using only GITHUB_TOKEN — no extra accounts needed. Non-blocking by default (fail-threshold: 0).
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 @Zidong-IA 👋
I ran your skills through
tessl skill reviewat work and found some targeted improvements.Here's the full before/after:
This PR intentionally caps changes at five skills to keep the review manageable. The included GitHub Action workflow (see below) will surface Tessl feedback on future
SKILL.mdchanges across the entire library.Changes summary
references/andexamples/directories.All skills now have:
Tessl Skill Review GitHub Action
This PR also adds
.github/workflows/skill-review.yml— a lightweight GitHub Action that runs automatically on PRs that touch anySKILL.mdfile.tesslio/skill-reviewon changedSKILL.mdfiles and posts a single PR comment with scores and feedback (updated on each push).GITHUB_TOKENis used.with: fail-threshold: 70later if you want a hard gate.npm run validate, etc.).SKILL.mdgets automatic review comments — so the rest of the library improves incrementally.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 🙏