git-commit-push-pr

仓库创建 2026年6月29日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

一键从改动到 PR,并自动产出分级的说明,适合开发者日常工作流

▸ 风险提示

会执行提交/推送并访问远程仓库,需注意凭据与权限

这个 Skill 做什么

将工作区变更提交、推送并创建或更新 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.

开发编程Git 操作PR 描述发布流程通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/MaximoCorrea1/ultra-powers/main/flows/ultra-powers/skills/git-commit-push-pr/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/MaximoCorrea1/ultra-powers/main/flows/ultra-powers/skills/git-commit-push-pr/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有