From claude-diff-review
Workflow awareness for claude-diff-review. Informs Claude that file edits are being tracked and reviewed interactively. Use when editing files in a session where claude-diff-review is active.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-diff-review:diff-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This session has **claude-diff-review** enabled. File edits are being automatically tracked.
This session has claude-diff-review enabled. File edits are being automatically tracked.
Edit, Write, and MultiEdit operations are auto-approvedclaude-diff accept to finalize and clean up shadow copiesnpx claudepluginhub gorluxor/claude-code-diff-review --plugin claude-diff-reviewSelf-review code changes using GitHub-style visual diff viewer (difit). Add comments on specific lines in browser; comments output to Claude for applying edits via git diff.
Open the native, Monaco-powered diff review window so the user can leave inline / file-level / overall comments on the current changes (the AI slop), then address each comment. Use this when the user asks to "review my changes", "review the slop", "review my diff", "open a diff review", "open the review window", "get feedback on my work", "do a PR-style review", "show me what I changed and let me comment", or types `@slop-review` explicitly. Defaults to a PR-style review of all commits + uncommitted changes since the merge-base with the auto-detected base branch (origin/HEAD → origin/main → main → origin/master → master); also supports last-commit, uncommitted, and all-files modes.
Displays git diffs with syntax highlighting, split view, and word-level diff in terminal UI or web preview. Supports watching changes, filtering files, comparing branches, and AI-powered code review explanations.