feat: improve skill scores across 8 skills#2949
Merged
barnabasbusa merged 1 commit intokurtosis-tech:mainfrom Mar 17, 2026
Merged
feat: improve skill scores across 8 skills#2949barnabasbusa merged 1 commit intokurtosis-tech:mainfrom
barnabasbusa merged 1 commit intokurtosis-tech:mainfrom
Conversation
Hullo @kurtosis-tech 👋 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 | |-------|--------|-------|--------| | cli-local-build | 86% | 93% | +7% | | context-manage | 86% | 93% | +7% | | lint | 86% | 93% | +7% | | portal | 86% | 93% | +7% | | run-package | 86% | 93% | +7% | | service-manage | 74% | 80% | +6% | | starlark-dev | 89% | 93% | +4% | | files-inspect | 86% | 89% | +3% | 8 skills improved, average score up from 87% to 91%. <details> <summary>Changes made</summary> - **cli-local-build**: Added verification step after cluster switching to confirm engine is running on expected backend - **context-manage**: Added verification step in workflow after switching contexts, plus error handling table for common issues (non-existent context, removing active context, engine state after switch) - **enclave-inspect**: Added dump verification step and troubleshooting table for common issues - **files-inspect**: Restructured file inspection section with verification workflow, added Starlark mount verification example, added explicit debugging workflow with validation checkpoints - **lint**: Added fix-and-retry pattern in CI integration section - **port-forward**: Added numbered diagnostic workflow for troubleshooting unreachable ports, streamlined troubleshooting table - **portal**: Added troubleshooting table covering common portal issues (won't start, status not running, services unreachable, connection refused) - **run-package**: Added safe deployment workflow showing dry-run, execute, verify pattern - **service-manage**: Added verification section for confirming stop/start/rm operations succeeded, added troubleshooting table covering common service management issues - **starlark-dev**: Added dry-run, execute, verify testing workflow </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 - [@popey](https://github.com/popey) - if you hit any snags. Thanks in advance 🙏 ## Is this change user facing? NO ## References (if applicable) Evaluated with [tessl skill review](https://docs.tessl.io/evaluate/optimize-a-skill-using-best-practices).
barnabasbusa
approved these changes
Mar 17, 2026
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.
Hullo @kurtosis-tech 👋
References
I ran your skills through
tessl skill review(docs) at work and found some targeted improvements. Here's the full before/after:8 skills improved, average score up from 87% to 91%.
Is this change user facing?
Great question! Define "user" :D
I would say "NO", as this is only changes to skills used by AI agents.
Description
Changes made
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 - @popey - if you hit any snags.
Thanks in advance 🙏