Engineering Pulse
Pull-only health and category boards — not a performance review. Every engineer sees every score.

Why is my score X — Marvin Obando

QA owner. Scores use versioned weights and the size-adjustment curve. Time zone and working hours are not inputs.

Review Responsiveness — —

For each PR, score = 100 - 10*(actual/expected) when first non-author response is within the size-adjusted window, otherwise 100 * expected/actual. Category average is then normalized to the rolling org distribution (mean/stddev). Formal review completion and merge time are tracked separately; only first response drives this category.

{
  "samples": 0,
  "medianHours": null,
  "raw": null,
  "weight": 1
}

Standup Consistency — 24

Weekday completion rate from Geekbot timestamps only (no response content). A day counts complete if a report exists for that person on that UTC date. Time of day is ignored so time zones are not penalized.

{
  "expectedWeekdays": 130,
  "completed": 3,
  "raw": 2.31,
  "weight": 1
}

Release Quality / SDLC Compliance — —

Average of: merged-PR checklist completion, required-check pass rate, Dev-Tested confirmation rate (PR checkbox/comment or Linear comment/label, first event wins), and QA-Verified rate before Done.

{
  "merged": 0,
  "raw": null,
  "weight": 1
}

Bug Trend — 68

Inverted slackbug + internal bug open counts relative to org mean. Numeric/display/export issues are shown as a zero-tolerance line and included in the inverted count. Lower volume scores higher.

{
  "bugs": 0,
  "raw": 100,
  "weight": 1
}

Collaboration Breadth proxy — 32

PROXY: unique authors reviewed + share of reviews that are cross-team, using comment-length/code-reference heuristics only as a depth caveat — not a precision metric. Normalized to org.

{
  "uniqueAuthorsPlusCrossTeam": 0,
  "raw": 0,
  "weight": 1
}

PR Turnaround Tiers — —

Share of PRs whose unmerged (or until-merge) business-day age is on track (≤1), with partial credit for slow (2–5) and none for extremely slow (6+).

{
  "onTrack": 0,
  "slow": 0,
  "extremelySlow": 0,
  "raw": null,
  "weight": 1
}

Sprint Predictability — 23

Average of planned-vs-completed story point rate and (1 - carryover rate) across cycles intersecting the selected window.

{
  "cycles": 2,
  "raw": 54.96,
  "weight": 1
}

Source PRs

PRFirst response hExpected hTier