evidence

Capture and upload screenshots or videos of on-screen changes for PRs.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/srid/smriti --skill evidence-srid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evidence
Source: https://github.com/srid/smriti/tree/main/.claude/skills/evidence
Command: npx skills add https://github.com/srid/smriti --skill evidence-srid

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, ffmpeg, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the capture and upload of visual evidence (screenshots or videos) whenever a change has on-screen impact, reducing the manual effort required for PR documentation.

Core Features & Use Cases

  • Visual PR Evidence: Automatically capture screenshots or videos of on-screen changes for PRs.
  • Triggered on Commands: Can be triggered manually with specific commands or automatically on code changes.
  • Use Case: Imagine you've made a UI change to a web app. Use this Skill to automatically capture and upload a screenshot or video of the before and after states, providing clear evidence of the change.

Quick Start

Run the 'evidence capture' command to automatically capture evidence of the latest changes.

Frequently Asked Questions about evidence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate screenshot capture for UI changes in a pull request?

You can automate visual PR evidence capture by triggering a command that uses Playwright for browser automation to screenshot on-screen changes and upload the artifacts to GitHub.

Can I capture video evidence of web app changes instead of screenshots?

Yes, video evidence capture is supported. The Skill uses ffmpeg for video encoding alongside Playwright to record and upload visual proof of UI changes triggered by code commits.

Do I need Playwright and ffmpeg installed to capture visual PR evidence?

Yes, Playwright and ffmpeg are required dependencies. You also need access to your project's CI environment to automate the capture and upload of visual evidence for pull requests.

What is the best way to document before and after states for web app PRs?

The best way to document UI changes is using automated visual evidence capture, which records before and after states of web app modifications and uploads them directly to your PR workflow.

How does PR automation integrate with GitHub for visual evidence hosting?

PR automation integrates with GitHub by capturing screenshots or videos of on-screen changes using Playwright and hosting the resulting visual artifacts directly within your project's GitHub workflow.

When should I use automated video capture for code review documentation?

Use automated video capture for code review when a change has on-screen impact that static screenshots cannot fully convey, reducing manual effort while providing clear visual evidence of dynamic UI modifications.