Skip to content

Commit 71bf8ad

Browse files
committed
minor SKILL.md changes
1 parent cf93c05 commit 71bf8ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/gen-ai/.claude/skills/flake-check

packages/gen-ai/.claude/skills/flake-check/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Investigate failing CI checks on a PR and classify each failure using live CI da
2020
| `/flake-check scan <N>d` | Survey PRs from the last N days (e.g. `scan 7d`) |
2121
| `/flake-check scan --file <filename>` | Find every PR in the window where a specific test file appeared in failures (fetches logs — slower) |
2222

23-
```
23+
```bash
2424
/flake-check 7301
2525
/flake-check 7301 --deep
2626
/flake-check scan
@@ -80,7 +80,7 @@ This skill separates **data collection** (deterministic Python scripts) from **a
8080
| Classification | Claude | Apply confidence model using symptom patterns, checking code overlap with failed tests, etc. |
8181
| Report | Claude | Generate structured, actionable output |
8282

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.
8484

8585
## Prerequisites
8686

0 commit comments

Comments
 (0)