deploy-watcher

Monitor Vercel deployments and trigger alerts for failures or slow builds.

6|2|Updated May 21, 2026
One-click install
npx skills add https://github.com/anajuliabit/aeon --skill deploy-watcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-watcher
Source: https://github.com/anajuliabit/aeon/tree/main/templates/deploy-watcher
Command: npx skills add https://github.com/anajuliabit/aeon --skill deploy-watcher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of checking Vercel deploy activity by automatically watching recent deployments and notifying you when conditions indicate failures, degradation, or notable changes.

Core Features & Use Cases

  • Fetch and classify recent deploys for a specific Vercel project over a configurable lookback window.
  • Filter alerts by failure mode (production failures, any failures, slow builds, or all state transitions).
  • Deduplicate alerts so the same deploy UID never triggers repeated notifications.
  • Create daily roll-ups and logs summarizing deploy health, counts, and failed items with actionable links.

Quick Start

Configure the deploy-watcher skill with your VERCEL_TOKEN and run it to receive alerts for production failures in the last 4 hours for a given Vercel project.

Frequently Asked Questions about deploy-watcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor Vercel deployments for build failures automatically?

Monitor Vercel deployments by configuring an automated watcher with your VERCEL_TOKEN to fetch recent project deploys, classify build states over a lookback window, and trigger alerts when production failures or slow builds occur.

Can I filter Vercel deploy alerts by specific failure modes like slow builds?

Yes, you can filter Vercel deploy alerts by failure mode, targeting production failures, any failures, slow builds, or all state transitions to ensure you receive only relevant notifications for your project.

How do I prevent duplicate alerts for the same Vercel deploy?

Prevent duplicate Vercel deploy alerts by using strict alert deduplication based on the unique deploy UID, ensuring the same deployment never triggers repeated notifications across your monitoring cycles.

Do I need a Vercel API token to monitor production deploys?

Yes, you need an authenticated Vercel API v6 token to query deployments. You can optionally scope monitoring to a specific team using VERCEL_TEAM_ID for targeted project tracking.

How do I generate daily health summaries for Vercel project deployments?

Generate daily Vercel deploy health summaries by running a scheduled watcher that aggregates deployment counts, failed items, and actionable links into roll-up logs stored in repository memory and articles.