Measures the average weekday duration large tasks (8+ points) spend in "In Review".
💡 A legal contract review, large changes require careful scrutiny and naturally take longer, but the goal is to keep it manageable.
Measures the average weekday duration large tasks (8+ points) spend in "In Review".
Calculates the mean business days 8+ point tasks spend in "In Review".
AVG(business_days_in_review WHERE size ≥ 8 AND completed_at BETWEEN measure_from AND measure_to)If large tasks spend 2.5 days in review on average, that's nearly half a work week just for review, a strong signal to split large PRs.
Connect GitHub and Shortcut in minutes. All metrics update automatically.