GitFlowy is a lightweight Chrome extension designed to unblock development teams. By providing instant visibility into pending pull request reviews directly within the GitHub UI, it ensures that "Review Requested" never becomes a graveyard.
In the era of AI-accelerated coding, the bottleneck has shifted from writing code to reviewing it. When PRs sit idle, velocity drops. GitFlowy uses a simple, intuitive traffic-light system to tell you exactly what needs your attention and how urgent it is.
- Integrated Dashboard: Adds a "Requested Reviews" component directly above the GitHub PR search bar.
- Urgency Indicators: * 🟢 Green: New PRs (< 1h).
- 🟡 Yellow: Pending reviews (≥ 1h).
- 🔴 Red: Stale PRs (≥ 24h) — these also get a bold red left border in your main PR list!
- Toolbar Stats: A glanceable count of your pending reviews in the Chrome extension bar.
- Native Feel: Built to blend seamlessly with GitHub's design system.
- Privacy First: All data, including your Personal Access Token (PAT), is stored locally in your Chrome storage.
- Vanilla JavaScript (ES6+)
- CSS3 (Custom GitHub UI Injections)
- HTML5
- Simple 1-click install: Click Here
If you prefer to create a local copy, do the following:
- Clone this repository.
- Open Chrome and navigate to
chrome://extensions/. - Enable Developer mode (top right).
- Click Load unpacked and select the project folder.
- Click the GitFlowy icon in your toolbar to set your GitHub PAT and Urgency Threshold.
This is an open-source project and I love collaboration! Whether it's a bug fix, a new feature, or a UI improvement:
- Fork the Project.
- Create your Feature Branch (
git checkout -b feature/AmazingFeature). - Commit your Changes (
git commit -m 'Add some AmazingFeature'). - Push to the Branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
Distributed under the MIT License.
Made with ❤️ & ☕ by Imtiaz Raqib