Overview
- Skill Key
- daniellummis/ci-flake-triage
- Author
- daniellummis
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/daniellummis/ci-flake-triage
- Latest Commit SHA
- bb57c483ce56c29c5d9dc40789f4665519d2dbc3
Detect flaky tests from JUnit XML retries and emit a triage report with top unstable cases.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ci-flake-triage 技能。 若已安装,则直接安装 ci-flake-triage 技能。
# CI Flake Triage Use this skill to turn noisy JUnit retry artifacts into a focused flaky-test report. ## What this skill does - Reads one or more JUnit XML files (for example: first run + rerun artifacts) - Aggregates status per test case (`passed`, `failed`, `skipped`, `error`) - Flags flaky candidates when a test has both fail-like and pass outcomes - Separates persistent failures from flaky failures - Prints top flaky tests to prioritize stabilization work ## Inputs Optional: - `JUNIT_GLOB` (default: `test-results/**/*.xml`) - `TRIAGE_TOP` (default: `20`) - `OUTPUT_FORMAT` (`text` or `json`, default: `text`) - `FAIL_ON_PERSISTENT` (`0` or `1`, default: `0`) — exit non-zero when persistent failures exist - `FAIL_ON_FLAKE` (`0` or `1`, default: `0`) — exit non-zero when flaky candidates exist ## Run Text report: ```bash JUNIT_GLOB='artifacts/junit/**/*.xml' \ TRIAGE_TOP=15 \ bash skills/ci-flake-triage/scripts/triage-flakes.sh ``` JSON output for CI ingestion: ```bash JUNIT_GLOB='artifacts/junit/**/*.xml' \ OUTPUT_FORMAT=json \ FAIL_ON_PERSISTENT=1 \ bash skills/ci-flake-triage/scripts/triage-flakes.sh ``` Run with bundled fixtures: ```bash JUNIT_GLOB='skills/ci-flake-triage/fixtures/*.xml' \ bash skills/ci-flake-triage/scripts/triage-flakes.sh ``` ## Output contract - Exit `0` when no fail gates are enabled (default) - Exit `1` if `FAIL_ON_PERSISTENT=1` and persistent failures are found - Exit `1` if `FAIL_ON_FLAKE=1` and flaky candidates are found - In `text` mode, prints summary + top flaky + persistent failures - In `json` mode, prints machine-readable summary and testcase details
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.