prod-watch
Installation
SKILL.md
Prod Watch
Watch production for new errors using connected MCP tools, cluster them by cause, and surface the ones that need attention.
Steps
- Pull Vercel runtime logs for
<project>since the last run timestamp. - Pull Supabase error logs for the same window.
- Deduplicate and cluster new errors by root cause (not by message string — group similar causes together).
- Per cluster: give likely cause + file:line or route + request path.
- Rank clusters by volume (highest first).
Constraints
- Triage only — never deploy, never modify data, never change config.
- If you see a critical error (data loss risk, auth bypass, billing), escalate immediately instead of waiting for the next run.