Favicon of pr-screenshots

pr-screenshots Skill

AI Agent SkillCloud & DevOpsShellOpen source

Capture Playwright screenshots and embed them in GitHub PR descriptions Published by microsoft in frontier-agentic-devops-rvas.

Decision snapshot

Is this a fit?

Best for

Browser automation, Testing, Documentation, Design and media

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

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.

Trust signal
95/100
Maintenance signal
90/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Browser automation
  • Testing
  • Documentation
  • Design and media
  • Writing

Declared skill metadata

  • Source file: .squad/templates/skills/pr-screenshots/SKILL.md

Compatibility and setup

Copy skill directory
  • 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

ShellCopy skill directory

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

Verified compatibility and discovery

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.

Share:

Stars
0
Forks
0
Last commit
2 months ago
Last verified
Not yet verified
Metadata fetched
Sep 3, 2026
Repository age
3 months
License
MIT

Project health auto-fetched from the source repository.

Alternatives to pr-screenshots