apply-dependency-prs

Installation
SKILL.md

Apply Dependency PRs

Apply dependency update PRs from GitHub into the workspace, ensuring correctness across the dual-lockfile setup and catching state mismatches.

Quick Checklist

After loading this skill, the agent should follow these phases:

  • Discovery: fetch PR diffs, compare against current workspace, detect stale lockfiles
  • Planning: create a plan via manual-planning, surface open questions, get user approval
  • Execution: edit package.json, run bun install, run npm install --package-lock-only --legacy-peer-deps
  • Verification: grep lockfiles for correct versions, run type-check + lint
    • test:run, verify git diff --stat shows exactly 3 files

Gotchas

Related skills
Installs
1
GitHub Stars
265
First Seen
8 days ago