# kunchenguid/no-mistakes

git push no-mistakes

Repository: https://github.com/kunchenguid/no-mistakes
Canonical: https://ross.abutalabs.com/products/no-mistakes
Homepage: https://kunchenguid.github.io/no-mistakes/
Language: Go
License: MIT
License Family: permissive
Last push: 2026-08-26T22:20:46+00:00

## Health v2 (maintenance only)
Score: 81/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 99, longevity 10
- inputs: {"age_days": 150, "days_push": 7, "days_rel": 11, "gap_med": 1.5, "n_releases_24m": 45}
- flags: young
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7878, forks 788 (observed 2026-08-28T04:10:08.344098+00:00)

## What it is
A local git proxy CLI that intercepts pushes and runs an AI-driven validation pipeline (review, tests, docs, lint) in a disposable worktree before forwarding the branch and opening a clean PR. It works with many coding agents (claude, codex, copilot, cursor, etc.) and keeps humans in charge of fixes.

## Use cases
- gate git pushes with AI review before they reach the remote
- automatically open clean pull requests after checks pass
- auto-fix lint, test, and CI failures on a branch
- validate AI-generated code before pushing
- run pre-push review and tests in an isolated worktree
- watch CI and auto-fix failures after opening a PR

## When to choose
- you push AI-agent-generated code and want quality gates before it goes public
- you want push-to-PR automation with review, tests, lint, and docs checks
- you use coding agents like claude, codex, or copilot and want agent-driven validation with fallbacks

## When to avoid
- you prefer traditional CI-only pipelines without a local gate
- you don't use any AI coding agents or want fully deterministic checks
- your workflow requires pushing directly to origin without intermediaries

## Facets
- artifact type: cli-tool
- maturity: active
- function: developer-tools, code-review, testing, ci-cd, agent-framework, workflow-automation, version-control
- domain: developer-tools, version-control, artificial-intelligence
- platform: windows, cli, go
- tags: git-proxy, pre-push-gate, ai-code-review, clean-pr, coding-agents, auto-fix, pull-request-automation, automation, ai-agents, macos, linux

## Member repositories
- kunchenguid/no-mistakes (main) score 81

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:08.344098+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-29T17:33:43.484624+00:00, confidence not recorded.
  - readme: https://github.com/kunchenguid/no-mistakes (fetched 2026-08-28T04:10:08.344098+00:00, sha 219b6282cf29)
  - homepage: https://kunchenguid.github.io/no-mistakes/ (fetched 2026-08-29T08:30:09.500382+00:00, sha 09d70ebe0579)
- Data as of 2026-08-30T08:39:29.467469+00:00.
