From godmode
Review uncommitted (or specified) changes for bugs, security, and convention drift.
How 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
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.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub patrickking67/godmode --plugin godmode