feat: improve skill scores + add Tessl skill review CI#5
Open
rohan-tessl wants to merge 2 commits into
Open
Conversation
| Skill | Before | After | Change | |-------|--------|-------|--------| | use-case-two (was use-case-2.0) | 0% | 93% | +93% | | ea-explain | 29% | 79% | +50% | | create-style-guide | 30% | 79% | +49% | | workshop | 30% | 86% | +56% | | docs-as-code | 32% | 68% | +36% | - use-case-two: Fixed kebab-case name validation (was 0%), condensed 767 lines to focused workflow referencing existing references/ files - ea-explain: Expanded 39-line stub to structured workflow with concrete examples and trigger terms - create-style-guide: Replaced 370 lines of inline templates with concise workflow description - workshop: Condensed 544 lines to focused workflow covering all four workshop formats - docs-as-code: Replaced 757 lines of config templates with streamlined 7-step workflow
Adds .github/workflows/skill-review.yml that runs tesslio/skill-review on PRs touching SKILL.md files. 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 @kyle-sexton 👋
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 to five skills to keep review manageable — the included workflow (below) will surface Tessl feedback on future
SKILL.mdchanges automatically.What changed in each skill
use-case-2.0): Fixed name validation failure (periods aren't valid in kebab-case names — scored 0% before). Condensed 767 lines of inline YAML/C# code blocks into a focused workflow that references the existingreferences/files. Added clear "Use when" triggers and structured steps.docs-managementskill and MCP servers.Tessl Skill Review GitHub Action
This PR also adds
.github/workflows/skill-review.yml— a lightweight GitHub Action that automatically reviewsSKILL.mdfiles on PRs.**/SKILL.md, the workflow runstesslio/skill-reviewand posts one comment with Tessl scores and feedback (updated on new pushes).GITHUB_TOKENis used to post the comment.with: fail-threshold: 70later if you want a hard gate.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 🙏