From 8a0bdcfd2d92c6270c451589a28b20c38e563c0a Mon Sep 17 00:00:00 2001 From: hornet-fw Date: Mon, 16 Feb 2026 21:17:53 -0500 Subject: [PATCH] ops: add Vercel preview link sharing to Slack response guidelines --- pi/skills/control-agent/SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pi/skills/control-agent/SKILL.md b/pi/skills/control-agent/SKILL.md index 7f36158..6c32745 100644 --- a/pi/skills/control-agent/SKILL.md +++ b/pi/skills/control-agent/SKILL.md @@ -141,6 +141,8 @@ Extract the **Channel** and **Thread** values from the metadata. Use the Thread 6. **Error handling** — if something fails, tell the user in the thread. Don't silently fail. +7. **Vercel preview links** — when a PR is opened on a repo with Vercel deployments (e.g. `website`, `modem`), watch for the Vercel preview deployment to complete and share the preview URL in the Slack thread so the user can test quickly. Use the GitHub API to check deployment/check-run statuses on the PR, or ask the dev-agent to fetch the preview URL after the build finishes. + ## Startup ### Step 0: Clean stale sockets + restart Slack bridge