feat: add aeo_new_guide_recommendations skill#316
Conversation
Adds a new bi-weekly scheduled agent skill that produces 3-5 AEO briefs recommending whether to create a new guide, update an existing page, or avoid a topic — without drafting content. Key design: - Topic areas: agents, cloud agents, orchestration, Oz - Output: Oz run report + Slack summary to #growth-docs (no PR) - Source: Peec snapshot from buzz repo (same 14-day freshness gate as crosslink audit) - Repeat detection: flags topics that appeared in prior run log entries - Run log: perpetual chore/aeo-new-guide-rec-log PR, same pattern as crosslink audit Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
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 Powered by Oz |
There was a problem hiding this comment.
Overview
This PR adds a new recurring AEO new-guide recommendation skill and initializes its run log. The review found two workflow correctness issues in the skill instructions: the scope forbids PR creation while the required log workflow depends on a persistent log PR, and the newly included Oz scope is not backed by the configured Peec snapshot sources. No approved spec context was available, and no security-specific findings were identified.
Concerns
- The skill tells agents not to open a PR even though step 7 requires creating or updating the long-lived run-log PR.
- Oz is listed as a required pilot/output topic, but the source data instructions still point to a snapshot described as covering only agents, cloud agents, and orchestration.
Verdict
Found: 0 critical, 2 important, 0 suggestions
Request changes
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
- Narrow the 'do not open a PR' rule to docs-content PRs only; the step 7 run-log PR is explicitly allowed - Clarify that the Peec snapshot covers agents/cloud agents/ orchestration data, which includes substantial Oz overlap since Oz is the underlying agent platform; instruct the agent to flag lower confidence when dedicated Oz-surface signals are thin Fixes review feedback on PR #316. Co-Authored-By: Oz <oz-agent@warp.dev>
Summary
Adds the
aeo_new_guide_recommendationsskill and its run log, implementing the Notion task: AEO automation: new-guide recommendations.This is the upstream content-planning complement to the
aeo_crosslink_auditskill. Where the crosslink audit finds missing links between existing pages, this skill finds missing or underserved topics and recommends whether to create a new guide, update an existing page, or avoid a topic — without drafting content.What this adds
.agents/skills/aeo_new_guide_recommendations/SKILL.mdA bi-weekly scheduled agent skill that:
aeo_briefformat (recommendation, source signals, vocabulary map, content scope, existing docs to touch, open questions)chore/aeo-new-guide-rec-logPR (same pattern as crosslink audit)#growth-docs.agents/logs/aeo_new_guide_recommendation_runs.mdInitialized empty run log with header and format reference.
Design decisions
Environment secrets needed (when deploying as a scheduled agent)
SLACK_BOT_TOKENGROWTH_DOCS_SLACK_CHANNEL_IDThese match the crosslink audit's existing environment setup.
Not in scope
Co-Authored-By: Oz oz-agent@warp.dev
Warp conversation: https://staging.warp.dev/conversation/a9c3a6a9-83c7-48a5-a74a-345345460680