Skip to content

Latest commit

Β 

History

History
118 lines (70 loc) Β· 5.03 KB

File metadata and controls

118 lines (70 loc) Β· 5.03 KB

Awesome Workflows

Welcome to our collection of awesome community-contributed workflows! This page showcases creative and powerful implementations of the Google Gemini CLI GitHub Action created by the community.

Want to add your workflow? Check out the submission guidelines in our main README.

⚠️ Security Notice: Always review and understand any workflow before using it in your repository. Community-contributed workflows are provided as-is and have not been security audited. Verify the code, permissions, and any external dependencies before implementation.

Workflow Categories

Browse workflows by category to find exactly what you're looking for.

πŸ” Code Quality

Workflows that help maintain code quality, perform analysis, or enforce standards.

No workflows yet. Be the first to contribute!

πŸ“‹ Project Management

Workflows that help manage GitHub issues, projects, or team collaboration.

Enforce Contribution Guidelines in Pull Requests

Repository: jasmeetsb/gemini-github-actions

Description: Automates validation of pull requests against your repository's CONTRIBUTING.md using the Google Gemini CLI. The workflow posts a single upserted PR comment indicating PASS/FAIL with a concise checklist of actionable items, and can optionally fail the job to enforce compliance.

Key Features:

  • Reads and evaluates PR title, body, and diff against CONTRIBUTING.md
  • Posts a single PR comment with a visible PASS/FAIL marker in Comment Title and details of compliance status in the comment body
  • Optional enforcement: fail the workflow when violations are detected

Setup Requirements:

Example Usage:

  • Define contribution guidelines in CONTRIBUTING.md file

  • Open a new PR or update an existing PR, which would then trigger the workflow

  • Workflow will validate the PR against the contribution guidelines and add a comment in the PR with PASS/FAIL status and details of guideline compliance and non-compliance

    OR

  • Add following comment in an existing PR "/validate-contribution" to trigger the workflow

Workflow File:

πŸ“ Documentation

Workflows that generate, update, or maintain documentation automatically.

No workflows yet. Be the first to contribute!

πŸ›‘οΈ Security

Workflows focused on security analysis, vulnerability detection, or compliance.

No workflows yet. Be the first to contribute!

πŸ§ͺ Testing

Workflows that enhance testing processes, generate test cases, or analyze test results.

No workflows yet. Be the first to contribute!

πŸš€ Deployment & Release

Workflows that handle deployment, release management, or publishing tasks.

Generate Release Notes

Repository: conforma/policy

Make release notes based on all notable changes since a given tag. It categorizes the release notes nicely with emojis, output as Markdown.

Key Features:

  • Categorize changes in release notes
  • Include relevant links in release notes
  • Add fun emojis in release notes

Workflow File: View on GitHub

🎯 Specialized Use Cases

Unique or domain-specific workflows that showcase creative uses of Gemini CLI.

No workflows yet. Be the first to contribute!

Featured Workflows

Coming soon! This section will highlight particularly innovative or popular community workflows.


Want to see your workflow featured here? Check out our submission guidelines!