# EndBug/add-and-commit

:octocat: Automatically commit changes made in your workflow run directly to your repo

Repository: https://github.com/EndBug/add-and-commit
Canonical: https://ross.abutalabs.com/products/add-and-commit
Language: TypeScript
License: MIT
License Family: permissive
Topics: actions, git, git-add, commit, git-commit, automation, workflow, git-rm, lint, github-actions, collaborate, github, hacktoberfest, ci
Last push: 2026-09-02T08:28:58+00:00

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

## Adoption (not part of the score)
Stars 1288, forks 123 (observed 2026-09-03T02:15:05.760550+00:00)

## What it is
A GitHub Action that automatically commits changes made during a workflow run back to the repository. It wraps git add/commit/push operations with configurable author, committer, and message options.

## Use cases
- commit linted or formatted code back to the repo in CI
- auto-commit updated documentation builds
- push regenerated build artifacts from a workflow
- commit version bumps during release workflows
- automatically update generated files on a schedule

## When to choose
- you need a workflow to write changes back to the same repository
- you want configurable commit authorship and messages in CI
- you're automating docs, lint fixes, or build outputs on GitHub Actions

## When to avoid
- you need to push to a different repository
- you're not using GitHub Actions
- you need merge or rebase workflows rather than simple commits

## Facets
- artifact type: plugin
- maturity: active
- function: version-control, ci-cd, workflow-automation, developer-tools
- domain: developer-tools, version-control
- platform: cloud, cli
- tags: github-actions, git-commit, workflow-automation, ci, devops, automation

## Member repositories
- EndBug/add-and-commit (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:05.760550+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-30T04:55:47.293520+00:00, confidence not recorded.
  - readme: https://github.com/EndBug/add-and-commit (fetched 2026-09-03T02:15:05.760550+00:00, sha a3b4d6717763)
- Data as of 2026-08-30T08:39:29.467469+00:00.
