npx claudepluginhub dylanliiii/shipyard --plugin VengineerThis skill is limited to using the following tools:
**Purpose**: Generate concise Chinese PR summary from git changes.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Purpose: Generate concise Chinese PR summary from git changes.
Base branch: ${ARGUMENTS:-master}
Current branch and status: !git branch --show-current > /dev/null 2>&1 && git status --short > /dev/null 2>&1
Commit history from base branch: !git log ${ARGUMENTS:-master}..HEAD --oneline --no-merges > /dev/null 2>&1
Detailed changes: !git diff ${ARGUMENTS:-master}...HEAD --stat > /dev/null 2>&1
Code changes: !git diff ${ARGUMENTS:-master}...HEAD > /dev/null 2>&1
Based on the above git log and diff information, generate a concise Chinese PR summary with the following structure. You can explore (use explorer agent) the codebase for more information.
[用一句话概括本次PR的主要目的(可以有多个主要目的)]
Keep the summary concise, professional, and focused on the most important changes.