Skip to main content

pull-request

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

Zur Installation springen

Quellinformationen

Repository
redhat-et/ProtoBot
Letzte Quellaktivität
9. September 2026 um 21:26
Erkannte Sprache von SKILL.md
Englisch
Sterne
5
Forks
5

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
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.
Auf GitHub ansehen