diff options
| author | Jerop Kipruto <[email protected]> | 2025-08-06 13:01:42 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-06 04:01:42 +0000 |
| commit | 2fcaa302da40f68b7e9a494a11c450def0a1e4d4 (patch) | |
| tree | 377adebb2a49a43d3e1d06de4913c55ab0b3501c | |
| parent | 7fa2d7be176369f4a0847741a7df88d20f2e2152 (diff) | |
docs: add GitHub Integration section to README (#5649)
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
