Skip to content
Merged
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
4 changes: 4 additions & 0 deletions .claude/skills/review-pr/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,10 @@ description: new text here
- Prose-only comments are for changes too large or uncertain for a direct
suggestion.
- Multi-line suggestions: set `start_line` and `line` to define the range.
**Minimize the range** — only include lines that actually need changing. A
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.

### 5. Monitor CI

Expand Down
Loading