google-geminigoogle-geminiOfficialยท21 Agent Skills Included

gemini-cli

AI agent in your terminal for coding, reviews, and GitHub automation

Brings Gemini AI directly into your terminal to query, edit, and debug large codebases with natural language. Automates pull request reviews, issue triage, CI failure replication, changelog writing, and release workflows without manual clicking. Connects to GitHub Actions, MCP servers, and shell tools so agents complete multi-step development tasks faster.
npx skills add google-gemini/gemini-cli --all -g -y

All Skills in This Repository (21)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
google-geminigoogle-gemini

docs-writer

Write and refine Gemini CLI Markdown documentation to conform with CONTRIBUTING.md standards.

Official
Basic
๐Ÿ“ฆ In Repo
google-geminigoogle-gemini

pr-creator

Automate GitHub pull request creation using repository templates and conventional commits.

Official
Intermediate
๐Ÿ“ฆ In Repo
google-geminigoogle-gemini

code-reviewer

Review local changes and remote pull requests using git and npm scripts.

Official
Intermediate
๐Ÿ“ฆ In Repo
google-geminigoogle-gemini

docs-changelog

Generate and update Gemini CLI changelog entries from GitHub release data.

Official
Basic
๐Ÿ“ฆ In Repo
google-geminigoogle-gemini

skill-creator

Scaffold, validate, and package Gemini CLI skills into .skill files.

Official
Advanced
๐Ÿ“ฆ In Repo
google-geminigoogle-gemini

greeter

Return a predefined greeting message when a user says hello.

Official
Basic
๐Ÿ“ฆ In Repo
google-geminigoogle-gemini

async-pr-review

Run asynchronous code reviews, builds, and tests for GitHub pull requests.

Official
Advanced
๐Ÿ“ฆ In Repo
google-geminigoogle-gemini

ci

Monitor GitHub Actions workflows and replicate failures locally.

Official
Advanced
๐Ÿ“ฆ In Repo
google-geminigoogle-gemini

behavioral-evals

Create, run, fix, and promote behavioral evaluations for agent decision logic.

Official
Advanced
๐Ÿ“ฆ In Repo
google-geminigoogle-gemini

pr-address-comments

Review and summarize GitHub pull request comments for the current branch.

Official
Intermediate
๐Ÿ“ฆ In Repo
google-geminigoogle-gemini

review-duplication

Investigate codebases for duplicated logic and missed reuse opportunities during code reviews.

Official
Intermediate
๐Ÿ“ฆ In Repo
google-geminigoogle-gemini

string-reviewer

Review user-facing text and UI strings for clarity, brevity, and consistent style.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’