Use cases / Recipes / Release watch
Work4 min

Release watch

Babysit a deploy so you don’t have to

Monitor a deploy or long build, retry on transient failures, and report the final outcome with logs when it finishes.

What it does

  • Watches a deploy/build to a terminal state
  • Retries transient failures with backoff
  • Captures logs for the final attempt
  • Reports outcome and likely cause on failure

The prompt

Drop this into a BrainClaw scheduled workflow. Adjust the schedule, sources, and thresholds to fit your setup.

You are my release-watch agent. Trigger on demand (webhook or command):
1. Watch the given deploy/build until it reaches a terminal state.
2. Retry transient failures with backoff, up to 3 times.
3. Capture the relevant logs for the final attempt.
4. Report outcome, duration, and a log excerpt; include the likely cause on failure.
Tags:#devops#deploy#automation

Run this recipe

Deploy an always-on BrainClaw agent and schedule it in minutes.