feat: improve skill review scores for 5 skills#17
Open
rohan-tessl wants to merge 1 commit intoBankrBot:mainfrom
Open
feat: improve skill review scores for 5 skills#17rohan-tessl wants to merge 1 commit intoBankrBot:mainfrom
rohan-tessl wants to merge 1 commit intoBankrBot:mainfrom
Conversation
Hey @0xdeployer 👋 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 | |-------|--------|-------|--------| | bankr-client-patterns | 16% | 86% | +70% | | bankr-error-handling | 17% | 90% | +73% | | bankr-safety | 17% | 82% | +65% | | sdk-balance-queries | 17% | 95% | +78% | | bankr-token-trading | 17% | 89% | +72% | This PR covers 5 of 39 skills to keep the contribution focused and reviewable. Changes across all 5 skills: - Fixed name frontmatter to valid kebab-case (was blocking LLM judge scoring) - Removed unknown version key from frontmatter - Rewrote descriptions with "Use when..." clauses and concrete trigger terms - Added structured Workflow sections for clearer step-by-step guidance - bankr-client-patterns: reduced from 509 to 189 lines
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 @0xdeployer 👋
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 your 39 skills to keep the contribution focused and reviewable — more can be improved in follow-ups or via automated review on future PRs.
Changes summary
All 5 skills:
namefrontmatter to use valid kebab-case format (was causing validation failures that blocked LLM judge scoring entirely)versionfrom frontmatter (flagged as unknown key — usemetadata.versionif needed)descriptionwith explicit "Use when..." clause and concrete trigger terms for better skill selection## Workflowsections for clearer step-by-step guidancebankr-client-patterns (16% → 86%):
bankr-error-handling (17% → 90%):
bankr-safety (17% → 82%):
sdk-balance-queries (17% → 95%):
bankr-token-trading (17% → 89%):
Want your remaining skills optimised too? 🚀
This PR covers 5 of your 39 skills to keep the contribution focused and reviewable. We have tooling that can go further:
SKILL.mdchanged in future PRs. Review mode works with zero secrets; maintainers can addTESSL_API_TOKENfor AI suggestions and the/apply-optimizecomment flow.Interested? Just tick the box below and we'll raise a follow-up PR:
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 🙏