Add top-level skills install command#35
Merged
sdairs merged 22 commits intobump-v0.1.12from Mar 16, 2026
Merged
Conversation
4ca285c to
e708850
Compare
e708850 to
8e54903
Compare
There was a problem hiding this comment.
Pull request overview
Adds a new top-level clickhousectl skills command that installs bundled ClickHouse agent skills into supported agent configuration directories, with interactive selection and non-interactive flag-driven flows.
Changes:
- Introduce
skillssubcommand + CLI args, wiring it intomaincommand dispatch and error handling. - Implement download + tarball extraction + installation logic for agent skills, including interactive TTY pickers and unit tests.
- Document the new command and ignore common agent config directories in this repo.
Reviewed changes
Copilot reviewed 13 out of 15 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
src/skills.rs |
Implements skills download/extract/install logic, interactive selection UI, and tests. |
src/cli.rs |
Adds skills subcommand and SkillsArgs parsing/tests; updates help text. |
src/main.rs |
Wires the new skills command into top-level dispatch. |
src/error.rs |
Adds Error::Skills for skills-related user-facing errors. |
README.md |
Documents clickhousectl skills usage, supported agents, and scope behavior. |
Cargo.toml / Cargo.lock |
Adds flate2 + tar dependencies for archive handling. |
.gitignore |
Ignores agent config directories in this repo. |
src/version_manager/*, src/server.rs, src/cloud/* |
Formatting-only changes (no functional deltas apparent in diff). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
…tags Fix cloud service update tag patch serialization
…-and-empty-costs Fix org usage date validation and empty costs parsing
…json Fix JSON output for cloud service delete
…alidation Validate cloud activity list dates as date-only
…lidation Validate CLI expires-at and backup-start-time inputs
Validate empty cloud tag keys before request build
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.
Summary
Testing