docs(skills): document skill packaging and distribution#23722
docs(skills): document skill packaging and distribution#23722mattKorwel wants to merge 5 commits intomainfrom
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the documentation for managing agent skills within the Gemini CLI. It introduces comprehensive guides on how to package skills into distributable Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the Gemini CLI documentation for skills. It adds new sections to docs/cli/creating-skills.md detailing how to package and install skills, including both manual methods and using the skill-creator toolchain. Additionally, docs/cli/skills.md now includes a section on skill activation and reloading. Review feedback indicates that the documentation for the name property, a required field in SKILL.md frontmatter, was inadvertently removed and needs to be restored. Also, the example zip command provided for manual packaging is incorrect and would cause skill installation to fail, requiring a correction.
Note: Security Review has been skipped due to the limited scope of the PR.
|
Size Change: -4 B (0%) Total Size: 26.3 MB
ℹ️ View Unchanged
|
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This PR adds documentation for packaging agent skills into
.skillfiles for easier distribution and clarifies the installation and activation steps.