gemini-cli
AI agent in your terminal for coding, reviews, and GitHub automation
All Skills in This Repository (21)
Pure Emerald Level Indicatorsdocs-writer
Write and refine Gemini CLI Markdown documentation to conform with CONTRIBUTING.md standards.
pr-creator
Automate GitHub pull request creation using repository templates and conventional commits.
code-reviewer
Review local changes and remote pull requests using git and npm scripts.
docs-changelog
Generate and update Gemini CLI changelog entries from GitHub release data.
skill-creator
Scaffold, validate, and package Gemini CLI skills into .skill files.
greeter
Return a predefined greeting message when a user says hello.
async-pr-review
Run asynchronous code reviews, builds, and tests for GitHub pull requests.
ci
Monitor GitHub Actions workflows and replicate failures locally.
behavioral-evals
Create, run, fix, and promote behavioral evaluations for agent decision logic.
pr-address-comments
Review and summarize GitHub pull request comments for the current branch.
review-duplication
Investigate codebases for duplicated logic and missed reuse opportunities during code reviews.
string-reviewer
Review user-facing text and UI strings for clarity, brevity, and consistent style.
Frequently Asked Questions
FAQPage SchemaHow to install Gemini CLI?โผ
Run `npx skills add google-gemini/gemini-cli --all -g -y` in your terminal to install all skills in this suite globally.
What can Gemini CLI do for developers?โผ
It lets you query and edit large codebases, debug issues, run shell commands, and automate GitHub workflows like PR reviews and issue triage using plain-English prompts.
Is Gemini CLI free to use?โผ
Yes. Signing in with a personal Google account gives you 60 requests per minute and 1,000 requests per day for free, with access to Gemini 3 models.
Can Gemini CLI automate pull request reviews?โผ
Yes. It includes skills for code review, async background PR checks, addressing review comments, and creating PRs that follow repository templates.
Does Gemini CLI work in scripts and CI pipelines?โผ
Yes. It runs non-interactively with the -p flag and supports JSON output, making it easy to embed in scripts, GitHub Actions, and automated workflows.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core