Feature Suggestions #72
LinceMathew
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Feature Suggestions
Here are a few feature ideas that could improve the LiveReview:
1. Stale Review Alerts & Nudges
Automatically detect PRs that have been waiting for review beyond a configurable threshold (e.g. 24h, 48h) and send alerts to the assigned reviewer — via email, Slack, or an in-app notification. The goal is to reduce review bottlenecks
passively without requiring manual follow-up from the PR author. Threshold can be configured per repo or org, with an escalation chain that notifies the team lead if still unaddressed.
2. Create Issue from Review Comment
Add a "Create Issue" button directly on review comments. Non-blocking issues raised during review can be converted into tracked issues instantly — without leaving the review interface — so they aren't forgotten but also don't block the merge. The issue is auto-populated from the comment text and file context, and linked back to the original comment for traceability.
3. Standards Compliance Checklist via
rules.mdTeams define their coding standards, review expectations, and quality gates in a
rules.mdfile at the root of the repository. LiveReview reads this file and auto-generates a checklist on every PR summary that reviewers must complete before approving. This keeps standards version-controlled, team-owned, and easy to update without touching any platform settings.A basic
rules.mdtemplate could look like:Review Standards
4. Large PR / Commit Split Suggestion
When a PR or commit exceeds a configurable size threshold (lines changed, number of files), LiveReview surfaces a warning encouraging the author to consider splitting it. Three enforcement modes give teams control over how strictly this is enforced:
5. Review Streaks & Leaderboard Dashboard
Add a gamification layer to the LiveReview dashboard — track individual reviewer streaks (consecutive days with at least one completed review) and a team leaderboard showing total reviews, streaks, and turnaround times. Includes a streak freeze of one grace day per week so weekends don't break streaks unfairly.
All reactions