From setup-ai
Review the current diff/PR for correctness bugs, reuse, simplification, and efficiency. Use before merging, after finishing a change, or when asked to review code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/setup-ai:review-diffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review only what changed, plus the context needed to judge it.
Review only what changed, plus the context needed to judge it.
git diff --staged for staged work, or git diff <base>...HEAD for a branch
(find the base with git merge-base HEAD origin/main).Flat list. Each finding: severity — file_path:line — what's wrong — the fix. No praise, no
description of what the code does. If clean, say so in one line.
For deeper security concerns, hand off to the security-reviewer agent / security-audit skill.
npx claudepluginhub linder3hs/setup-ai --plugin setup-aiBlocks Edit/Write/Bash actions until Claude investigates importers, data schemas, and user instructions. Improves output quality by forcing concrete facts before edits.