Help us improve
Share bugs, ideas, or general feedback.
From godmode
Review uncommitted (or specified) changes for bugs, security, and convention drift.
npx claudepluginhub patrickking67/godmode --plugin godmodeHow this skill is triggered — by the user, by Claude, or both
Slash command
/godmode:judgmentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review code changes the way a careful senior engineer would: catch real problems, skip
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Review code changes the way a careful senior engineer would: catch real problems, skip nitpicks, and respect the project's existing conventions.
Determine what to review:
$ARGUMENTS names files, a commit, or a range, review that.git status and git diff (staged and
unstaged). If the tree is clean, review the most recent commit (git show HEAD).Read enough surrounding context (not just the diff hunks) to understand each change.
Focus on issues with real consequences, in priority order:
Group findings as Must fix, Should fix, and Consider. For each:
path:line location (clickable).Only report things you're genuinely confident about. If a change is clean, say so plainly rather than inventing concerns. End with a one-line verdict: ship, ship-with-fixes, or needs-work.
Do not commit, push, or modify files unless the user explicitly asks; this command reviews.