feat: daily workflow to generate conceptual SVG screenshots and audit broken image links#240
Merged
Merged
Conversation
Adds a daily workflow that scans workshop markdown files for image references, generates conceptual SVG illustrations for missing GitHub UI screenshots, and reports remaining broken image links as issues. - Generates SVGs for missing images (Actions tab, Run workflow button, Codespace, fork dialog, schedule badge, skipped step, etc.) - Updates markdown references from .png to .svg for generated files - Reports non-generatable broken links as labeled GitHub issues - Creates a draft PR with all new SVG files + updated markdown refs Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
- Fix greedy sed regex for image path extraction (use [^)]* not .*) - Replace Unicode multiplication sign × with ASCII x in canvas dimensions - Replace hourglass emoji with text description for portability Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
feat: add workshop-ui-screenshots daily agentic workflow
feat: daily workflow to generate conceptual SVG screenshots and audit broken image links
Jul 11, 2026
Copilot created this pull request from a session on behalf of
pelikhan
July 11, 2026 23:37
View session
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.
11 workshop PNG screenshots are referenced in
workshop/*.mdbut don't exist, rendering as broken images for learners. No automation existed to detect or fix this class of gap.New workflow:
workshop-ui-screenshotsTrigger:
schedule: daily+workflow_dispatchWhat it does:
workshop/*.mdforreferences; outputs a JSON manifest of{file, line, alt, path, resolved, exists}records alongside the actual files inworkshop/images/exists=truevs broken; noops immediately if no broken refsgeneratable(recognizable GitHub UI element) ornot-generatable(real screenshot required); generates conceptual SVGs for the former using GitHub's light-theme design language (nav tab bar,#f6f8fabg,#0969daactive tab, modal panels, dark log panels) and patches the markdown lines from.png→.svgin-placebroken-image-labeled issues (deduplicated by title) for anything needing a real screenshotworkshop/images/*.svg+workshop/*.mdSafe outputs:
create-pull-request(allowed-files scoped),create-issue(max 20, dedup by title),noop