A suite of focused code-review skills for Tessl Agent and GitHub Actions review workflows (`tessl change review`). Each review lens is its own skill, so a workflow can invoke one lens or several. Fork and tune any skill for your own repository.
—
—
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
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.