# sds/overcommit

A fully configurable and extendable Git hook manager

Repository: https://github.com/sds/overcommit
Canonical: https://ross.abutalabs.com/products/overcommit
Language: Ruby
License: MIT
License Family: permissive
Last push: 2026-08-12T18:34:32+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 83, longevity 100
- inputs: {"age_days": 5641, "days_push": 21, "days_rel": 32, "gap_med": 52, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4007, forks 285 (observed 2026-08-28T04:08:32.182003+00:00)

## What it is
Overcommit is a fully configurable and extendable Git hook manager written in Ruby. It supports a wide variety of built-in hooks, repo-specific hooks stored in source control, and easy integration of existing hook scripts.

## Use cases
- manage git hooks across multiple repositories
- run linters before committing code
- enforce commit message conventions
- run tests before pushing to remote
- share team git hook configuration in source control
- add existing hook scripts without writing Ruby

## When to choose
- you want a configurable, extensible Git hook manager with many built-in hooks
- your team uses Ruby and wants hooks defined in a versioned config file
- you need to run checks at pre-commit, pre-push, commit-msg, or post-checkout stages

## When to avoid
- you are not comfortable installing Ruby 2.6+ in your development environment
- you want a language-agnostic hook manager with zero runtime dependencies
- you only need a single simple pre-commit check

## Facets
- artifact type: cli-tool
- maturity: active
- function: developer-tools, version-control, linter, plugin-system, configuration-management
- domain: developer-tools, version-control
- platform: cli, cross-platform, ruby
- tags: git-hooks, pre-commit, ruby-gem, code-quality, hook-manager, automation

## Member repositories
- sds/overcommit (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:32.182003+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-29T18:24:03.721042+00:00, confidence not recorded.
  - readme: https://github.com/sds/overcommit (fetched 2026-08-28T04:08:32.182003+00:00, sha 1dd60e17e1d7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
