Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .claude/skills/review-pr/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,11 @@ description: new text here
range that's too wide can delete correct code adjacent to the bug. Before
posting, verify that every line in [`start_line`, `line`] is either removed
or rewritten in the suggestion body.
- **Code fence collision**: When the target range includes a line that is
itself ` ``` ` (a code fence marker), the suggestion's own ` ``` `
delimiters collide with it. Either exclude the fence marker line from the
range, or reproduce it verbatim in the suggestion body so it is preserved
when the suggestion is applied.

### 5. Monitor CI

Expand Down
Loading