fix: prevent Claude code reviewer from creating accidental GitHub issue links

Claude was numbering list items as #1, #2, #3 which GitHub automatically converts to issue links, cluttering PR discussions with unrelated issue references. This change explicitly instructs Claude to use (1), (2), (3) format instead to avoid this problem.
This commit is contained in:
Keith 2025-11-13 14:56:04 -08:00
parent cdb7354687
commit 0275b3921d
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ jobs:
- Keep each issue brief but clear
- Use inline comments for code-specific issues
- Skip severity sections if empty
- When listing items, use (1), (2), (3) format - NEVER use #1, #2, #3 to avoid GitHub treating them as issue links
Note: The PR branch is already checked out in the current working directory.