Back to list
vexxhost

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:

  1. Patch merged upstream - delete the patch
  2. Upstream breaking change - update the patch to apply cleanly

Workflow

Use gh CLI for all GitHub operations.

  1. gh pr checkout the PR
  2. gh run view to find which patch failed
  3. 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
  4. Apply the fix:
    • Merged upstream: delete the patch
    • Needs updating: create new patch preserving original intent
  5. Use git:commit-message skill to generate commit message, commit, and git push
  6. gh run watch until build passes (repeat if needed)
  7. gh pr merge once 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