feat: improve skill scores for hook workspace#1
Open
rohan-tessl wants to merge 1 commit intoheyAyushh:mainfrom
Open
feat: improve skill scores for hook workspace#1rohan-tessl wants to merge 1 commit intoheyAyushh:mainfrom
rohan-tessl wants to merge 1 commit intoheyAyushh:mainfrom
Conversation
Hey @heyAyushh 👋 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 | |-------|--------|-------|--------| | hook-serve | 73% | 89% | +16% | | kafka-openclaw-hook | 79% | 94% | +15% | | relay-core | 83% | 100% | +17% | | contract-authoring | 80% | 97% | +17% | | kafka-add-broker | 90% | 90% | +0% | This PR is intentionally scoped to 5 skills to keep it reviewable — more skills can be improved in follow-ups or via automated review on future PRs. <details> <summary>Changes summary</summary> - Converted all frontmatter descriptions from YAML chevron (>) to quoted strings for consistent parsing - Expanded descriptions with concrete action verbs — e.g. "configure Kafka topics, validate hook contracts, register ingress/egress adapters" instead of abstract "build, maintain, and operate" - Added natural trigger terms users would actually say — "webhook source", "toml config errors", "cross-service contracts", "AWS MSK", "Confluent" - Added explicit validation feedback loops to workflows — e.g. "If clippy fails on contract changes, verify envelope schema compatibility in relay-core" - Annotated Key Docs and References with brief descriptions of what each file contains and when to consult it - Added validate-fix workflow to contract-authoring skill with explicit error recovery steps - Trimmed redundant "What a Contract Is" section in contract-authoring — consolidated into a concise opening paragraph </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. Want to self-improve your skills? Just point your agent (Claude Code, Codex, etc.) at this Tessl guide (https://docs.tessl.io/evaluate/optimize-a-skill-using-best-practices) and ask it to optimize your skill. Ping me - @rohan-tessl (https://github.com/rohan-tessl) - if you hit any snags. Thanks in advance 🙏
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 @ChrisTowles 👋
I ran your skills through
tessl skill reviewat work and found some targeted improvements.Here's the full before/after:
This PR covers all 4 skills in the repo — intentionally scoped to keep things reviewable.
Changes summary
typescript-best-practices (+9%)
>) to quoted string formatscreenshot (+9%)
>) to quoted string formattowles-tool (+4%)
setup-multi-repo (+0%)
>) to quoted string format (cosmetic, score was already 99%)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 🙏