# RomanHotsiy/commitgpt

Automatically generate commit messages using ChatGPT

Repository: https://github.com/RomanHotsiy/commitgpt
Canonical: https://ross.abutalabs.com/products/commitgpt
Language: TypeScript
License Family: other
Last push: 2024-07-15T03:53:12+00:00

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

## Adoption (not part of the score)
Stars 1593, forks 93 (observed 2026-08-28T04:05:08.826832+00:00)

## What it is
commitgpt is a Node.js CLI tool that automatically generates commit messages using ChatGPT. It runs `git diff --cached`, sends the diff to the OpenAI API, and presents suggested commit messages following conventional commits.

## Use cases
- generate commit messages automatically from staged changes
- write conventional commit messages without thinking about format
- get multiple commit message suggestions for a diff
- customize the prompt template used for commit message generation
- speed up git commit workflow with AI suggestions

## When to choose
- you want AI-suggested commit messages from the terminal with a simple npx command
- your team follows conventional commits and you want consistent message formatting
- you want a customizable prompt template for commit generation

## When to avoid
- you don't want to send your code diffs to the OpenAI API
- you need an actively developed tool - the project appears to be in maintenance with no recent releases
- you prefer offline or local LLM-based commit message generation
- you need a GUI or editor-integrated commit assistant

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: llm-inference, prompt-engineering, developer-tools, cli
- domain: developer-tools, version-control, large-language-models
- platform: cli, cross-platform
- tags: commit-messages, chatgpt, openai, git, conventional-commits, developer-productivity, command-line, nodejs

## Member repositories
- RomanHotsiy/commitgpt (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:08.826832+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-30T03:54:14.390808+00:00, confidence not recorded.
  - readme: https://github.com/RomanHotsiy/commitgpt (fetched 2026-08-28T04:05:08.826832+00:00, sha 0eadfd8bd033)
  - registry_npm: https://registry.npmjs.org/commitgpt (fetched 2026-08-29T11:25:21.040297+00:00, sha cc4a2980a59f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
