officefloor/ImpactGate
Code review via the change impact measure
About the project
A CLI tool that scores the structural decay a code change introduces using an impact measure (complexity, diff size, container WMC) and can block commits or CI builds when a threshold is exceeded.
Useful for
- Block a commit in a pre-commit hook when the change impact exceeds the threshold
- Check branch impact against main in GitHub Actions or Jenkins and fail the build on excess
- Build an impact baseline from main history and gate on the percentile grade
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 4 stars so far today, about 5 expected by the end of the day.
- The spike has held for 3 days in a row — not a one-off blip.
- The repository is 23 days old and already has 59 stars.
- Hacker News: “ImpactGate: A merge gate that scores the structural decay AI adds” — 36 points, 2 days ago.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 59
- Stars in a day
- 5
- Forks
- 2
- Issues and pull requests
- 26
- Watchers
- 1
- Language
- Python
- License
- Apache-2.0
- Latest release
- v0.3.2 · September 17, 2026
- Created
- August 26, 2026
- Last push
- September 17, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Hacker News discussions
- ImpactGate: A merge gate that scores the structural decay AI adds36 points, September 16, 2026
Spotted in
- September 18, 2026Spotted on Hacker News
- September 17, 2026Spotted on Hacker News
- September 16, 2026Spotted on Hacker News
Similar projects
-
8.3
alibaba/open-code-review
AI code review tool from Alibaba: reads git diffs and, via an LLM agent with file access and repo search, produces line-level review comments. Ships with built-in rules (NPE, thread-safety, XSS, SQL injection) and a…
-
6.2
gylive/ccodex-sleep-state
A local Go tool that tries to improve Codex behavior: it collects and injects X-Codex-Turn-State and manages proxies, subscriptions and Astra/Sol/Terra models via a web panel. It does not guarantee better model quality…
-
5.9
ahmedkhaleel2004/gitdiagram
A web service that turns any public or private GitHub repository into an interactive architecture diagram: it analyzes the file tree, README and code excerpts with an LLM to build a system graph with links to sources.
-
5.6
apple/xcode-project-format
Apple's Swift library for reading, writing, and manipulating Xcode's JSON-based project.xcproj format, with a typed model under the XCSchema namespace. Also ships the xcprojformatter CLI tool.
-
5.4
devagrawal09/jev-review
A TypeScript code-review tool that analyzes a Git diff or a whole codebase through structured TypeSafe Jev model calls and shows the report in a local dashboard.
-
5.3
nMaas8388/github-ranking-audit
A Python script that audits a GitHub repository's search ranking signals: it checks name, description, topics, README, stars, and activity, scoring each factor from 0 to 100.