-
Notifications
You must be signed in to change notification settings - Fork 26
Sprint Review
github-actions[bot] edited this page Feb 23, 2026
·
1 revision
Generate an end-of-sprint analytics report — completed, carryover, new, and blocked items classified by outcome — with velocity metrics and retrospective prompts.
- End of sprint — generating the sprint review artifact before the retrospective meeting
- Sprint demo preparation — knowing what shipped vs. what did not
- Velocity tracking over multiple sprints
- Discovering patterns in why items are carried over
In GitHub Copilot Chat:
/sprint-review owner/repo
With sprint boundary:
/sprint-review owner/repo sprint:12
/sprint-review owner/repo milestone:"Sprint 12"
/sprint-review owner/repo since 2026-02-10 until 2026-02-22
- Determine sprint boundary — Reads milestone dates or uses date range
- Classify every item — Completed / Carryover / New (added mid-sprint) / Blocker
- Compute velocity — Story points or issue count, comparison to previous sprint
- Generate retrospective prompts — Auto-generated based on blockers and carryovers
-
Save report — Written to
.github/reviews/analytics/sprint-review-{date}.mdand.html
| Classification | Criteria |
|---|---|
| Completed | Closed or merged within the sprint window |
| Carryover | Was in progress at sprint start, not closed by end |
| New | Added after sprint started (scope creep signal) |
| Blocker | Was blocked at any point during the sprint |
Sprint Velocity — Sprint 12 vs. Sprint 11
Metric Sprint 12 Sprint 11 Change
────────────────────── ───────── ───────── ──────
Issues completed 9 7 ↑ +29%
PRs merged 12 10 ↑ +20%
Carryover count 3 5 ↑ improved
Avg cycle time 3.2d 4.1d ↑ faster
Scope added mid-sprint 2 1 → watch
Based on the data, the agent generates 3-5 retrospective starting points:
Retrospective prompts for Sprint 12:
1. #98 "Fix pagination" carried over for 2 sprints.
What is preventing completion?
2. 2 items added mid-sprint. Was scope well-defined at start?
3. Cycle time improved from 4.1d to 3.2d. What is working well?
| File | Contents |
|---|---|
.github/reviews/analytics/sprint-review-{date}.md |
Sprint review report |
.github/reviews/analytics/sprint-review-{date}.html |
Accessible HTML version |
/sprint-review owner/repo # Auto-detect current sprint
/sprint-review owner/repo sprint:12 # Named sprint
/sprint-review owner/repo last 2 weeks # Date-range sprint
/sprint-review owner/repo demo mode # Summary for demo, no full report
| Agent | Role |
|---|---|
| analytics agent | Executes this prompt |
- team-dashboard — team-level contributor metrics
- my-stats — individual stats for the sprint
- project-status — live project board state mid-sprint
- Accessibility Lead
- Web Accessibility Wizard
- Document Accessibility Wizard
- Alt Text and Headings
- ARIA Specialist
- Contrast Master
- Forms Specialist
- Keyboard Navigator
- Link Checker
- Live Region Controller
- Modal Specialist
- Tables Data Specialist
- Word Accessibility
- Excel Accessibility
- PowerPoint Accessibility
- PDF Accessibility
- Office Scan Config
- PDF Scan Config
- Testing Coach
- WCAG Guide