一键导入
fix-ci
Diagnose and fix CI failures using GitHub Actions logs. Iterates through diagnose-fix-verify cycles until CI passes (max 3 iterations).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Diagnose and fix CI failures using GitHub Actions logs. Iterates through diagnose-fix-verify cycles until CI passes (max 3 iterations).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Deep analysis mode - thorough multi-phase investigation with expert consultation for complex problems requiring careful examination
Extract lessons, patterns, and architectural truths to compound team knowledge
Full implementation mode - end-to-end feature implementation with phased execution, parallel work streams, verification gates, and atomic commits per phase
Interactive discovery session to define ADR structure, capture key decisions, and generate ADR content adhering to adr.github.io standards.
Refine epics and stories through cross-functional analysis and requirements gathering
Fetches all unresolved comments for a given PR number and systematically addresses them with code changes, verification, and replies.
| name | fix-ci |
| description | Diagnose and fix CI failures using GitHub Actions logs. Iterates through diagnose-fix-verify cycles until CI passes (max 3 iterations). |
For complex build failures or unfamiliar error patterns, delegate to the
principal-engineer sub-agent. For language-specific fixes, delegate to the
appropriate language-pro agent (e.g., golang-pro for Go build failures,
typescript-pro for TypeScript compilation errors).
gh run list --branch $(git branch --show-current) --limit 5 to find recent runsgh run view <run-id> --log-failed to fetch failure logsfix(ci): <description of what was fixed>gh run list --branch $(git branch --show-current) --limit 1 --json status,conclusion,databaseId| Iteration | Diagnosis | Fix Applied | Result |
|---|---|---|---|
| 1 | |||
| 2 | |||
| 3 |
--no-verify, no skipping test suites