feat: improve skill scores for 5 skills + add Tessl review workflow#7
Open
rohan-tessl wants to merge 2 commits intolamm-mit:mainfrom
Open
feat: improve skill scores for 5 skills + add Tessl review workflow#7rohan-tessl wants to merge 2 commits intolamm-mit:mainfrom
rohan-tessl wants to merge 2 commits intolamm-mit:mainfrom
Conversation
| Skill | Before | After | Change | |-------|--------|-------|--------| | alphafold | 0% | 85% | +85% | | boltz | 0% | 89% | +89% | | chai | 0% | 89% | +89% | | disease-research | 25% | 79% | +54% | | drug-research | 31% | 93% | +62% | - alphafold, boltz, chai: added missing YAML frontmatter and "Use when" descriptions - disease-research: merged duplicate frontmatter, trimmed 638→60 lines, moved tool refs to references/ - drug-research: merged duplicate frontmatter, trimmed 1592→120 lines, moved tool refs to references/
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 @lamm-mit 👋
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 it reviewable. The included GitHub Action workflow (see below) will surface Tessl feedback on future
SKILL.mdchanges automatically — so the rest of the 300+ skill library can improve incrementally.What changed
alphafold, boltz, chai (0% → 85–89%):
name,description,metadata) — these skills had no frontmatter at all, which caused deterministic validation failuredisease-research (25% → 79%):
sourceintometadatato avoid unknown-key warningsreferences/tool-reference.md(per CONTRIBUTING.md pattern)drug-research (31% → 93%):
sourceintometadatareferences/tool-reference.mdAll changes follow
skills/CONTRIBUTING.md: YAML frontmatter with kebab-case names, quoted descriptions, and heavy content inreferences/directories.🤖 Included: Tessl Skill Review GitHub Action
This PR also adds
.github/workflows/skill-review.ymlso future PRs that touchSKILL.mdfiles get automatic review feedback:**/SKILL.md, the workflow runstesslio/skill-reviewand posts one comment with Tessl scores and feedback (updated on new pushes).GITHUB_TOKENis used to post comments.fail-threshold, the check is feedback-only — no surprise red CI.with: fail-threshold: 70later if you want PRs to fail on low scores.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 🙏