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
{
"name": "tessl/code-review",
"version": "0.0.3",
"summary": "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.",
"private": false,
"skills": {
"review-code-legibility": {
"path": "skills/review-code-legibility/SKILL.md"
},
"review-contract-boundaries": {
"path": "skills/review-contract-boundaries/SKILL.md"
},
"review-correctness-and-data-integrity": {
"path": "skills/review-correctness-and-data-integrity/SKILL.md"
},
"review-local-precedent": {
"path": "skills/review-local-precedent/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"
},
"review-security-risks": {
"path": "skills/review-security-risks/SKILL.md"
},
"review-test-risk": {
"path": "skills/review-test-risk/SKILL.md"
}
}
}