Show HN: GX CLI – Automatically stack large PRs to ship faster
github.comWe built a Git-native CLI tool that automates Git branch stacking. Here's why stacking matters and how GX helps:
Code review is a notorious bottleneck. You write a large PR, wait for review, get feedback, iterate, and wait again - especially painful across timezones. Meanwhile, you're blocked from shipping dependent changes.
Stacking lets you parallelise development and code review by breaking changes into logical and dependent chunks.
Current stacking tools will consider each commit its own PR, but GX will automatically group commits into separate stacks while optimising for structural coherence.
Works without authentication (10 requests/day limit). Email me at zach@maxium.ai for an auth token to override the rate limits.
Would love feedback and contributions from the HN community! This is an early beta focused on making stacking simple and friction-free. Tried the beta version. Can't believe it didn't exist before. As someone who works with a large dev team this has potential in solving most of our blockers when it comes to shipping our features and even our technical debt. Keep up the good work!.