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
If either condition is not met, **stop immediately** and respond:
27
+
28
+
> This PR was not created by the snapshot release automation (expected `[automation]` title prefix and `automation` label). This skill only analyzes automated snapshot PRs.
29
+
30
+
Do NOT proceed with any further steps.
31
+
32
+
## Step 2: Fetch PR Data and Run Analysis
14
33
15
34
Run these commands using the Bash tool:
16
35
@@ -43,7 +62,7 @@ The script (`analyze_diff.py` in the skill directory) parses the diff, classifie
43
62
-**Unexpected Deletions**: removed entries not covered by any of the above (CRITICAL)
44
63
-**Version Conflicts**: multiple versions of the same file type and range coexisting in the final toml (CRITICAL)
45
64
46
-
## Step 4: Generate Report
65
+
## Step 3: Generate Report
47
66
48
67
### File grouping
49
68
@@ -226,7 +245,7 @@ This PR contains changes that need manual review before approval:
226
245
- (list each concern: N hash change(s), N unexpected deletion(s), N version conflict(s), N version downgrade(s), with brief context from the sections above)
227
246
- Version conflicts and version downgrades specifically mean "do not merge" — they will cause download conflicts or regressions for nodes
228
247
229
-
## Step 5: Offer to Post as PR Comment
248
+
## Step 4: Offer to Post as PR Comment
230
249
231
250
After displaying the full report, ask the user if they want you to post it as a comment on the PR.
0 commit comments