Use gh to locate failing PR checks, fetch GitHub Actions logs for actionable failures, summarize the failure snippet, then propose a fix plan and implement after explicit approval.
Prereq: ensure gh is authenticated (for example, run gh auth login once), then run gh auth status with escalated permissions (include workflow/repo scopes) so gh commands succeed. If sandboxing blocks gh auth status, rerun it with sandboxpermissions=requireescalated.
Fetch failing PR checks, pull GitHub Actions logs, and extract a failure snippet. Exits non-zero when failures remain so it can be used in automation.
gh를 사용하여 GitHub PR 검사를 검사하고, 실패한 GitHub Actions 로그를 가져오고, 오류 컨텍스트를 요약한 다음 수정 계획을 만들고 사용자 승인 후 구현합니다. 사용자가 GitHub Actions에서 실패한 PR CI/CD 검사를 디버그하거나 수정하도록 요청하고 계획 + 코드 변경을 원하는 경우에 사용합니다. 외부 확인(예: Buildkite)의 경우 세부정보 URL만 보고하고 범위 외로 표시하세요. 출처: outlinedriven/odin-codex-plugin.