wibaek-review-diff-scan

Installation
SKILL.md

Review Diff Scan

PR, commit, branch diff, staged changes, unstaged changes, working-tree patch를 단순 리뷰한다. 목표는 changed code에서 바로 고칠 수 있는 correctness, contract, test, maintainability risk를 찾고, 필요한 경우 리뷰 품질을 위해 supporting context만 조금 더 보는 것이다.

Lightweight Phase

  1. diff target을 확정한다.
  2. changed file과 changed line을 먼저 읽는다.
  3. 변경 의도를 이해하는 데 필요한 supporting file만 조금 추가한다.
  4. 의심 항목을 evidence와 counterevidence로 빠르게 확인한다.
  5. actionable finding과 짧은 summary를 final response로 낸다.

formal baseline, discovery, validation, impact-analysis artifact를 만들지 않는다. 필요한 판단 근거는 final response 안에 inline으로 보존한다.

Scope Rules

Installs
5
Repository
wibaek/skills
First Seen
Jun 18, 2026
wibaek-review-diff-scan — wibaek/skills