google-github-actions/run-gemini-cli

A GitHub Action invoking the Gemini CLI.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 45 minutes ago
Added to GitGenius on August 31st, 2026
Created on July 11th, 2025
Open Issues & Pull Requests: 84 (+0)
GitHub issues: Enabled
Number of forks: 282
Total Stargazers: 2,066 (+0)
Total Subscribers: 18 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.1 days
Mean response time: 13.5 days
90th percentile: 35.9 days
Tracked items: 157

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "kind/cicd" is answered fastest, typically in about 21 hours, while "area/auth" waits about 11 days. 89% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 2% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 62
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 269 days
Stale 30+ days: 62
Stale 90+ days: 56

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • kind/enhancement (70)
  • kind/bug (68)
  • area/workflows (55)
  • priority/p1 (52)
  • area/quality (30)
  • priority/p2 (22)
  • area/auth (19)
  • github_actions (18)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

run-gemini-cli is a GitHub Action that invokes the Gemini CLI.

The action solves the problem of integrating Google's Gemini AI capabilities into GitHub workflows by wrapping the Gemini CLI tool and exposing it as a reusable action. It allows developers to call Gemini directly from their CI/CD pipelines without manually installing or configuring the CLI themselves. The action handles the setup and invocation, letting workflow authors pass commands and arguments to the underlying Gemini CLI.

Teams building on Google Cloud Platform or those already using Gemini in their development processes should consider this action if they want to incorporate AI-powered tasks into their GitHub Actions workflows. It suits projects that need to automate interactions with Gemini as part of their continuous integration or deployment pipeline. The action is most valuable for workflows where Gemini CLI functionality would otherwise require separate installation and configuration steps.

The project maintains active engagement with its codebase, accepting contributions and responding to issues. Development follows a structured approach with clear documentation of inputs and outputs for the action interface.