Deploy Watch
Description
# /deploy-watch - Monitor Vercel Deployment Status Watch a Vercel deployment until it's live, errored, or timed out. Designed to be used with `/loop` for hands-free monitoring. ## Pre-computed Context ```bash PROJECT_NAME=$(basename $(pwd)) HAS_VERCEL=$(test -f .vercel/project.json && echo "yes" || echo "no") CURRENT_BRANCH=$(git branch --show-current) ``` **Project:** $PROJECT_NAME **Branch:** $CURRENT_BRANCH ## Usage ``` /deploy-watch # Check latest deployment status (
Installation
Installs to ~/.claude/skills/eddiebelaval-squire-deploy-watch/SKILL.md
mkdir -p ~/.claude/skills/eddiebelaval-squire-deploy-watch && curl -fsSL https://raw.githubusercontent.com/eddiebelaval/squire/HEAD/commands/deploy-watch.md -o ~/.claude/skills/eddiebelaval-squire-deploy-watch/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps