Commit fe63a29
fix(review): re-unbreak /review slash command poisoned by PR #226 regression
PR #226 (`fix(ci-runner): filter CI polling by run URL, not workflow name`)
reintroduced the exact poisoned-text regression that PR #234 fixed. Its diff
on plugins/tend-ci-runner/skills/review/SKILL.md and
plugins/tend-ci-runner/skills/running-in-ci/SKILL.md reverted the CI-polling
comment from the PR #234 wording back to the pre-#234 wording containing
`` `if \!` ``, which the slash-command preprocessor scans and exec's as bash.
Since #226 merged at 2026-04-11 15:01:22 UTC, every `/review` invocation has
failed identically with the 5-line trace: queue/dequeue, command-caveat,
command-name, local-command-stderr, then nothing. Three tend-review runs in
this hour's window (PRs #240, #241, #242) all produced that exact trace and
posted zero reviews.
Rephrase the CI-polling comment in both files to avoid any `\!` adjacent to a
backtick. The guidance is unchanged. Matches the wording that PR #234 already
merged successfully — this is a straight restoration of that fix.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3a95e12 commit fe63a29
2 files changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
297 | | - | |
298 | | - | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
299 | 300 | | |
300 | 301 | | |
301 | 302 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
| |||
0 commit comments