# Light Review Existing Diffs

> Perform quick quality pass on current diffs to surface risky areas, ensure polish, and flag follow-up actions for deeper review. Use when the user types /light-review-existing-diffs.

- Skill: `blockmatic/light-review-existing-diffs` (Agent Skill)
- Install (CLI): `npx skillmds@latest add blockmatic/light-review-existing-diffs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/blockmatic/light-review-existing-diffs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: blockmatic (https://skillmd.com/u/blockmatic)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/blockmatic/light-review-existing-diffs

---


## Purpose

Perform quick quality pass on current diffs to surface risky areas, ensure polish, and flag follow-up actions for deeper review.

## Steps

1. **Scan recent changes**: List open branches or pending commits requiring review, skim side-by-side diffs focusing on new/modified files, note files/modules with large/complex edits
2. **Assess quality signals**: Watch for TODOs/debug code/commented blocks needing cleanup, verify naming/formatting/imports follow project standards, check that tests/documentation were updated when behavior changed
3. **Flag next actions**: Mark sections warranting full review, capture questions for the author, and list quick fixes. Apply edits only if the user asked for them.

## Completion

Read [completion evidence](../references/completion.md) before reporting completion.

