원클릭으로
fix-docker-openstack-patch
Fix a failing patch in a Docker OpenStack image repository. Use when a Renovate PR has patch conflicts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fix a failing patch in a Docker OpenStack image repository. Use when a Renovate PR has patch conflicts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generates commit messages. Use before any git operations involving a commit, or when writing, generating, or creating commit messages.
Creates and opens pull requests from unmerged changes. Use when user asks to open a PR, create a pull request, make a PR, submit a PR, or handle unmerged/staged/unstaged changes that need a PR.
| name | fix-docker-openstack-patch |
| description | Fix a failing patch in a Docker OpenStack image repository. Use when a Renovate PR has patch conflicts. |
Docker OpenStack repositories use patches in patches/ to modify upstream code. The commit being checked out can be found in .github/workflows/build.yml. Patches may fail to apply because:
Use gh CLI for all GitHub operations.
gh pr checkout the PRgh run view to find which patch failedgit:commit-message skill to generate commit message, commit, and git pushgh run watch until build passes (repeat if needed)gh pr merge once the build passes