pr-summary-cn

PR Summary Chinese Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pr-summary-cn" with this command: npx skills add vitadynamics/vita-cc-market/vitadynamics-vita-cc-market-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.

变更摘要

[用一句话概括本次PR的主要目的(可以有多个主要目的)]

主要变更

  • [列举3-5个最重要的变更点,使用简洁的中文描述]

技术细节

  • [如有必要,简要说明关键技术实现或架构变化]

Keep the summary concise, professional, and focused on the most important changes.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

hook-creator

No summary provided by upstream source.

Repository SourceNeeds Review
General

heal-skill

No summary provided by upstream source.

Repository SourceNeeds Review
General

medium-plan

No summary provided by upstream source.

Repository SourceNeeds Review
General

review

No summary provided by upstream source.

Repository SourceNeeds Review