CtrlK
BlogDocsLog inGet started
Tessl Logo

code-review

Review code for bugs, security issues, performance problems, and best practices. Provide actionable feedback.

58

Quality

67%

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 ./apps/desktop/bundled-skills/code-review/SKILL.md
SKILL.md
Quality
Evals
Security

Code Review

This skill provides thorough code review with actionable feedback.

Review Checklist

Correctness

  • Logic errors
  • Edge cases not handled
  • Incorrect assumptions

Security

  • Input validation
  • SQL injection
  • XSS vulnerabilities
  • Hardcoded secrets

Performance

  • Unnecessary loops
  • N+1 queries
  • Memory leaks
  • Inefficient algorithms

Maintainability

  • Code clarity
  • Naming conventions
  • Function length
  • Documentation

Best Practices

  • DRY (Don't Repeat Yourself)
  • SOLID principles
  • Error handling
  • Testing coverage

Output Format

For each issue found:

  1. Location: File and line number
  2. Severity: Critical / Warning / Suggestion
  3. Issue: What the problem is
  4. Fix: How to resolve it

Examples

  • "Review this function for security issues"
  • "Check my PR for bugs"
  • "Review the authentication code"
Repository
accomplish-ai/coworker
Last updated
First committed

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.