# CompSciLauren/awesome-git-hooks

:anchor: A curated list of awesome git hooks

Repository: https://github.com/CompSciLauren/awesome-git-hooks
Canonical: https://ross.abutalabs.com/products/awesome-git-hooks
Language: Shell
License: NOASSERTION
License Family: other
Topics: git, hooks, automation, bash, script, awesome-list, awesome
Last push: 2026-03-25T23:23:08+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 74, release rhythm 35, longevity 100
- inputs: {"age_days": 2643, "days_push": 161, "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 1183, forks 58 (observed 2026-08-28T04:03:54.562461+00:00)

## What it is
A curated awesome-list of ready-to-use Git hook scripts (in Bash, Python, and Perl) plus guides and tools for automating Git workflows. Scripts are copy-and-paste into .git/hooks with no installation required.

## Use cases
- automate tasks during git commit and push
- enforce issue numbers in commit messages
- run checks before committing code
- find examples of git hook scripts
- learn how client-side and server-side git hooks work

## When to choose
- you want copy-paste git hook scripts without installing a tool
- you need examples or guides for writing your own hooks
- you want to automate commit-time checks like issue-number enforcement

## When to avoid
- you need a managed hook framework with dependency installation across a team
- you want CI/CD pipeline checks rather than local git hooks
- you need hooks for version control systems other than git

## Facets
- artifact type: learning-resource
- maturity: active
- function: developer-tools, workflow-automation, version-control
- domain: version-control, developer-tools, awesome-lists
- platform: cli, cross-platform
- tags: git-hooks, awesome-list, shell-scripts, pre-commit, commit-msg, automation

## Member repositories
- CompSciLauren/awesome-git-hooks (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:54.562461+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:24:30.469488+00:00, confidence not recorded.
  - readme: https://github.com/CompSciLauren/awesome-git-hooks (fetched 2026-08-28T04:03:54.562461+00:00, sha 8b5057b1fdab)
- Data as of 2026-08-30T08:39:29.467469+00:00.
