The default review lenses for `tessl code review`, which the Tessl Code Review GitHub Action also runs. Each lens is its own skill, so a run can invoke one lens or several. Fork and tune any lens for your own repository.
64
80%
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
{
"name": "tessl/code-review",
"version": "0.1.0",
"summary": "The default review lenses for `tessl code review`, which the Tessl Code Review GitHub Action also runs. Each lens is its own skill, so a run can invoke one lens or several. Fork and tune any lens for your own repository.",
"private": false,
"skills": {
"review-correctness-and-data-integrity": {
"path": "skills/review-correctness-and-data-integrity/SKILL.md"
},
"review-maintainability-and-code-quality": {
"path": "skills/review-maintainability-and-code-quality/SKILL.md"
},
"review-scale-and-resilience": {
"path": "skills/review-scale-and-resilience/SKILL.md"
},
"review-security-and-privacy": {
"path": "skills/review-security-and-privacy/SKILL.md"
}
}
}