artifact-proof

Organize screenshots, videos, and logs under .artifacts/<feature> directories.

20|1|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/kazuph/reviw --skill artifact-proof
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifact-proof
Source: https://github.com/kazuph/reviw/tree/main/plugin/skills/artifact-proof
Command: npx skills add https://github.com/kazuph/reviw --skill artifact-proof

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams maintain reliable visual proofs of changes by collecting and organizing evidence (screenshots, videos, logs) under .artifacts/<feature>/ for review, regression checks, and PR documentation. It enforces that completion claims include verifiable evidence.

Core Features & Use Cases

  • Organize evidence under .artifacts/<feature> with images and videos
  • Capture screenshots and videos via Playwright integration
  • Guide for PR descriptions and review readiness; supports Git LFS for large video files
  • Evidence-driven workflow to prevent incomplete completion claims

Quick Start

Create a new feature directory for evidence, then generate a REPORT.md with plan and evidence placeholders. Example: Create .artifacts/<feature>/REPORT.md and corresponding images/videos directories, then open the report with reviw to start collecting evidence.