docs: add AEO cross-link audit skill#177
Conversation
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 .agents/skills/aeo_crosslink_audit/SKILL.md, a narrow scheduled-agent skill for finding small, source-grounded internal cross-link improvements across Agents, Cloud Agents, and orchestration docs. The scope and no-change reporting path are clear, and there is no approved spec context to compare against for implementation drift.
Concerns
- The link-quality gate should account for anchors or an explicit link-checking step, not only file existence.
- Security: the Google Search Console credential instruction should explicitly tell agents not to print or log the secret and to use a restricted temporary file if a client library requires a file path.
Security
- The only security finding is a documentation-process hardening suggestion around handling the GSC service account secret.
Verdict
Found: 0 critical, 0 important, 2 suggestions
Approve with nits
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
Summary
Adds the docs-side
aeo_crosslink_auditskill for the recurring AEO cross-link audit pilot.This is the companion docs PR to the Buzz snapshot workflow:
Changes
.agents/skills/aeo_crosslink_audit/SKILL.md.style_lint --changedand internal broken-link checks to the recommended validation flow before opening audit PRs.Validation
git diff --check.style_lint --changedandcheck_for_broken_links --internal-onlyin the audit validation instructions.Co-Authored-By: Oz oz-agent@warp.dev