Deploy Watch banner
eddiebelaval eddiebelaval

Deploy Watch

DevOps community

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

Terminal
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 Repository