ワンクリックで
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 ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| 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