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, runbun install, runnpm install --package-lock-only --legacy-peer-deps - Verification: grep lockfiles for correct versions, run type-check + lint
- test:run, verify
git diff --statshows exactly 3 files
- test:run, verify