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で見る