# reenhanced/gitreflow

Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template.

Repository: https://github.com/reenhanced/gitreflow
Canonical: https://ross.abutalabs.com/products/gitreflow
Language: Ruby
License: MIT
License Family: permissive
Topics: ruby, git, git-workflow, workflow, hacktoberfest
Last push: 2022-03-01T21:55:13+00:00

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

## Adoption (not part of the score)
Stars 1489, forks 58 (observed 2026-08-28T04:04:52.313077+00:00)

## What it is
git-reflow is a Ruby-based command-line tool that automates the git feature-branch workflow: it creates pull requests, enforces code review approval, and squash-merges finished branches with a clean commit message template. It integrates with git as a custom command and supports GitHub-based review processes.

## Use cases
- automate creating pull requests from feature branches
- enforce code review approval before merging
- squash merge feature branches with clean commit messages
- standardize git workflow across a team
- automatically clean up merged feature branches

## When to choose
- your team uses a feature-branch + PR + squash-merge workflow on GitHub
- you want to enforce consistent review and merge practices across developers
- you prefer a lightweight CLI over heavyweight CI/merge automation

## When to avoid
- you use GitLab, Bitbucket, or non-GitHub hosting with different review tooling
- your team relies on merge commits rather than squash merges
- you need actively maintained tooling - the latest release dates to 2022

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: developer-tools, workflow-automation, code-review, version-control
- domain: developer-tools, version-control
- platform: cli, cross-platform, ruby
- tags: git-workflow, pull-requests, squash-merge, code-review-enforcement, github, automation

## Member repositories
- reenhanced/gitreflow (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:52.313077+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:33:41.758315+00:00, confidence not recorded.
  - readme: https://github.com/reenhanced/gitreflow (fetched 2026-08-28T04:04:52.313077+00:00, sha 4e72e80b2bb3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
