Agent skill
vercel
Monitor and manage Vercel deployments.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/vercel-andersonsrepo-ai-harness
SKILL.md
Vercel Deployment Manager
Project Resolution
Determine the project path using this priority:
- Path provided as argument (e.g.,
/vercel status ~/my-project) - Current project channel's configured path
- Ask the user which project to check
All vercel commands below use --cwd <project-path>.
Commands
status — Show recent deployments
vercel list --cwd <project-path>
Report the current production URL, latest deployment status, and any recent failures.
deploy — Deploy to production
REQUIRES USER CONFIRMATION before executing.
vercel --prod --cwd <project-path>
Show the user what will be deployed (current git status, branch, recent commits) and ask for explicit confirmation before running.
logs <url> — View deployment logs
vercel logs <deployment-url> --cwd <project-path>
If no URL provided, get the latest deployment URL from vercel list first.
rollback — Rollback to previous deployment
REQUIRES USER CONFIRMATION before executing.
vercel rollback --cwd <project-path>
Show the current and previous deployment before asking for confirmation.
Notes
- Deploy and rollback are destructive operations — always confirm first
- The deploy-monitor heartbeat task checks deployment status every 30 minutes
- Project paths can be configured in
heartbeat-tasks/projects.json
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?