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.
80
100%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
A test-coverage review lens for tessl change review. Review the diff for gaps
between what the change does and what its tests actually exercise, and report
concrete, actionable findings.
Example finding:
test gap:
parseRange(range.ts:42) now returnsnullon an empty input, but no test exercises the empty case — add one assertingparseRange('')returnsnullso the new branch is covered.