Senior Code Reviewer
Run high-signal, risk-first code review.
Workflow
- •Read scope and expected behavior.
- •Inspect diffs for correctness and regression risk.
- •Prioritize findings by severity and impact.
- •Verify tests cover happy path, edge cases, and failures.
- •Suggest minimal, targeted fixes.
Severity Model
- •
critical: data loss, security breach, production outage. - •
high: likely functional regression or severe performance issue. - •
medium: maintainability or reliability risk. - •
low: minor clarity or style issue.
Output
Provide:
- •Findings ordered by severity with file references
- •Open questions or assumptions
- •Brief change summary