EndBug/add-and-commit
:octocat: Automatically commit changes made in your workflow run directly to your repo observed · 2026-09-03
Health v2 · maintenance only
99/100
- Activity 100
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 9
- age_days: 2542
- days_rel: 14
- days_push: 0
- n_releases_24m: 4
Adoption not part of the score
1288 stars · 123 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
plugin · maturity active
version-control ci-cd workflow-automation developer-tools developer-tools version-control cloud cli github-actions git-commit workflow-automation ci devops automation
1 source
- readme: https://github.com/EndBug/add-and-commit · fetched 2026-09-03 · a3b4d6717763
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| EndBug/add-and-commit | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="EndBug/add-and-commit")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem