Skip to content

chore: align weekly-404-monitor skill with Docs Agent environment - #394

Open
rachaelrenk wants to merge 2 commits into
mainfrom
rrenk/404-monitor-scheduled-agent
Open

chore: align weekly-404-monitor skill with Docs Agent environment#394
rachaelrenk wants to merge 2 commits into
mainfrom
rrenk/404-monitor-scheduled-agent

Conversation

@rachaelrenk

@rachaelrenk rachaelrenk commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Summary

Aligns the weekly-404-monitor skill config with how the other scheduled doc agents run, so the next scheduled run opens PRs under @oz-by-warp and is visible in oz.warp.dev.

Changes

  • Secret name: SLACK_BOT_TOKENBUZZ_SLACK_TOKEN (matches the secret already provisioned in the Docs Agent environment K5KStCm5aYvhfBJb8cHol6)
  • Channel ID: removed GROWTH_DOCS_SLACK_CHANNEL_ID env var requirement; hardcoded C09BVK0PL3Y (#growth-docs) directly, matching the validate_ui_refs skill pattern
  • Environment: updated reference from buzz to Docs Agent (K5KStCm5aYvhfBJb8cHol6)
  • Draft PRs: added --draft requirement to gh pr create so agent-generated redirect PRs always need human review before merging
  • Scheduling section: added the oz-dev schedule create command as the canonical one-time setup step

Next step after merging

Once this lands on main, register the schedule (once) from the Docs Agent environment:

oz-dev schedule create \
  --name "weekly-404-monitor" \
  --cron "0 17 * * 1" \
  --environment K5KStCm5aYvhfBJb8cHol6 \
  --prompt "You are running in the warpdotdev/docs repo. Read and follow the instructions in .agents/skills/weekly-404-monitor/SKILL.md."

Co-Authored-By: Oz oz-agent@warp.dev

- Use BUZZ_SLACK_TOKEN (matches existing secret in K5KStCm5aYvhfBJb8cHol6)
- Hardcode #growth-docs channel ID (C09BVK0PL3Y) instead of env var
- Update environment reference from 'buzz' to 'Docs Agent'
- Require --draft flag on gh pr create
- Add oz-dev schedule create command to Scheduling section

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label Jul 28, 2026
@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jul 28, 2026 5:46pm

Request Review

@rachaelrenk
rachaelrenk marked this pull request as ready for review July 28, 2026 17:44
@oz-for-oss

oz-for-oss Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

@rachaelrenk

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@oz-for-oss oz-for-oss Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR updates the weekly-404-monitor skill to match the Docs Agent environment: it switches the Slack token reference to BUZZ_SLACK_TOKEN, documents the hardcoded #growth-docs channel ID, requires draft PRs for redirect automation, and adds the one-time schedule creation command.

Concerns

  • No blocking concerns found in the annotated diff.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@rachaelrenk
rachaelrenk requested a review from hongyi-chen July 28, 2026 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants