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
A code-reuse review lens for tessl change review. New code often reimplements
something the repository already has. Review the diff for cases where an obvious
existing helper, component, schema, route shape, fixture, or local convention
should have been reused, and report concrete, actionable findings.
Work through these steps in order and stop early once you have a concrete duplicate, or once you have inspected a small number of plausible precedent files (about five) without finding one:
AGENTS.md, CLAUDE.md, or
README that states a convention the change should follow.rg searches for the exact symbol names,
domain nouns, or route shapes the change introduces — not broad exploratory
reads.Stop at the first concrete duplicate. Do not open files beyond this budget, and do not read a file in full when the relevant export or signature is enough.