By GijungKim
Automatically resolve dependency-update PRs (Dependabot, Renovate, pyup, conventional-commit human PRs). Assesses risk, validates with worktree-isolated installs, merges only on green CI or local typecheck, fixes breaking changes, closes incompatible ones with bot-ignore config, and respects per-repo .resolve-prs-ignore files.
A Claude Code skill that automatically resolves dependency-update PRs on your GitHub repos — Dependabot, Renovate, pyup, and human-authored chore(deps) / build(deps) / bump PRs.
Instead of manually reviewing each dependency-update PR, this skill:
/plugin marketplace add GijungKim/resolve-prs
/plugin install resolve-prs@resolve-prs
Or manually copy skills/resolve-prs/SKILL.md to ~/.claude/skills/resolve-prs/SKILL.md.
# Resolve PRs on the current repo
/resolve-prs
# Target a specific repo
/resolve-prs owner/repo
# Process all git repos in the current directory (parallel, one agent per repo)
/resolve-prs --all
# Assess PRs without taking action (just report)
/resolve-prs --dry-run
# Combine flags
/resolve-prs --all --dry-run
gh CLI authenticated with repo accessThe skill includes a growing knowledge base of common breaking changes it can detect and handle:
| Pattern | What it does |
|---|---|
| ESLint 8 -> 9+ | Detects flat config requirement, closes if not migrated |
| Jest major bumps | Checks framework preset compatibility (jest-expo, etc.) |
| react / react-dom mismatch | Closes if versions would diverge |
| react-native-mmkv 3 -> 4 | Migrates new MMKV() to createMMKV(), fixes .delete() -> .remove(), adds jest mock |
| Expo SDK pins | Respects Expo version constraints |
| Peer dependency conflicts | Detects and closes incompatible bumps |
When the skill fixes a novel breaking change not in its knowledge base, it automatically records the pattern. This means it gets smarter the more you use it. Patterns are kept generalizable (not project-specific), capped at 30 per category, and consolidated when they get stale.
--all worksWhen you pass --all, the skill:
This is useful when you have a directory of projects (e.g., ~/projects/) and want to batch-resolve dependency-update PRs across all of them.
--dry-run worksDry-run mode goes through the full assessment workflow (listing PRs, fetching changelogs, categorizing risk, testing locally) but skips all merge/close/fix actions. The report uses "Would merge", "Would close", "Would fix & merge" so you can review what it plans to do before running it for real.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub gijungkim/resolve-prs --plugin resolve-prsUI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.