AgentStack
SKILL verified MIT Self-run

Deployment Monitor

skill-lukejmadden-veltrix-skills-deployment-monitor · by LukeJMadden

Self-healing deployment monitoring skill. Use when checking deployment health, responding to failures, or setting up monitoring.

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-lukejmadden-veltrix-skills-deployment-monitor

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Deployment Monitor? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Monitor deployments and self-heal when possible.

Check Flow

Every 30 minutes:

  1. Query deployment API for latest status
  2. If READY → log and exit
  3. If BUILDING → wait, check next cycle
  4. If ERROR → enter self-heal flow

Self-Heal Flow

Failure detected
  ├── Attempt redeploy (retry 1/3)
  │   ├── Wait for completion (max 3 minutes)
  │   ├── If READY → alert: "Self-healed after 1 attempt"
  │   └── If ERROR → retry 2/3
  │       ├── If READY → alert: "Self-healed after 2 attempts"
  │       └── If ERROR → retry 3/3
  │           ├── If READY → alert: "Self-healed after 3 attempts"
  │           └── If ERROR → alert: "FAILED — manual review needed"
  └── Last working deployment stays live (platform default)

Alert Format

Success:

Deployment self-healed after N attempt(s).
Commit: [message]
URL: [deployment URL]

Failure:

DEPLOYMENT FAILED — self-heal exhausted (3 attempts).
Commit: [message]
URL: [deployment URL]
State: ERROR
Last working deployment is still live. Manual review needed.

Safety Rules

  • Never force-deploy over a working version
  • Never skip CI checks
  • Never deploy on Fridays unless critical
  • Check cron schedule before any restart (no restarts within 5 minutes of a scheduled job)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.