返回顶部
g

github-actions-failure-phase-audit流水线故障阶段审计

Group GitHub Actions failures by pipeline phase (setup/build/test/lint/deploy/security) with minute impact to prioritize fixes.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
243
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

github-actions-failure-phase-audit

GitHub Actions 失败阶段审计

使用此技能识别当任务失败时,哪个CI/CD阶段消耗的分钟数最多。

该技能的功能

  • - 读取一个或多个GitHub Actions运行JSON导出文件(gh run view --json ...)
  • 检测每个失败/取消/超时任务中首个非成功步骤
  • 将失败映射到以下阶段:setup、build、test、lint、deploy、security、other
  • 按仓库+工作流+阶段+失败步骤聚合失败信息
  • 按影响分钟数和失败次数对热点进行排名

输入参数

可选参数:
  • - RUNGLOB(默认值:artifacts/github-actions/*.json)
  • TOPN(默认值:20)
  • OUTPUTFORMAT(text或json,默认值:text)
  • WARNMINUTES(默认值:20)
  • CRITICALMINUTES(默认值:45)
  • FAILONCRITICAL(0或1,默认值:0)
  • WORKFLOWMATCH、WORKFLOWEXCLUDE(正则表达式,可选)
  • REPOMATCH、REPOEXCLUDE(正则表达式,可选)
  • BRANCHMATCH、BRANCHEXCLUDE(正则表达式,可选)
  • PHASEMATCH、PHASE_EXCLUDE(正则表达式,可选)

收集运行JSON

bash
gh run view --json databaseId,workflowName,headBranch,headSha,url,repository,jobs \
> artifacts/github-actions/run-.json

运行

文本报告:

bash
RUN_GLOB=artifacts/github-actions/*.json \
WARN_MINUTES=15 \
CRITICAL_MINUTES=35 \
bash skills/github-actions-failure-phase-audit/scripts/failure-phase-audit.sh

JSON输出+失败门控:

bash
RUN_GLOB=artifacts/github-actions/*.json \
OUTPUT_FORMAT=json \
FAILONCRITICAL=1 \
bash skills/github-actions-failure-phase-audit/scripts/failure-phase-audit.sh

按阶段过滤的报告:

bash
RUN_GLOB=artifacts/github-actions/*.json \
PHASE_MATCH=^(test|deploy)$ \
bash skills/github-actions-failure-phase-audit/scripts/failure-phase-audit.sh

使用内置测试数据运行:

bash
RUN_GLOB=skills/github-actions-failure-phase-audit/fixtures/*.json \
bash skills/github-actions-failure-phase-audit/scripts/failure-phase-audit.sh

输出约定

  • - 报告模式下退出码为0
  • 当FAILONCRITICAL=1且存在关键热点时,退出码为1
  • 文本输出包含总计和按阶段排名的热点
  • JSON输出包含summary、hotspots和critical_hotspots

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 github-actions-failure-phase-audit-1776200260 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 github-actions-failure-phase-audit-1776200260 技能

通过命令行安装

skillhub install github-actions-failure-phase-audit-1776200260

下载

⬇ 下载 github-actions-failure-phase-audit v1.0.0(免费)

文件大小: 5.3 KB | 发布时间: 2026-4-15 14:00

v1.0.0 最新 2026-4-15 14:00
Initial release of github-actions-failure-phase-audit.

- Groups GitHub Actions CI/CD failures by pipeline phase (setup, build, test, lint, deploy, security, other) to highlight high-impact areas.
- Ranks failure hotspots by total minutes wasted and failure count, helping prioritize fixes.
- Supports flexible filters by repo, branch, workflow, or phase using regex.
- Generate human-readable or JSON reports; includes thresholds for warning/critical impact and optional fail gating.
- Simple integration: analyze exported GitHub Actions run JSONs with a single script.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部