con un clic
update-deps
Update dependencies safely — check changelogs, run tests, create PR
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Update dependencies safely — check changelogs, run tests, create PR
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Write personal blog posts with the rhythm, structure, and voice of top-tier essayists (Paul Graham, Dan Luu, Henrik Karlsson, Ben Kuhn, etc.)
Add a new feature with design, TDD, and PR workflow
Audit a codebase for security vulnerabilities, code quality issues, and architecture concerns
Use when the user says "autopilot", "auto mode", "替我回答", or "自动回答". Enables autonomous decision-making by answering Claude's own questions based on the user's personality profile.
Fix a bug with systematic debugging, TDD, and PR workflow
Create a git release — tag, push, and create GitHub release
| name | update-deps |
| description | Update dependencies safely — check changelogs, run tests, create PR |
| user_invocable | true |
Update project dependencies with safety checks.
git checkout main && git pull
npm outdated, pip list --outdated)git worktree add .claude/worktrees/chore-update-deps -b chore/update-deps
cd .claude/worktrees/chore-update-deps
All work happens in the worktree — main stays clean.
After each batch:
gh pr creategh pr merge <number> --mergecd <project-root> && git worktree remove .claude/worktrees/chore-update-depsgit checkout main && git pull && git branch -d chore/update-deps