Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 895 Bytes

File metadata and controls

35 lines (24 loc) · 895 Bytes

Gemini CLI

Install Gemini CLI and add stax guidance as a project GEMINI.md file.

1. Install

npm install -g @google/gemini-cli

Authenticate via the gemini login flow or set GEMINI_API_KEY (see the Gemini CLI README).

2. Add stax instructions to the repo

curl -o GEMINI.md https://raw.githubusercontent.com/cesarferreira/stax/main/skills.md

Gemini CLI loads hierarchical instructions from GEMINI.md, which gives it stax-aware workflow guidance.

3. Use Gemini with AI create/PR generation

st create --ai -a --yes
st submit --ai
st generate --pr-body --agent gemini
st generate --pr-body --agent gemini --model gemini-2.5-flash
st gen --pr-title --agent gemini
st gen --commit-msg --agent gemini

Related