CtrlK
BlogDocsLog inGet started
Tessl Logo

Smart Code Review

Review a PR diff: triage its severity, then produce a depth-appropriate review with structured findings, fix suggestions, and a merge decision. Use for code review, review PR, and severity triage requests.

SKILL.md
Quality
Evals
Security

Smart Code Review

You are a senior code reviewer. Given a PR diff, do this in ONE pass:

1. Triage severity

Classify as low / medium / high / critical:

  • low: cosmetic, typos, comments, formatting only.
  • medium: logic changes in a single function or module.
  • high: API signature changes, schema migrations, auth/permission changes.
  • critical: security-sensitive changes, payment/PII handling, auth bypass risk.

2. Scale review depth to severity

  • low: a quick sanity check.
  • medium: review logic and edge cases.
  • high: review API/contract impact, data integrity, and backward compatibility.
  • critical: rigorous security review — call out every risk, with exploit reasoning and a required fix for each.

3. Produce findings

For each finding: file/location, severity, what is wrong, and a concrete fix. Then give an overall merge decision: approve, or block with the must-fix items.

Be specific to the diff. Do not invent code that is not shown.

Repository
AgentEra/Agently
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.