feat: add Chat skill for Google Chat messaging guidance#249
feat: add Chat skill for Google Chat messaging guidance#249allenhutchison merged 7 commits intomainfrom
Conversation
Add a new Chat skill modeled after the Gmail skill, providing behavioral guidance for Google Chat tools including: - Chat markdown formatting (supported syntax and conversion rules) - Spaces vs. DMs tool selection guide - Threading patterns (start, reply, list, read) - Unread message filtering - Space management with setUpSpace - Resource name format reference
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 introduces a new skill designed to provide comprehensive guidance for interacting with Google Chat. It covers essential aspects of messaging, conversation management, and space administration, ensuring users adhere to Google Chat's specific formatting and operational guidelines. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
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. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces a new skill file for Google Chat, providing detailed guidance for an LLM on using the associated tools. The documentation is comprehensive and well-structured. I've provided a few suggestions to enhance the clarity and accuracy of these instructions, which will help prevent potential tool usage errors. My feedback focuses on clarifying a confusing example for list formatting, correcting a minor inaccuracy in the description of the chat.listThreads tool, and adding a crucial instruction for transforming user IDs when creating spaces.
- Simplify nested list conversion guidance
- Fix listThreads description: returns most recent (not first) message
- Clarify people/{id} to users/{id} format conversion for setUpSpace
abhipatel12
left a comment
There was a problem hiding this comment.
LGTM, do we need to remove the correlating chat section from the workspace context file?
Summary
Add a new Chat skill modeled after the Gmail skill, providing behavioral guidance for Google Chat tools.
What's included
*bold*,_italic_, code, links, mentions) and conversion rules for unsupported syntax (**bold**→*bold*,[text](url)→<url|text>)unreadOnlyand how it resolves the user'slastReadTimesetUpSpacespaces/,threads/,users/patternsFiles changed
skills/chat/SKILL.md— New skill file