From gitwise
Use when the user asks to open a pull request, draft a PR, or create a PR from the current branch. Generates a PR title and body from the diff between the current branch and the base branch, then creates or updates the GitHub PR via gh.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gitwise:prThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Bash: `node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/pr.js"`
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/pr.js"git diffgit loggh pr viewnode "${CLAUDE_PLUGIN_ROOT}/dist/scripts/pr.js" [--base <branch>]node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/pr.js" [--base <branch>] --apply--base <branch> — base branch for diff (default: auto-detect main/master)--apply — create or update the GitHub PR--prompt "<text>" — additional focus instructions for the PR drafterProvides 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