Open
Conversation
Hullo @auxten 👋 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 | |-------|--------|-------|--------| | using-chdb | 90% | 100% | +10% | ### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md): Improved agent skill description distinctiveness and added validation checkpoints to Session pipeline example. ### Documentation entry for user-facing changes - [x] Documentation is written (mandatory for new features) <details> <summary>Changes summary</summary> **Description improvements (92% -> 100%)** - Replaced generic trigger terms ("analyze data", "query files") with chdb-specific triggers ("query files with SQL", "join data across different databases and cloud storage", "run ClickHouse queries in-process", "serverless data pipelines without ETL") - Added explicit mentions of "chdb" and "DataStore" as trigger terms so the skill activates when users reference the tool by name - Reduces false-positive activation from generic data analysis requests **Content improvements (88% -> 100%)** - Added verification checkpoints to the Session pipeline example — row count checks after each ingestion step before proceeding to analysis - Numbered the workflow steps (Step 1: Ingest, Step 2: Verify, Step 3: Analyze) for clearer multi-step guidance </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 🙏
|
|
Member
|
Thank you for your interest in chDB. To be frank, I don't feel your modifications align with our current expectations for this skill. While it is true that the skill still requires some optimization, we are going to do some big refactor on the skill recently. Maybe you can help us improve it after that. Regardless, we appreciate your interest. |
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 @auxten 👋
I ran your skill through
tessl skill reviewat work and found some targeted, small, but important improvements. Here's the before/after:Changelog category (leave one):
Changelog entry
Improved agent skill description distinctiveness and added validation checkpoints to Session pipeline example.
Documentation entry for user-facing changes
Changes summary
Description improvements (92% -> 100%)
Content improvements (88% -> 100%)
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 🙏