feat: improve skill review scores for 5 skills (+73% avg)#24
Open
rohan-tessl wants to merge 2 commits into
Open
feat: improve skill review scores for 5 skills (+73% avg)#24rohan-tessl wants to merge 2 commits into
rohan-tessl wants to merge 2 commits into
Conversation
Hey @robertohluna 👋 I ran your skills through `tessl skill review` at work and found some targeted improvements. Here's the full before/after: | Skill | Before | After | Change | |-------|--------|-------|--------| | brainstorm | 10% | 93% | +83% | | build | 10% | 85% | +75% | | harden | 10% | 84% | +74% | | batch | 10% | 79% | +69% | | write | 10% | 75% | +65% | All 5 skills were at 10% due to missing YAML frontmatter. Added: - YAML frontmatter with name, description, user-invocable, triggers - Arguments tables for structured flag documentation - Output sections with realistic worked examples - Renamed "Implementation" to "Workflow" for consistency Selected across 5 categories (development, strategy, workflow, content, security) for maximum variety from the 114 skills in the repo.
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 @robertohluna 👋
I ran your skills through
tessl skill reviewat work and found some targeted improvements. Here's the full before/after:This PR covers 5 of the 114 skill(s) in the repo. These five were the lowest-scoring — all at 10% due to missing YAML frontmatter — selected from across different categories (development, strategy, workflow, content, security) for maximum variety. The included GitHub Action covers ongoing review for the remaining skills on future PRs.
What changed in brainstorm
name,description(quoted string with "Use when..." clause),user-invocable: true, andtriggersarrayArgumentstable for structured flag documentationOutputsection with a realistic worked example showing the full recommendation formatWhat changed in build
name,description,user-invocable: true, andtriggersarrayArgumentstable documenting flags (--clean,--verbose,--target)Outputsection with structured build report example showing error diagnostics and suggested fixesWhat changed in harden
name,description,user-invocable: true, andtriggersarraymix audit,npm audit,cargo audit,pip-audit) for each assessment domainOutputsection with before/after comparison tableWhat changed in batch
name,description,user-invocable: true, andtriggersarrayArgumentstable for--max-agentsand--batch-sizeflagsOutputsection with batch execution summary showing agent assignments and token savingsWhat changed in write
name,description,user-invocable: true, andtriggersarrayArgumentstable for--for,--topic,--toneflagsOutputsection with a realistic brief exampleTessl 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)Note: Your CONTRIBUTING.md asks that new CI workflows start with a Discussion first — totally understand if you'd prefer to split the workflow into a separate PR or discussion. Happy to do that.
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 🙏