diff --git a/.claude/skills/syft-pr-review/SKILL.md b/.claude/skills/syft-pr-review/SKILL.md index 9950e1da080..ecd4c810f53 100644 --- a/.claude/skills/syft-pr-review/SKILL.md +++ b/.claude/skills/syft-pr-review/SKILL.md @@ -60,8 +60,9 @@ package, and whether each claim in `body.md` is still true. ## Step 3 — Write it -Save to `koen/pr-reviews/pr--.md` when a git-ignored `koen/` folder exists, otherwise -`pr-reviews/` in the repo root — and say the file is untracked. +Save to `koen/reviews//summary.md` when a git-ignored `koen/` folder exists, otherwise +`reviews//summary.md` in the repo root — and say the file is untracked. One folder per PR, so +anything else about that review lands beside the summary later. Flows come first, because they are why the reader opened the document. @@ -87,36 +88,42 @@ Flows come first, because they are why the reader opened the document. - [ ] **2. What is new** — additions only - - [ ] **NEW CLASS `Name`** — `path/file.py:` — . Built by `A.b()`. (Flow 1.2) - - [ ] **NEW MODULE `path/file.py`** — . Defines `file.py: func()`. (Flow 1.1) - - [ ] **NEW helpers in `path/file.py`** — `f()` , `g()` . (Flow 1.1) + - [ ] **2.1 NEW CLASS `Name`** — `path/file.py:` — . Built by `A.b()`. (Flow 1.2) + - [ ] **2.2 NEW MODULE `path/file.py`** — . Defines `file.py: func()`. (Flow 1.1) + - [ ] **2.3 NEW helpers in `path/file.py`** — `f()` , `g()` . (Flow 1.1) - [ ] **3. Changes** — everything changed or deleted except tests, grouped by theme - - [ ] **A — ** - - [ ] **A1