Loading...
Loading...
Analyze and upgrade dependencies with breaking change detection. Use when updating frontend (pnpm) or backend (uv) dependencies.
npx skill4agent add casper-studios/casper-marketplace bump-depsfrontend/pnpmbackend/uvpackage-upgrade-analyzerTask(
subagent_type="package-upgrade-analyzer",
run_in_background=true,
prompt="Analyze upgrade for {package_name} from {old_version} to {new_version}. GitHub: {repo_url}"
)TaskOutputPlan.claude/scratchpad/PR.md.claude/scratchpad/PR.mdAskUserQuestionAskUserQuestion(
question="Ready to create the PR? You can edit .claude/scratchpad/PR.md first if needed.",
header="Create PR?",
options=[
{ label: "Create PR", description: "Create the PR with current PR.md content" },
{ label: "Let me edit first", description: "I'll edit PR.md and confirm when ready" }
]
)PR_TITLEPR_TITLEappapireact-querynextsqlalchemyPR_TITLE="deps(app): bump react-query to v5, next to v15"
gh pr create --base dev --head "$(git rev-parse --abbrev-ref HEAD)" --title "$PR_TITLE" --body-file .claude/scratchpad/PR.md# Clean up the scratchpad file
rm .claude/scratchpad/PR.md