From gitwise
Use when the user asks to commit changes, generate a commit message, or stage and commit files. Analyzes the staged git diff with AI and produces a Conventional Commits message, detecting whether the diff is one logical change or multiple contexts and offering an interactive commit-split when it is multiple.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gitwise:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Bash: `node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/commit.js"`
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/commit.js"git addgit statusgit status to see staged and unstaged changes.node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/commit.js" "<intent>" where <intent> is the user's description (may be empty).node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/commit.js" "<intent>" --apply (the plan is re-emitted and applied).git log --oneline -3 to confirm.--split auto|never|always — control multi-context splitting (default: auto)--apply — apply the plan (stage files + commit)--push — push after committingProvides 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.
npx claudepluginhub denisvieiradev/gitwise --plugin gitwise