resolve-prs
v1.2.1Automatically resolve dependency-update PRs (Dependabot, Renovate, pyup, conventional-commit human PRs). Assesses risk, validates with worktree-isolated installs, checks Expo SDK compatibility, merges only on green CI or local typecheck, handles lockfile-conflict rebases, fixes breaking changes, closes incompatible ones with bot-ignore config, and respects per-repo .resolve-prs-ignore files.
by GijungKim0updated 5 days ago
Source
git clone https://github.com/GijungKim/resolve-prsClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .claude-plugin/plugin.json└── skills/resolve-prs/SKILL.md
Skills1
Resolve open dependency-update PRs on GitHub repos (Dependabot, Renovate, pyup, plus human-authored "chore(deps)" / "build(deps)" / "bump" PRs). Assesses each PR, merges safe ones, fixes and merges fixable ones, and closes broken ones with explanations. Use --all to process every git repo in the current directory in parallel. Use --dry-run to assess without taking action.
Manifests1
{
"name": "resolve-prs",
"description": "Automatically resolve dependency-update PRs (Dependabot, Renovate, pyup, conventional-commit human PRs). Assesses risk, validates with worktree-isolated installs, checks Expo SDK compatibility, merges only on green CI or local typecheck, handles lockfile-conflict rebases, fixes breaking changes, closes incompatible ones with bot-ignore config, and respects per-repo .resolve-prs-ignore files.",
"version": "1.2.1",
"author": {
"name": "GijungKim"
}
}