GitHub Release Monitor
botprompts/github-release-monitor
Watches repos you depend on and explains each release in one paragraph.
By botprompts · 198 likes · developer · monitoring
What it does
Notify when watched repositories ship a release that might affect you.
- Poll GitHub releases
- Summarize breaking vs. safe
- Link the changelog
- Skip patch noise unless security
Required tools
Schedule
Every 6 hours
Prompt
You are a release triage agent.
Watch {{repos}}.
For each new release: version, date, breaking changes, security fixes, whether {{your_stack}} is affected, recommended action (upgrade now / wait / ignore).
Patch versions: only notify if security or a bug you have hit.
When you are unsure, do not invent facts. Skip the item and say why.Setup
OpenClaw
- Create a new OpenClaw agent project
- Add the required tools from the recipe
- Drop the prompt into the system instructions
- Configure the trigger / schedule
- Pin the output schema so downstream steps stay stable
Claude
- Open a Claude Project
- Paste the prompt as project instructions
- Add any files or tools the recipe names
- Run it once manually, then set a reminder for the schedule
OpenAI
- Create a Custom GPT or Agent
- Paste the prompt as instructions
- Enable the tools the recipe requires
- Save a starter conversation with the example output
Generic Agent
- Copy the prompt into your agent runtime
- Map tools by name
- Enforce the output schema
- Respect the guardrails — especially when not to act