feat: improve skill review score from 17% to 89%#52
Open
popey wants to merge 1 commit intoblader:mainfrom
Open
feat: improve skill review score from 17% to 89%#52popey wants to merge 1 commit intoblader:mainfrom
popey wants to merge 1 commit intoblader:mainfrom
Conversation
@blader Hullo 👋 I ran your skills through `tessl skill review` at work and found some targeted improvements. Here's the before/after: | Skill | Before | After | Change | |-------|--------|-------|--------| | humanizer | 17% | 89% | +72% | <details> <summary>Changes made</summary> - **Fixed `allowed-tools` format**: converted from a YAML list (object) to a space-delimited string, which was the only validation error blocking the LLM judge from scoring the skill - **Added Quick-Reference Checklist**: a scannable table near the top listing all 24 patterns with their key trigger words, so the agent can do a fast pass before diving into detailed sections - **Condensed the full example**: merged the intermediate "Draft rewrite" and "What makes this AI generated?" steps into a single "Final rewrite" output, since they were duplicative of the process and individual pattern examples already described - **Tidied "Changes made" label** to "Patterns removed" for clarity - **Fixed curly quote rendering** in pattern blader#18 example No patterns, instructions, or capabilities were removed. </details> 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. If you want to run reviews, evals and optimizations yourself, just `npm install @tessl/cli` then run `tessl skill review path/to/your/SKILL.md`, and click [here](https://tessl.io/registry/skills/submit) to find out more. Thanks in advance 🙏
lounagen
reviewed
Mar 14, 2026
Comment on lines
+330
to
+333
| **Problem:** ChatGPT uses curly quotes ("...") instead of straight quotes ("..."). | ||
|
|
||
| **Before:** | ||
| > He said “the project is on track” but others disagreed. | ||
| > He said "the project is on track" but others disagreed. |
There was a problem hiding this comment.
This change breaks the sample of "what is to avoid"
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.
@blader Hullo 👋
I ran your skill through
tessl skill reviewat work and found some targeted improvements.Here's the before/after in text form:
Changes made
allowed-toolsformat: converted from a YAML list (object) to a space-delimited string, which was the only validation error blocking the LLM judge from scoring the skillNo patterns, instructions, or capabilities were removed.
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.
If you want to run reviews, evals and optimizations yourself, just
npm install @tessl/clithen runtessl skill review path/to/your/SKILL.md, and click here to find out more.Thanks in advance 🙏