From gitwise
Use when the user asks for a code review, wants feedback on changes, or asks to review a diff. Performs an AI code review of the diff between the current branch and the base branch, returning findings categorized as Critical, Suggestions, and Nitpicks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gitwise:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Bash: `node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/review.js"`
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/review.js"git diffgit lognode "${CLAUDE_PLUGIN_ROOT}/dist/scripts/review.js" [--base <branch>]--base <branch> — base branch for diff (default: auto-detect main/master)--prompt "<text>" — additional focus instructions for the reviewernpx claudepluginhub denisvieiradev/gitwise --plugin gitwiseProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.