
Resolve Prs
Let Claude Code auto-triage and merge dependency PRs with isolated worktree checks instead of clicking through Renovate queues by hand.
Overview
resolve-prs is a plugin marketplace for the Ship phase that automatically resolves and validates dependency-update PRs with worktree-isolated checks.
What is this marketplace?
- Handles Dependabot, Renovate, pyup, and manual dependency-update PRs in one plugin (v1.1.0).
- Worktree-isolated validation so merges do not pollute the main working tree.
- Monorepo-aware paths and behavior for multi-package repos.
- .resolve-prs-ignore file to skip noisy or risky dependency bumps.
- Single-plugin marketplace focused purely on PR resolution automation.
- Marketplace lists 1 plugin (resolve-prs v1.1.0).
- Supports Dependabot, Renovate, pyup, and manual dependency-update PRs.
What problem does it solve?
Dependency bot PRs pile up because every bump needs local validation and a careful merge, which solo builders rarely have time to do consistently.
Who is it for?
Indie maintainers on monorepos or single apps who already use Dependabot or Renovate and want agent-driven merge discipline.
Skip if: Teams that forbid automated merges, lack automated tests on dependency branches, or do not use bot-driven dependency PRs.
What do I get? / Deliverables
After you add the marketplace, your agent can validate dependency PRs in isolation and merge or skip them according to your ignore rules with less manual PR triage.
- Validated dependency PR merges or explicit skips per policy
- Worktree-isolated verification logs before changes hit main
- Ignored packages respected via .resolve-prs-ignore
Plugins in this marketplace
1 plugin — install individually after you add the marketplace.
Recommended Marketplaces
Journey fit
Dependency-update PRs are validated and merged as part of safe shipping and ongoing dependency hygiene, not greenfield build work. Automated resolution pairs with PR review workflows for Dependabot, Renovate, and similar bots before changes land on main.
How it compares
PR automation plugin, not a general code-review or security-audit skill.
Common Questions / FAQ
Who is Resolve Prs for?
It is for solo builders and small teams who receive many Dependabot or Renovate PRs and want Claude Code to validate and resolve them safely.
When should I use Resolve Prs?
Use it during Ship when you are reviewing incoming dependency PRs and want worktree-isolated tests before auto-merge or structured skip decisions.
How do I add Resolve Prs to my agent?
Register the GijungKim/Resolve Prs Claude marketplace in your Claude Code plugin setup, then enable the Resolve Prs plugin (v1.1.0) in the repo that receives bot PRs.