Skip to main content

pull-request

Provides a structured process for creating pull requests use when asked to "make a PR".

跳到安装

来源信息

仓库
redhat-et/ProtoBot
最近来源活动
2026年9月9日 21:26
检测到的 SKILL.md 语言
英语
星标
5
分支
5

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
pull-request
description
Provides a structured process for creating pull requests use when asked to "make a PR".
# Creating a Pull Request When asked to "make a PR" or "create a pull request", follow this structured process: - Rebase your branch on the latest `upstream/main` to ensure it is up to date - Ensure all tests pass and the code is ready for review - Create the Pull Request on GitHub in a draft state - Monitor CI checks and address any issues - Await coderabbit's review and thoughtfully address any feedback. You can look at the CodeRabbit status check to see if the review is complete. - For each CodeRabbit comment, decide whether to address it or not based on the intended behavior of the change. - Whether or not you implement a change, respond to the comment with a clear explanation of your decision. Start your response with "(AI generated)". - Also address feedback from `fullsend-ai-review[bot]` if applicable, and respond to their comments in the same manner. - Once all checks and reviews are passed, perform a final rebase of the branch on the latest `upstream/main` - Ensure CI checks pass after rebasing - Mark the PR as ready for review: `gh pr ready <id>` - Wait for the post-rebase CodeRabbit and `fullsend-ai-review[bot]` checks, addressing and responding to any feedback as described above. - Enable auto-merge: `gh pr merge <id> --auto --merge` - STOP. You have completed the pull request process.
在 GitHub 查看