원클릭으로
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 직업 분류 기준
| 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 suitesDeep 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.