Quick Review

Fast plain-English sanity check of a git diff. Read every hunk, spot only obvious breakage (broken imports, dangling refs, signature mismatches, syntax), summarize what changed and why in ~30 seconds. Does NOT run tests, hunt smells, or pull spec. Use when user asks for "quick review", "glance at this", "does this look ok", or a fast diff explanation before committing or requesting deeper review. For thorough review, use `medium-review` or `code-review` (advanced) instead.

shreyT19 b775353 2.8 KB Updated

File contents

shreyT19/claude-skills/tree/main/quick-review commit b775353529

Frequently asked questions

npx skillmds@latest add shreyt19/quick-review