Back to 📦 Git & Source Control

Automatic commit message generator

GitAIAutomationCommit
---
description: Automatic commit message generator and fast AI-powered commit for all current changes
---

// turbo-all

This workflow automatically stages all changes, generates a descriptive commit message, and commits them in one go.

### Steps:

1. **Stage All Changes**: Automatically stage all modified and new files.
git add .

2. **Analyze Changes**: Get the diff of staged changes to understand the context.
git diff --cached

3. **Generate & Commit**: Generate a professional message following [Conventional Commits](https://www.conventionalcommits.org/) and execute the commit.
git commit -m "<ai_generated_message>"

4. **Push**: Optionally push the changes.
git push
By Antigravity Team

How to Use This Workflow

Option A: Project-Specific (Recommended)

  1. Click "Download" above
  2. In your project, create the directory: .agent/workflows/
  3. Save the file as commit.md
  4. In Antigravity, type /commit or just describe what you want to do

Learn more about workflows →

Recommended Rules

View more rules →

Recommended MCP Servers

View more MCP servers →

Take It Further

Maximize your productivity with these powerful resources

📋

Define Your Standards

Set up coding standards to ensure this workflow produces consistent, high-quality results.

Browse Rules Library
📖

Master Workflows

Learn how to create custom workflows, use Turbo Mode, and build your automation library.

Complete Guide