Skip to content

Commit c6e1d74

Browse files
committed
update quick reference
1 parent 398689a commit c6e1d74

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Investigate failing CI checks on a PR and classify each failure using live CI da
1111

1212
| Invocation | What it does |
1313
|---|---|
14-
| `/flake-check <PR>` | Investigate a single PR — fetches failing checks, reads logs, classifies each failure |
15-
| `/flake-check <PR> --deep` | Same as above, plus detects checks that previously failed then passed on the same commit SHA |
14+
| `/flake-check <PR>` | Investigate a single PR — fetches failing checks, reads logs, classifies each failure, checks code overlap between failing tests and PR changes |
15+
| `/flake-check <PR> --deep` | Same as above, plus rerun detection (checks that failed then passed on the same SHA — hidden flakiness) |
1616
| `/flake-check scan` | Lightweight survey of the last 7 days of PRs for recurring failure patterns (no log fetching) |
17-
| `/flake-check scan --deep` | Same as above, plus rerun detection, test-level pattern analysis, and file-level overlap for each recurring test |
17+
| `/flake-check scan --deep` | Same as above, plus rerun detection (checks that failed then passed on the same SHA — hidden flakiness), test-level pattern analysis, and file-level overlap for each recurring test |
1818
| `/flake-check scan <N>d` | Survey PRs from the last N days (e.g. `scan 7d`) |
1919
| `/flake-check scan --file <filename>` | Find every PR in the window where a specific test file appeared in failures (fetches logs — slower) |
2020

0 commit comments

Comments
 (0)