pr-screenshots Skill
Capture Playwright screenshots and embed them in GitHub PR descriptions Published by microsoft in frontier-agentic-devops-rvas.
What is pr-screenshots Skill?
Capture Playwright screenshots and embed them in GitHub PR descriptions Published by microsoft in frontier-agentic-devops-rvas. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Testing
- Documentation
- Design and media
- Writing
Technical details
- Install or run with Copy skill directory
When to use pr-screenshots Skill
- Use it for browser automation.
- Use it for testing.
- Use it for documentation.
- Use it for design and media.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/frontier-agentic-devops-rvas
- Skill file: .squad/templates/skills/pr-screenshots/SKILL.md
What it does
Capture Playwright screenshots and embed them in GitHub PR descriptions
Skill instructions
Context When a PR includes visual changes (docs sites, UI components, generated pages), reviewers need to see what the PR delivers without checking out the branch. Screenshots belong in the PR description body, not as committed files and not as text descriptions. Use this skill whenever: - A PR touches docs site pages (Astro, Starlight, etc.) - A PR adds or changes UI components - A PR generates visual artifacts (TypeDoc, Storybook, diagrams) - Playwright tests already capture screenshots as part of testing Patterns 1. Capture screenshots with Playwright If Playwright tests already exist and produce screenshots, reuse those. Otherwise, write a minimal capture script: javascript // scripts/capture-pr-screenshots.mjs import { chromium } from 'playwright'; const browser = await chromium.launch(); const page = await browser.newPage({ viewport: { width: 1280, height: 720 } }); const screenshots = [ { url: 'http://localhost:4321/path/to/page', name: 'feature-landing' }, { url: 'http://localh
Explore related resources
Frequently asked questions
What is pr-screenshots?
pr-screenshots is a open-source AI agent skill with Copy skill directory. Capture Playwright screenshots and embed them in GitHub PR descriptions
Who is pr-screenshots best for?
pr-screenshots is best for reusing agent instructions, scripts, and references, browser automation workflows, testing workflows, documentation workflows.
How do I install pr-screenshots?
Install or run pr-screenshots using Copy skill directory. Check pr-screenshots for the latest setup command.
Is pr-screenshots actively maintained?
pr-screenshots may need a closer maintenance check before production use.
Auto-fetched from GitHub.