From 33863cb79bb5598712a9c05c3d428755bd31afd4 Mon Sep 17 00:00:00 2001 From: Jesse Turner Date: Fri, 24 Apr 2026 15:35:42 -0400 Subject: [PATCH] feat: add GitHub permalink instruction to review prompt Instructs the reviewer to include GitHub permalinks when referencing specific lines of code, making comments easier to navigate. --- .github/scripts/prompts/review.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/prompts/review.md b/.github/scripts/prompts/review.md index 0a4f85fc..6212024d 100644 --- a/.github/scripts/prompts/review.md +++ b/.github/scripts/prompts/review.md @@ -8,6 +8,6 @@ You have these repos cloned locally for context: Before reviewing, read all existing comments on the PR to understand what has already been discussed. Do not repeat or re-post issues that have already been raised in existing comments. -Review the PR. If there are any serious issues that require code changes before merging, post a comment on the PR for each issue explaining the problem. If there are multiple ways to fix an issue, list the options so the author can choose. Skip style nits and minor suggestions — only flag things that actually need to change. +Review the PR. If there are any serious issues that require code changes before merging, post a comment on the PR for each issue explaining the problem. When referencing specific lines of code, include a GitHub permalink. If there are multiple ways to fix an issue, list the options so the author can choose. Skip style nits and minor suggestions — only flag things that actually need to change. If all serious issues have already been raised in existing comments, or if you found no new issues, post a single comment on the PR saying it looks good to merge (or that all issues have already been flagged).