feat: improve skill review scores + add Tessl CI workflow#2
Open
rohan-tessl wants to merge 2 commits intolintendo:mainfrom
Open
feat: improve skill review scores + add Tessl CI workflow#2rohan-tessl wants to merge 2 commits intolintendo:mainfrom
rohan-tessl wants to merge 2 commits intolintendo:mainfrom
Conversation
Optimized 5 skills with the lowest tessl skill review scores: | Skill | Before | After | Change | |-------|--------|-------|--------| | default-design-guide-minimal | 0% | 63% | +63% | | default-design-guide-stylized | 0% | 63% | +63% | | taste-skill | 0% | 56% | +56% | | default-resource-recommendations | 40% | 88% | +48% | | theme-factory | 45% | 93% | +48% | Changes: - Added missing YAML frontmatter (name + description) to 3 skills that scored 0% due to validation failures - Improved description fields with explicit "Use when..." trigger clauses and concrete capability keywords - Enhanced default-resource-recommendations with per-reference descriptions - Restructured theme-factory with clearer workflow, theme selection table, and reduced redundancy
Adds .github/workflows/skill-review.yml that runs tesslio/skill-review on PRs touching any SKILL.md file. Posts scores as a single PR comment. No Tessl login required — uses only GITHUB_TOKEN. Non-blocking by default.
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 @lintendo 👋
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 5 skills to keep the review manageable. The included GitHub Action workflow (see below) will surface Tessl feedback on future
SKILL.mdchanges so the rest of the library can improve incrementally.What changed
default-design-guide-minimal,default-design-guide-stylized,taste-skill). Addednameanddescriptionfields so tessl can validate and score them.descriptionfields with explicit "Use when..." trigger clauses and concrete capability keywords — this helps agents pick the right skill at the right time.🤖 Tessl Skill Review GitHub Action
This PR also adds
.github/workflows/skill-review.yml— a lightweight workflow that automatically reviews skills on future PRs:**/SKILL.md, it runstesslio/skill-reviewand posts one PR comment with Tessl scores and feedback (updated on new pushes).GITHUB_TOKENis used to post the comment.with: fail-threshold: 70to the workflow step.SKILL.mdgets automatic review comments, so the whole library improves over time.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 🙏