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: packages/gen-ai/.claude/skills/flake-check/SKILL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Investigate failing CI checks on a PR and classify each failure using live CI da
20
20
|`/flake-check scan <N>d`| Survey PRs from the last N days (e.g. `scan 7d`) |
21
21
|`/flake-check scan --file <filename>`| Find every PR in the window where a specific test file appeared in failures (fetches logs — slower) |
22
22
23
-
```
23
+
```bash
24
24
/flake-check 7301
25
25
/flake-check 7301 --deep
26
26
/flake-check scan
@@ -80,7 +80,7 @@ This skill separates **data collection** (deterministic Python scripts) from **a
80
80
| Classification | Claude | Apply confidence model using symptom patterns, checking code overlap with failed tests, etc. |
81
81
| Report | Claude | Generate structured, actionable output |
82
82
83
-
Scripts live in `${CLAUDE_SKILL_DIR}/scripts/`. Run scripts from the repo root (the user's working directory) using their absolute path. All scripts output JSON to stdout; errors go to stderr.
83
+
Scripts live in `${CLAUDE_SKILL_DIR}/scripts/`. Run scripts from the repo root (the user's working directory) using their absolute path. All scripts output JSON to stdout; errors are also emitted as JSON to stdout (`{"error": "..."}`) and exit with a non-zero status code.
0 commit comments