From 2fcaa302da40f68b7e9a494a11c450def0a1e4d4 Mon Sep 17 00:00:00 2001 From: Jerop Kipruto Date: Wed, 6 Aug 2025 13:01:42 +0900 Subject: [PATCH] docs: add GitHub Integration section to README (#5649) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ad531676..b1c8f38c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ With the Gemini CLI you can: - Query and edit large codebases in and beyond Gemini's 1M token context window. - Generate new apps from PDFs or sketches, using Gemini's multimodal capabilities. - Automate operational tasks, like querying pull requests or handling complex rebases. +- Integrate with GitHub: Use the [Gemini CLI GitHub Action](https://github.com/google-github-actions/run-gemini-cli) for automated PR reviews, issue triage, and on-demand AI assistance directly in your repositories. - Use tools and MCP servers to connect new capabilities, including [media generation with Imagen, Veo or Lyria](https://github.com/GoogleCloudPlatform/vertex-ai-creative-studio/tree/main/experiments/mcp-genmedia) - Ground your queries with the [Google Search](https://ai.google.dev/gemini-api/docs/grounding) @@ -128,6 +129,15 @@ gemini Head over to the [troubleshooting guide](docs/troubleshooting.md) if you're having issues. +## GitHub Integration + +Integrate Gemini CLI directly into your GitHub workflows with the [**Gemini CLI GitHub Action**](https://github.com/google-github-actions/run-gemini-cli). Key features include: + +- **Pull Request Reviews**: Automatically review pull requests when they're opened. +- **Issue Triage**: Automatically triage and label GitHub issues. +- **On-demand Collaboration**: Mention `@gemini-cli` in issues and pull requests for assistance and task delegation. +- **Custom Workflows**: Set up your own scheduled tasks and event-driven automations. + ## Popular tasks ### Explore a new codebase