Skip to content

Commit 31a528d

Browse files
fix: keep stream reviews concise
1 parent e53d8b4 commit 31a528d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

skills/java-streams/SKILL.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ are equivalent.
6565
[hard-stops.md](references/hard-stops.md); copy its header and command verbatim when documenting
6666
a scan. Fix relevant hits and re-scan.
6767

68+
For review artifacts, stay concise by default. If the user asks for a short review or decision,
69+
lead with accept/reject, list only the behavior-preserving stream issues, and show one safer shape
70+
when useful. Avoid extra summary tables or broad collector commentary unless the task asks for a
71+
general audit.
72+
6873
Quick examples:
6974

7075
```java

0 commit comments

Comments
 (0)