Review a change for what happens when there is more of it than expected, and when something it depends on fails. Use as one lens in a code review run.
58
66%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./code-review/skills/review-scale-and-resilience/SKILL.mdThe canonical home for this skill is tessl/code-review
Review what the change costs as load, data volume, and concurrency grow, and what it does when something it depends on fails.
Prioritize work on request paths, fan-out operations, and batch processing.
Derive failure cases from the operations the change performs, including external calls, writes, and retries. Check behavior for delayed, duplicate, and missing responses.
What counts as adequate failure coverage or a safe rollout is often a written project rule rather than a judgment call. Read the AGENTS.md or CLAUDE.md chain governing the changed files, from the repository root down.
Report costs that grow materially with expected workload, or failures that can affect work beyond the original request or operation.
Do not report cold-path inefficiencies or scenarios that depend on several unlikely failures occurring together.
37f0a21
Canonical home
since Aug 8, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.