starwards-ci-debugging
仓库创建 2019年3月17日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由
能让代理在本地复现并修复 CI 错误,节省排查时间
▸ 风险提示
需要 GitHub 访问凭证与克隆权限
这个 Skill 做什么
下载并分析 GitHub Actions 日志以定位 ESLint/TypeScript/E2E 等失败原因
把 GitHub Actions 的失败日志下载到本地并做深度分析,定位 ESLint、TypeScript、E2E、Docker 等错误根因,指导你在本地修复再推送。遇到 CI 报错但日志分散或不直观时就用,能帮你在本地复现并验证修复。核心习惯是先拿到完整日志再动手,并会指导用 github-api/CLI 做访问配置。
▸ 展开 SKILL.md 英文原文
Debug Starwards GitHub Actions CI failures - analyze logs for ESLint/TypeScript/E2E/Docker errors, identify root causes, and apply fixes locally before pushing
42
Stars
2
Forks
17
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/starwards/starwards/master/.claude/skills/starwards-ci-debugging/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/starwards/starwards/master/.claude/skills/starwards-ci-debugging/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# CI Debugging for Starwards ## Overview Debug GitHub Actions CI failures independently by downloading logs and analyzing them locally. **Core principle:** ALWAYS download CI logs before attempting to debug failures. **Prerequisites:** Use the **github-api** skill to set up GitHub CLI access first. ## The Iron Law ``` NO CI DEBUGGING WITHOUT LOG ACCESS FIRST ``` If you haven't downloaded logs, you cannot diagnose CI failures. ## When to Use **Any Starwards GitHub Actions failure:** - Test-Static (TypeScript, ESLint, Prettier) - Test-Units (Jest test failures) - Test-E2e (Playwright test failures) - Build failures - Workflow configuration errors ## Quick Start **Prerequisites:** 1.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有