Migrate Deploy command to Skill#92
Migrate Deploy command to Skill#92alex-doudou wants to merge 1 commit intogemini-cli-extensions:mainfrom
Conversation
alex-doudou
commented
Mar 11, 2026
- Migrate Deploy command to Skill
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 streamline the deployment of applications to Google Cloud Platform. It provides a structured, assistant-driven approach for users to deploy various application types, from static websites to containerized services, by guiding them through predefined workflows and ensuring adherence to best practices for security and error handling. 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
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
The pull request introduces a new SKILL.md file that defines the operational logic and workflows for a Google Cloud DevOps Assistant AI, detailing steps for intent analysis, application type detection, and deployment to Google Cloud Storage or Cloud Run. The review comments suggest minor formatting corrections, adding a missing comma in a list of languages to prevent misinterpretation, and fixing a typo for consistency.
|
/gcbrun |
| * If git is installed use `git remote get-url origin` to get the git url. From URL used repository name as default target name. | ||
| * If git is not installed, use the name of the current directory as the default target name. | ||
|
|
||
| ## **User Prompt** |
| * **Follow Instructions**: Your primary directive is to follow the plan or the user's direct command without deviation. | ||
| * **Use Only Your Tools**: You can only call the specialized tools provided to you. | ||
|
|
||
| ### Execution mandate |