Technical review checklists · 2 min
Use a compact architecture review packet to check responsibilities, dependencies, and failure boundaries while reserving final decisions for deeper review.
Read guide ↗: Review architecture boundaries from a phone without losing contextTechnical review checklists · 2 min
Follow one data item from entry to storage and deletion, checking transformations, trust boundaries, ownership, and evidence at each handoff.
Read guide ↗: Trace data flow through a technical review documentTechnical review checklists · 2 min
Evaluate a query-plan report using the exact query, schema, statistics, environment, and execution caveats before recommending an index or rewrite.
Read guide ↗: Review a PostgreSQL query-plan report safelyTechnical review checklists · 2 min
Check workload comparability, measurement windows, sample context, distributions, and user impact before accepting a performance conclusion.
Read guide ↗: Review performance claims without being fooled by one fast runTechnical review checklists · 2 min
Assess whether tests protect meaningful behavior by tracing risk, setup, assertions, boundaries, and known gaps in a focused review.
Read guide ↗: Review test coverage by reading assertions, not percentagesTechnical review checklists · 2 min
Check job identity, delivery assumptions, retries, deduplication, state transitions, and failure ownership in an asynchronous workflow review.
Read guide ↗: Review an asynchronous job design for retries and ownershipTechnical review checklists · 2 min
Evaluate cache keys, freshness rules, invalidation, user isolation, and failure behavior before accepting a caching performance proposal.
Read guide ↗: Review a caching design for freshness and isolationTechnical review checklists · 2 min
Check actors, resources, operations, enforcement points, and denial behavior without mistaking a hidden button for an authorization control.
Read guide ↗: Review authorization boundaries from a technical design documentTechnical review checklists · 2 min
Assess configuration defaults, precedence, validation, reload behavior, compatibility, and secret handling using a small evidence-based review.
Read guide ↗: Review configuration changes without exposing secretsTechnical review checklists · 2 min
Check error classification, response consistency, client recovery, information disclosure, and tests in a focused API error-handling review.
Read guide ↗: Review API error handling as part of the user contractTechnical review checklists · 2 min
Check compatibility, stored data, external effects, recovery prerequisites, and decision ownership before accepting a rollback claim.
Read guide ↗: Review rollback readiness beyond reverting application codeTechnical review checklists · 2 min
Use a short mobile pass to identify blockers, missing evidence, and focused follow-up while separating triage from full technical approval.
Read guide ↗: Triage a technical review from your phone without over-approvingTechnical review checklists · 2 min
Turn a suspected issue into a clear finding with a condition, source evidence, concrete consequence, and proportionate next step.
Read guide ↗: Write evidence-backed technical review findingsTechnical review checklists · 2 min
Evaluate whether logs, metrics, and traces answer specific operational questions while controlling sensitive data and documenting important blind spots.
Read guide ↗: Review an observability plan by asking what a responder can learnTechnical review checklists · 2 min
Evaluate a debt-reduction proposal with observed friction, affected work, options, costs, and a bounded verification plan instead of a broad rewrite narrative.
Read guide ↗: Review a technical debt proposal using concrete maintenance costs