fix: point AEO cross-link audit skill at Peec snapshot files#185
Closed
rachaelrenk wants to merge 1 commit into
Closed
fix: point AEO cross-link audit skill at Peec snapshot files#185rachaelrenk wants to merge 1 commit into
rachaelrenk wants to merge 1 commit into
Conversation
The skill referenced 'Peec MCP' as its data source, but scheduled cloud agents don't have a Peec MCP server configured. The snapshot workflow already generates latest.json at a known path in the buzz repo — update the skill to read that file directly, with MCP as a fallback. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
duplicate of work in https://github.com/warpdotdev/docs/pull/186/changes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The AEO cross-link audit skill referenced "Peec MCP" as its data source for Peec signals. Scheduled cloud agents don't have a Peec MCP server configured, so the agent skipped Peec data entirely — producing PRs grounded only in GSC + repo signals.
The Peec snapshot workflow (
scripts/generate_peec_aeo_snapshot.pyin the buzz repo) already generateslatest.jsonat/workspace/buzz/aeo-snapshots/docs/agents-orchestration/specifically for this use case. The skill just never pointed at it.Fix
Updated the "Source data" and "Workflow" sections of the skill to:
prompts,query_clusters,recommendations, andcandidate_docs_areasfieldsThis is a one-line path change in the skill — no logic or structural changes.
Conversation: https://app.warp.dev/conversation/1199f3d1-6742-4b0d-ad0b-51534e01add7
Run: https://oz.warp.dev/runs/019e9352-927e-7de8-a299-5b3403b451d2
This PR was generated with Oz.