什么是 git-pull-request?
AI代理使用该技能通过分析Git提交日志和分支策略来自动生成Pull Request(PR)内容。当用户请求“创建 PR”、“总结更改”或指定文档的提交范围时,它会激活。 来源:datamktkorea/agent-skills。
AI代理使用该技能通过分析Git提交日志和分支策略来自动生成Pull Request(PR)内容。当用户请求“创建 PR”、“总结更改”或指定文档的提交范围时,它会激活。
通过命令行快速安装 git-pull-request AI 技能到你的开发环境
来源:datamktkorea/agent-skills。
This skill automates the analysis of commit logs to save time and ensure consistent PR documentation according to team conventions.
The agent identifies the current environment and determines the target parent branch.
| features/ | main (or develop) | Feature branches PR to main/develop. | | hotfix/ | main | Hotfixes PR directly to main. | | Others | main | Default target is main. |
AI代理使用该技能通过分析Git提交日志和分支策略来自动生成Pull Request(PR)内容。当用户请求“创建 PR”、“总结更改”或指定文档的提交范围时,它会激活。 来源:datamktkorea/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/datamktkorea/agent-skills --skill git-pull-requestAI代理使用该技能通过分析Git提交日志和分支策略来自动生成Pull Request(PR)内容。当用户请求“创建 PR”、“总结更改”或指定文档的提交范围时,它会激活。 来源:datamktkorea/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/datamktkorea/agent-skills --skill git-pull-request 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/datamktkorea/agent-skills