Review and approve pending work
bernstein-approveskillsetup L2★559
sipyourdrink-ltd/bernstein ↗What it does
Monitor cloud deployment status and logs
Best for
Quick health checks during deployments, catching errors before they impact production.
Inputs
- · [object Object]
- · [object Object]
Outputs
- · [object Object]
- · [object Object]
- · [object Object]
Requires
- · Cloud provider API (Vercel/AWS/GCP)
- · Log aggregation (CloudWatch/Datadog/etc)
Preconditions
- · API credentials configured (env vars or IAM role)
- · Deployment ID is current (not archived)
- · Log retention window still active
Failure modes
- · Deployment ID expired or archived (logs purged)
- · API rate-limited (backoff required)
- · Metrics not yet available (deployment still fresh)
- · Log format unparseable (vendor-specific structure)
Trust signals
- · Real-time status enum
- · Metrics aggregation
- · Log tail captures both build and runtime phases
- · Error rate alerts if threshold exceeded