Never miss a PR review again. GitAlert is a Chrome Extension that connects to your GitHub repositories and acts as your all-in-one PR review manager.
- Multi-Repo Tracking: Connect unlimited repositories and monitor all your PRs from one place.
- PR Statistics Dashboard: See PRs assigned to you, your PRs pending review, and change requests at a glance.
- Instant Notifications: Get desktop notifications the moment a PR is assigned or re-assigned to you.
- Scheduled Reminders: Set daily reminders (e.g., 9 AM & 6 PM) so you never forget to review PRs.
- Urgent Tag Alerts: PRs tagged 'Important' trigger immediate and recurring 5-minute notifications until reviewed.
- Secure & Private: Your GitHub token stays in your browser's local storage. No data ever leaves your machine!
Since we are currently awaiting Web Store publication, you will need to load the extension as an unpacked developer extension.
- Clone the repository:
git clone https://github.com/mustafabawany/GitAlert-Extension.git - Navigate to
chrome://extensions/in your browser. - Turn on the Developer mode toggle in the top-right corner.
- Click Load unpacked and select the directory of the cloned repository.
- Manifest V3 Chrome Extension
- Vanilla HTML, CSS, JavaScript (ES6 Modules)
- Prettier & ESLint for formatting & linting
- GitHub REST API / GraphQL API
Thank you for considering contributing to GitAlert! Please see the CONTRIBUTING.md file for instructions on code architecture and open-source submission guidelines.
Developed for the 🌍 with ❤️