← Back to list

fix-docker-openstack-patch
by vexxhost
Claude Code plugins marketplace
⭐ 0🍴 0📅 Jan 8, 2026
SKILL.md
name: fix-docker-openstack-patch description: Fix a failing patch in a Docker OpenStack image repository. Use when a Renovate PR has patch conflicts.
Context
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:
- Patch merged upstream - delete the patch
- Upstream breaking change - update the patch to apply cleanly
Workflow
Use gh CLI for all GitHub operations.
gh pr checkoutthe PRgh run viewto find which patch failed- Determine if patch is merged upstream or needs updating:
- Do not assume a patch is merged upstream - verify by checking the upstream code
- Confirm the upstream changes match the intent and content of the old patch
- Apply the fix:
- Merged upstream: delete the patch
- Needs updating: create new patch preserving original intent
- Use
git:commit-messageskill to generate commit message, commit, andgit push gh run watchuntil build passes (repeat if needed)gh pr mergeonce the build passes
Score
Total Score
45/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon