Why this matters
The right reviewers find the right issues faster.
Tag code owners or subject-matter experts for impacted areas. Include a short 'What to review' section to guide each reviewer.
The right reviewers find the right issues faster.
Side-by-side examples engineers can pattern-match during review.
No reviewers requested; generic ping.Owners: @payments-team @observability
What to review: proration calc; dashboard metric mapping.@here please reviewOwners + targeted checklistFrom the same buckets as this rule.
If the PR claims to fix a specific issue (e.g., 'Fixes #123' / 'Fix PAY-123'), validate it against the real production error. - If an observability MCP is available (Sentry/Datadog/Bugsnag): fetch the event/stack trace and confirm the change addresses the root cause. - Require a regression test (or a clearly documented reason why a test cannot be added). Call out fixes that only hide symptoms (catch-and-ignore, broader retries, defaulting values) without removing the underlying failure mode.