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.
Проверяйте PR-проверки GitHub с помощью gh, извлекайте журналы действий GitHub с ошибками, обобщайте контекст сбоя, затем создайте план исправления и реализуйте его после одобрения пользователя. Используйте, когда пользователь запрашивает отладку или исправление неудачных проверок PR CI/CD в действиях GitHub и хочет изменить план + код; для внешних проверок (например, Buildkite) сообщайте только URL-адрес подробной информации и отмечайте их вне области действия. Источник: outlinedriven/odin-codex-plugin.