Add blog-auditor workflow for GitHub Next Agentic Workflows blog#2160
Merged
Add blog-auditor workflow for GitHub Next Agentic Workflows blog#2160
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add agentic-workflow verification for blog updates
Add weekly audit workflow for GitHub Next Agentic Workflows blog
Oct 22, 2025
Contributor
|
@copilot fetch the page using playwright and use the screen reader APIs to get a text only version of the page, instead of web -fetch. |
- Use browser_navigate and browser_snapshot for screen reader-compatible content - Capture accessibility tree instead of raw HTML for better semantic understanding - Update content length threshold from 10,000 bytes to 5,000 characters - Add allowed_domains configuration for Playwright - Update all validation messages to reference characters instead of bytes Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Updated the workflow to use Playwright's accessibility snapshot instead of web-fetch. The workflow now:
Committed in cc7548c |
pelikhan
approved these changes
Oct 22, 2025
Contributor
|
@copilot rename to blog-auditor |
- Rename audit-agentic-workflows-blog.md to blog-auditor.md - Rename audit-agentic-workflows-blog.lock.yml to blog-auditor.lock.yml - Update workflow title from "Agentic Workflows Blog Audit Agent" to "Blog Auditor" - Recompile workflow to update lock file Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Add weekly audit workflow for GitHub Next Agentic Workflows blog
Add blog-auditor workflow for GitHub Next Agentic Workflows blog
Oct 22, 2025
Copilot stopped work on behalf of
pelikhan due to an error
October 22, 2025 20:45
Contributor
|
Agentic Changeset Generator triggered by this pull request. |
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.
Overview
This PR adds an automated monitoring workflow that verifies the GitHub Next "Agentic Workflows" blog remains accessible and up-to-date. The workflow runs weekly on Wednesdays at 12:00 UTC and can also be triggered manually.
What This Workflow Does
The
blog-auditorworkflow performs comprehensive health checks on https://githubnext.com/project/agentic-workflows:browser_navigatebrowser_snapshotto get a text-only, screen reader-compatible view of the page[audit]prefix and detailed diagnosticsKey Features
Accessibility-First Approach:
Security & Best Practices:
contents: read,actions: read)githubnext.comdomains onlyFlexible Execution:
workflow_dispatchtracking_issue_numberinput for success reportingComprehensive Reporting:
Files Changed
.github/workflows/blog-auditor.md(233 lines) - Markdown workflow with AI agent instructions.github/workflows/blog-auditor.lock.yml(4,272 lines) - Compiled GitHub Actions workflowTesting
The workflow has been validated:
Usage
The workflow will automatically monitor blog health weekly and alert maintainers if the blog becomes unavailable or contains unexpected content.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.