From renovate
Fix a failing Renovate PR in a Docker OpenStack image repository.
How this command is triggered — by the user, by Claude, or both
Slash command
/renovate:fix-docker-openstack-pr prThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the `renovate:fix-docker-openstack-patch` skill with the PR.
Invoke the renovate:fix-docker-openstack-patch skill with the PR.
npx claudepluginhub vexxhost/claude-code-plugins --plugin renovate/renovateScans a repository for dependency files and generates a renovate.json configuration. Also supports GitHub Actions workflow generation and pre-commit hook creation for validation.
/fix-prFetches unresolved comments from the current branch's PR, addresses reviewer concerns, and applies targeted code fixes.
/fixprcAutonomously fixes PR comments, review feedback, merge-blocking issues, and CI problems using iterative genesis and copilot until PR is mergeable (max 7 iterations).
/git-pr-autofixAutomates pull request fixes in a review loop: collects bot reviews, analyzes feedback, applies code changes, and pushes updates. Args: <PR#> [--max-rounds N] [--reviewers bot1,bot2].
/fix-issueFixes GitHub issues by analyzing repo context with given issue number, implementing solution, testing changes, and validating integration.
/fix-ciFixes CI failures on a GitHub PR: identifies failed checks, views logs, checkouts branch, applies fixes, pushes changes, and verifies passing checks.