code-review

$npx mdskill add cloudflare/agents/code-review

Give focused, actionable code review feedback.

SKILL.md
.github/skills/code-reviewView on GitHub ↗
---
name: code-review
description: Review code changes for correctness, clarity, and risk. Use when the user asks for a review, a second opinion on a diff, or feedback on code they wrote.
---

# Code Review

Give focused, actionable code review feedback.

## Instructions

1. Read the relevant files from the workspace before commenting.
2. Lead with the single most important issue, if any.
3. Group feedback as **Correctness**, **Clarity**, and **Risk**.
4. Suggest concrete changes — show the smallest edit that fixes each issue.
5. Call out anything you could not verify (missing context, untested paths).
More from cloudflare/agents