feat: optimize 5 skill scores from 0% to 90-94%#2
Open
rohan-tessl wants to merge 2 commits into
Open
Conversation
Fix validation errors (non-kebab-case names, unknown frontmatter keys, reserved words) and condense content across 5 skills: | Skill | Before | After | Change | |-------|--------|-------|--------| | fastapi-customer-support | 0% | 94% | +94% | | postgresql-database-administration | 0% | 94% | +94% | | psycopg-database-adapter | 0% | 94% | +94% | | sqlalchemy-orm-patterns | 0% | 94% | +94% | | ai-sdk-integration-patterns | 0% | 90% | +90% | Changes per skill: - Fixed name fields to kebab-case (removed spaces, special chars) - Removed unknown frontmatter keys (tags, capabilities, version, author, etc.) - Renamed claude-sdk skill to avoid reserved word in name field - Fixed psycopg skill: changed "skill:" key to "name:" - Condensed all skills from 590-1472 lines to 162-204 lines - Restructured content with actionable code patterns, removed tutorial prose - Added "Use when..." trigger clauses to all descriptions - Referenced EXAMPLES.md for extended content where available
Adds .github/workflows/skill-review.yml that automatically reviews any SKILL.md changes on pull requests targeting main. Uses tesslio/skill-review action to post scores as a PR comment. No Tessl account needed — uses only GITHUB_TOKEN. Non-blocking by default (feedback-only, no fail threshold).
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 @Sir-chawakorn 👋
I ran your skills through
tessl skill reviewat work and found some targeted improvements.Here's the full before/after:
All five skills were scoring 0% because their YAML frontmatter was placed after the H1 heading instead of at the very start of the file — a formatting issue that blocked the Tessl judge from evaluating them at all. This PR fixes that and also improves each skill's description and content.
This PR intentionally caps changes at five skills to keep it reviewable. The included GitHub Action workflow (see below) will surface Tessl feedback on future
SKILL.mdchanges automatically, so the rest of the library can improve incrementally.Changes summary
All five skills:
---block) to the very beginning of the file (was incorrectly placed after the H1 heading)Skill-specific improvements:
Tessl Skill Review GitHub Action
This PR also adds
.github/workflows/skill-review.yml— a lightweight GitHub Action that automatically reviewsSKILL.mdfiles on future PRs:**/SKILL.md, the workflow 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: 70later if you want a hard gate.SKILL.mdgets automatic review comments — so the remaining 45+ skills can improve 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 🙏