flowchart TB
A(["BEGIN"]) --> B["当前分支有没有 dirty change?"]
B -- 有 --> D(["END"])
B -- 没有 --> n1["确保当前分支是一个不同于 main 的独立分支"]
n1 --> n2["根据当前分支相对于 main 分支的修改,push 并提交一个 PR(利用 gh 命令),用英文编写 PR 标题和 description,描述所做的更改。PR title 要符合先前的 commit message 规范(PR title 就是 squash merge 之后的 commit message)。"]
n2 --> D
Pull Request
Create and submit a GitHub Pull Request.
Pull Request by moonshotai · bc4d0c7
npx skillmds@latest add moonshotai/pull-request File contents
---name: pull-requestdescription: Create and submit a GitHub Pull Request.---```mermaidflowchart TB A(["BEGIN"]) --> B["当前分支有没有 dirty change?"] B -- 有 --> D(["END"]) B -- 没有 --> n1["确保当前分支是一个不同于 main 的独立分支"] n1 --> n2["根据当前分支相对于 main 分支的修改,push 并提交一个 PR(利用 gh 命令),用英文编写 PR 标题和 description,描述所做的更改。PR title 要符合先前的 commit message 规范(PR title 就是 squash merge 之后的 commit message)。"] n2 --> D```
moonshotai/kimi-cli/tree/main/.agents/skills/pull-request commit bc4d0c7702
Frequently asked questions
Run npx skillmds@latest add moonshotai/pull-request in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Create and submit a GitHub Pull Request. It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
moonshotai (@moonshotai) published this skill. Their other Agent Skills are listed on their SkillMD profile.