Issue
Enhancement: Auto-triage PR backlog - has PRs from 2021 (5 years old!)
Context
shellhub has 9 open PRs including:
Old PRs accumulate and never get reviewed.
Proposal
reviewflow-cli can help clean the backlog:
What it does:
- Auto-label stale PRs (30/60/90/180+ days)
- Categorize by area (ui, agent, api, ssh)
- Flag dependencies for batch review
- Generate
status/needs-review labels automatically
Example:
PR #961 (5 years old) → status/needs-review, stale-critical
PR #3023 (3 years) → status/needs-review, stale-major
PR #6409 (command palette) → kind/feature, area/ui
PR #6148 (SSH settings) → kind/feature, area/ssh
Setup:
npm install -g reviewflow-cli
reviewflow analyze --stale-detection --area-mapping
This could help make decisions on the 5-year-old backlog. Interested?
Not affiliated - just a suggestion
Issue
Enhancement: Auto-triage PR backlog - has PRs from 2021 (5 years old!)
Context
shellhub has 9 open PRs including:
Old PRs accumulate and never get reviewed.
Proposal
reviewflow-cli can help clean the backlog:
What it does:
status/needs-reviewlabels automaticallyExample:
Setup:
This could help make decisions on the 5-year-old backlog. Interested?
Not affiliated - just a suggestion