pr-summary-cn
PR Summary Chinese Skill
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.
More from vitadynamics/vita-cc-market
hook-creator
Expert guidance for creating Claude Code hooks. Use when configuring hooks in settings files, creating hook scripts, or implementing hook-based workflows for tool interception, validation, or automation.
14review
Perform exhaustive code reviews using multi-agent analysis across 13+ specialized reviewer agents
13medium-plan
Transform feature descriptions into well-structured project plans following conventions
13deepen-plan
Enhance existing plans with parallel research agents for maximum depth and grounding
13heal-skill
Fix incorrect SKILL.md files when a skill has wrong instructions or outdated API references
13clarify
Clarify requirements by asking targeted questions to reduce ambiguity before planning
12