git-commit-push-pr
一键从改动到 PR,并自动产出分级的说明,适合开发者日常工作流
会执行提交/推送并访问远程仓库,需注意凭据与权限
将工作区变更提交、推送并创建或更新 Pull Request,生成价值导向的 PR 描述
把工作区的改动一次性提交、push 并打开或更新一个 Pull Request,同时自动生成以价值和意图为导向的 PR 描述。常在你要把本地改动上链、发 review 或刷新 PR 描述时使用。不同于模板化说明,它会根据改动复杂度自适应地写出有用的、面向 reviewer 的说明。
▸ 展开 SKILL.md 英文原文
Commit, push, and open a PR with an adaptive, value-first description. Use when the user says "commit and PR", "push and open a PR", "ship this", "create a PR", "open a pull request", "commit push PR", or wants to go from working changes to an open pull request in one step. Also use when the user says "update the PR description", "refresh the PR description", "freshen the PR", or wants to rewrite an existing PR description. Produces PR descriptions that scale in depth with the complexity of the change, avoiding cookie-cutter templates.
帮我安装这个 skill:https://raw.githubusercontent.com/MaximoCorrea1/ultra-powers/main/flows/ultra-powers/skills/git-commit-push-pr/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/MaximoCorrea1/ultra-powers/main/flows/ultra-powers/skills/git-commit-push-pr/SKILL.md"# Git Commit, Push, and PR Go from working tree changes to an open pull request in a single workflow, or update an existing PR description. The key differentiator of this skill is PR descriptions that communicate *value and intent* proportional to the complexity of the change. ## Mode detection If the user is asking to update, refresh, or rewrite an existing PR description (with no mention of committing or pushing), this is a **description-only update**. The user may also provide a focus for the update (e.g., "update the PR description and add the benchmarking results"). Note any focus instructions for use in DU-3. For description-only updates, follow the Description Update workflow belo