From pull-request
Updates GitHub PR or GitLab MR body to reflect latest changes after additional commits. Fetches context and diff, analyzes new work, rewrites description.
npx claudepluginhub bendrucker/claude --plugin pull-requestThis skill is limited to using the following tools:
The PR body documents what will happen when merged, not the journey. Don't echo review feedback. Only mention changes if the ultimate result is user-facing.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
The PR body documents what will happen when merged, not the journey. Don't echo review feedback. Only mention changes if the ultimate result is user-facing.
git remote get-url originbun ${CLAUDE_PLUGIN_ROOT}/scripts/pr-template.ts!bun ${CLAUDE_PLUGIN_ROOT}/scripts/git-context.ts
!bun ${CLAUDE_PLUGIN_ROOT}/scripts/contributing.ts
$0 (if provided) as a PR identifier (number or branch name). Fetch the current PR:
gh pr view $0 --json title,body,updatedAt,commitsglab mr view $0gh pr diff $0glab mr diff $0updatedAt to identify new work since the body was last written.sections.md for section guidance.tmp/pr-body-<branch>.md) and apply:
gh pr edit --body-file tmp/pr-body-<branch>.mdglab mr update --description "$(cat tmp/pr-body-<branch>.md)"For advanced GitLab features (stacking, username lookup), load gitlab:merge-request.