feat: add Gmail skill with rich HTML formatting guidance#246
feat: add Gmail skill with rich HTML formatting guidance#246allenhutchison merged 1 commit intomainfrom
Conversation
Summary of ChangesHello @allenhutchison, 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 agent's capabilities for managing Gmail by introducing a dedicated skill. This new skill centralizes detailed instructions for composing rich HTML emails, performing advanced searches, managing labels, handling attachments, and maintaining email threads. The change also refactors existing documentation to point to this new skill, streamlining information access and ensuring the new skill is included in future releases. 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
|
Create a skills architecture for the extension, starting with a Gmail skill that provides: - Rich text HTML email formatting instructions (issue #58) - Gmail search syntax reference - Label management workflows (system vs custom labels) - Attachment download guidance - Threading and reply best practices Also: - Migrate Gmail-specific content from WORKSPACE-Context.md to the skill - Update release.js to bundle the skills/ directory in release archives Closes #58
4d7684d to
32e03ac
Compare
There was a problem hiding this comment.
Code Review
This pull request introduces a new 'skill' architecture by adding a detailed Gmail skill for rich HTML email formatting and other tasks. The changes include creating a new skill file, updating the release script to bundle skills, and refactoring the main context file to remove redundant information. This is a great architectural improvement that enhances modularity. I've found one minor issue in an HTML example within the new skill file.
Summary
Add an agent skill for Gmail that provides rich text HTML email formatting guidance (closes #58) and establishes the skills architecture for the extension.
Changes
New
skills/gmail/SKILL.md— Gmail skill with:isHtml: true, supported tags, inline CSS, templates)Modified
workspace-server/WORKSPACE-Context.md— Removed Gmail-specific sections now covered by the skill; added cross-referencescripts/release.js— Addedskills/directory bundling (same pattern ascommands/)Testing
skills/gmail/SKILL.mdCloses #58