Commit 9db8f39
fix(skill): add pre-commit and duplicate-PR checks to running-in-ci
The claude-mention bot created a duplicate PR (#1442) when #1416 already
addressed the same issue, and shipped code without running cargo fmt —
causing a CI failure and requiring a second commit. Both gaps exist because
running-in-ci (loaded by all CI workflows) had no guidance on checking for
existing PRs or formatting code before committing. The triage-issue skill
had these checks but running-in-ci did not.
Add two subsections under "PR Creation":
- "Before creating a PR" — check open PRs and fix branches first
- "Before committing code changes" — run cargo fmt at minimum
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 40810fe commit 9db8f39
1 file changed
+29
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
43 | 72 | | |
44 | 73 | | |
45 | 74 | | |
| |||
0 commit comments