You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/skills/version-bump-analysis/skill.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ permissions:
15
15
- Read
16
16
- Glob
17
17
- Bash
18
-
- mcp__plugin_nr_google-search__web_fetch
19
18
---
20
19
21
20
# Version Bump Analysis Skill
@@ -54,9 +53,9 @@ Generate a markdown comment that can be pasted directly into the PR, following t
54
53
[Same structure as Contrib if there are relevant changes]
55
54
```
56
55
57
-
## ⚠️ IMPORTANT: Do NOT Use google-search Plugin for CHANGELOG Files
56
+
## ⚠️ IMPORTANT: Use Bash Script for CHANGELOG Files
58
57
59
-
**The google-search plugin (web_fetch/raw_http_fetch) fails with large CHANGELOG files** (~66k tokens) causing API errors. Instead, use the provided bash script:
58
+
**Do NOT fetch full CHANGELOG files directly**- they are very large (~66k tokens) and inefficient. Instead, use the provided bash script to extract only the relevant version section:
0 commit comments