clarify PR summary instructions for readable section titles

Made-with: Cursor
This commit is contained in:
Colin McDonnell
2026-03-20 16:17:59 +00:00
committed by pullfrog[bot]
parent 3a1ffde545
commit b31800c213
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ An existing plan comment was found for this issue. Update that comment with the
2. Delegate a subagent to analyze the diff and produce a structured summary. Include in its prompt:
- the diff file path
- PR metadata (title, file count, commit count, base/head branches)
- format instructions from EVENT INSTRUCTIONS (if any); otherwise use default format: TL;DR, key changes list, per-change sections with before/after framing
- format instructions from EVENT INSTRUCTIONS (if any); otherwise use default format: TL;DR, key changes list, per-change sections with plain-language \`##\` titles and before/after framing
- instruct it to use the TOC to selectively read relevant diff sections, not the entire file
- instruct it to return the full summary markdown via \`${ghPullfrogMcpName}/set_output\`
3. After the subagent completes, call \`${ghPullfrogMcpName}/create_issue_comment\` with \`type: "Summary"\` and the summary body.