What problem does it solve? When committing, pushing, or creating pull requests, developers often ship code without clear titles, descriptions, verification notes, or risk statements. This Skill standardizes Git delivery by producing complete Chinese-language commit messages, PR details, and delivery summaries so nothing is left undocumented. ## Core Features & Use Cases - Scoped Staging Review: Checks branch, working tree status, and untracked files to separate deliverable changes from unrelated leftovers before committing. - Chinese Commit & PR Content: Generates Chinese titles with conventional prefixes (feat:, fix:, refactor:, docs:, chore:) plus bodies covering what changed, why, verification status, and remaining risks. - Branch Strategy Guardrails: Avoids pushing directly to main unless explicitly requested, preferring a dedicated branch before creating a PR. - Use Case: After finishing a feature, ask the assistant to commit and open a PR; it will stage only relevant files, write a Chinese commit message and PR description with verification and risk notes, and report the branch, SHA, and PR result. ## Quick Start Use the chinese-git-delivery skill to commit my current changes, push them to a new branch, and open a PR with a full Chinese title and description.