Releases: dortort/gemini-actions
Releases · dortort/gemini-actions
all v0.1.0
Immutable
release. Only release title and notes can be modified.
Initial release of Gemini Actions — a collection of GitHub Actions powered by Google Gemini that automate repository workflows.
Actions
- pr-review — Automated code review with inline comments and configurable strictness
- pr-from-issue — Reads an issue, generates a code change, and opens a pull request
- dependency-impact — Analyzes dependency update PRs against actual codebase usage
- test-failure-diagnosis — Diagnoses CI test failures by linking PR changes to broken tests
- datadog-responder — Interprets Datadog alerts and takes repository actions
- repo-qa — Answers codebase questions in Issues or Discussions with source references
Supported ecosystems (dependency-impact)
- npm (
package.json/package-lock.json) - pip (
requirements.txt/Pipfile) - Go (
go.mod) - Terraform (
.terraform.lock.hcl)
Stack
- Node.js 20, TypeScript 5.7
- Nx monorepo with shared utilities (
@gemini-actions/shared) - Google Gemini API (default model:
gemini-2.0-flash)