Sample engineering impact reportacme/order-platform
90-day window · 14-day churn · 161 commits analyzed
Faster delivery, less stable code
Commit velocity accelerated 132% across the window while the stabilization ratio dropped. Single-pass PRs at 94% means code clears review easily, but 61% of touched files needed rework within 14 days. The review bar isn't catching what the churn is measuring.
Every week tells a story
Stabilization dropped to 39% in the most recent week after a 54-commit burst. The volume spike shows in the bars; the durability drop shows in the line.
Composition of the work
- Median time to merge
- 36.8h
- Median PR size
- 13 files · 679 lines
- Single-pass rate
- 94%
- Median review rounds
- 0.0
Your repo has zones
- internal/handlers0%3 files · 3 churn
- internal/orders0%3 files · 3 churn
- internal/message12%16 files · 14 churn
- charts/order-platform14%7 files · 6 churn
- internal/integrations16%45 files · 38 churn
- internal/app33%3 files · 2 churn
- docs/flows100%7 files · 0 churn
- pkg/metrics100%3 files · 0 churn
- docs75%4 files · 1 churn
- .github/workflows67%3 files · 1 churn
Directories with at least 3 files touched. Aggregation depth: 2.
Durability & correction cascades
9,761 of 12,192 lines introduced in this window still exist at HEAD. Git blame at HEAD attributes lines back to the commits that wrote them.
38 of 128 trigger commits were followed by at least one FIX on shared files within 7 days. Almost a third of delivered work needed a follow-up.
Name the files that cost you
| File | Touches | Lines | Fixes |
|---|---|---|---|
| charts/order-platform/values.yaml | 40 | 194 | 4 |
| internal/app/application.go | 29 | 738 | 3 |
| internal/integrations/gateway/client.go | 24 | 1,967 | 0 |
| charts/order-platform/Chart.yaml | 24 | 96 | 0 |
| internal/orders/processor.go | 23 | 1,876 | 1 |
| pkg/config/config.go | 18 | 273 | 0 |
| charts/order-platform/environments/eu/values.yaml | 18 | 171 | 4 |
| internal/orders/events.go | 17 | 530 | 3 |
Ranked by touches within the analysis window. Fixes count = FIX-intent commits on the same file.