Preserve Cursor summary block in make-pr-easy-to-review skill#128
Open
rkm3 wants to merge 1 commit into
Open
Conversation
Agents using make-pr-easy-to-review should keep the CURSOR_SUMMARY comment block and agent footer intact when editing PR bodies. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
make-pr-easy-to-reviewskill to preserve the `Note
Low Risk
Documentation-only change to agent skill guidance; no runtime or product behavior is affected.
Overview
Extends the
make-pr-easy-to-reviewskill so agents don’t wipe Cursor-maintained PR description content when they add reviewer notes.Under Reviewer Guidance, a new subsection tells agents to
gh pr viewthe existing body first, keep the<!-- CURSOR_SUMMARY -->…<!-- /CURSOR_SUMMARY -->block verbatim (including risk/Bugbot content), preserve the trailing Open in Web / Open in Cursor footer when present, and place new guidance outside that block when usinggh pr edit.Reviewed by Cursor Bugbot for commit 98d5a3a. Bugbot is set up for automated code reviews on this repo. Configure here.
` block when editing PR descriptions.
Open in Web/Open in Cursorlinks) if present.Motivation
When agents run
/make-pr-easy-to-review, they often rewrite the PR description with reviewer guidance (TL;DR, file walkthrough, etc.). That can accidentally strip the Cursor-generated summary and Bugbot notes, which Cursor and Bugbot maintain separately from agent-authored review notes.Test plan
gh pr editMade with Cursor