Add link-checker agentic workflow for automated documentation maintenance#158
Merged
Add link-checker agentic workflow for automated documentation maintenance#158
Conversation
Create automated workflow to check and fix broken links in documentation: - Runs daily on weekdays - Pre-step collects and tests all links using scripting - Uses cache memory to track unfixable broken links - Creates PRs with fixed URLs when needed - Uses web-fetch for finding alternative URLs Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Create comprehensive documentation for the new link checker workflow and add it to the README Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Update docs to correctly state that PRs are created as ready-to-review (non-draft) Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create agentic workflow to check and fix documentation links
Add link-checker agentic workflow for automated documentation maintenance
Feb 17, 2026
pelikhan
approved these changes
Feb 17, 2026
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.
Automated daily workflow that finds and fixes broken HTTP(S) links in documentation files.
Implementation
Pre-processing step (bash script):
docs/*.mdandREADME.mdusing grep/tmp/link-check-results.mdAI agent:
Safe outputs:
create-pull-request: Batch fixes with[link-checker]prefixnoop: When all links working or all broken links cached as unfixableCache Memory Schema
{ "unfixable_links": [ { "url": "https://example.com/removed", "reason": "404 Not Found - content permanently removed", "first_seen": "2026-02-17" } ], "last_run": "2026-02-17" }Configuration
node,python,githubecosystemsgithub(toolsets: default),cache-memory,web-fetchFiles
.github/workflows/link-checker.md- Workflow definition.github/workflows/link-checker.lock.yml- Compiled Actions workflowdocs/link-checker.md- DocumentationWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/github/gh-aw/git/ref/tags/v0.45.3/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.45.3 --jq .object.sha(http block)https://api.github.com/user/usr/bin/gh gh api user --jq .login(http block)If you need me to access, download, or install something from one of these locations, you can either:
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.