setup-optimize-code-action
Installation
SKILL.md
When the user invokes this skill, your job is to set up a cloud-native Gemini GitHub Action workflow in their current repository.
Step 1: Create the GitHub Action Workflow
Create the following file in the user's workspace: .github/workflows/gemini-optimize-code.yml
name: '✨ Gemini Optimize Code'
on:
pull_request:
types: [opened, synchronize]