# m1guelpf/auto-commit

A CLI tool that automatically writes commit messages for you.

Repository: https://github.com/m1guelpf/auto-commit
Canonical: https://ross.abutalabs.com/products/auto-commit
Language: Rust
License: MIT
License Family: permissive
Last push: 2024-03-15T00:41:30+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 1403, "days_push": 902, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1221, forks 62 (observed 2026-08-28T04:04:02.030123+00:00)

## What it is
A Rust CLI tool that uses OpenAI's GPT-3.5 to automatically generate commit messages from your staged git changes. It supports dry-run output and reviewing/editing the generated message before committing.

## Use cases
- generate commit messages automatically from staged changes
- write git commit messages with AI
- avoid writing commit messages manually
- preview AI-generated commit message before committing
- speed up git workflow with automatic commit messages

## When to choose
- you want fast, automatic commit messages from staged diffs
- you prefer a lightweight Rust binary over Node-based alternatives
- you already have an OpenAI API key

## When to avoid
- you don't want to send code diffs to OpenAI's API
- you need local/offline commit message generation
- you need a tool that's actively updated or supports newer models

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: cli, llm-inference, developer-tools, version-control
- domain: developer-tools, version-control, large-language-models
- platform: cli, windows, rust
- tags: git, commit-messages, openai, gpt-3.5, developer-productivity, command-line, linux, macos

## Member repositories
- m1guelpf/auto-commit (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:02.030123+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:15:42.021318+00:00, confidence not recorded.
  - readme: https://github.com/m1guelpf/auto-commit (fetched 2026-08-28T04:04:02.030123+00:00, sha 53a13cdc6a30)
- Data as of 2026-08-30T08:39:29.467469+00:00.
