CtrlK
BlogDocsLog inGet started
Tessl Logo

code-review

Perform thorough code reviews focusing on correctness, readability, and security.

60

Quality

70%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./code-review/SKILL.md
SKILL.md
Quality
Evals
Security

Code Review

Review Checklist

  1. Correctness - Does the code do what it claims?
  2. Edge cases - Are boundary conditions handled?
  3. Security - No injection, no leaked secrets, no unsafe deserialization
  4. Readability - Clear names, small functions, minimal nesting
  5. Tests - Are changes covered by tests?

Feedback Style

  • Lead with what works well
  • Be specific: reference line numbers and suggest alternatives
  • Distinguish blocking issues from nits
  • One comment per concern

Examples

Blocking

fetchUser doesn't handle the case where the API returns 404. This will throw an unhandled exception in production. Consider returning null and guarding the caller.

Nit

Nit: data is generic — userProfile would make the intent clearer.

Repository
neil-tessl/skill-index-evals-dev
Last updated
First committed

Also appears in

neil-tessl/nh-code-review-skills
In sync

since Aug 28, 2026

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.