Poppify

Verify Render — Development skill for Claude Code

Development community

Download a rendered Poppify reel, run ffprobe + frame extract, surface a verdict on whether the render matches what was requested.

How to install Verify Render

Installs to ~/.claude/skills/poppify-poppify-claude-plugin-verify-render/SKILL.md

Terminal
mkdir -p ~/.claude/skills/poppify-poppify-claude-plugin-verify-render && curl -fsSL https://raw.githubusercontent.com/Poppify/poppify-claude-plugin/HEAD/commands/verify-render.md -o ~/.claude/skills/poppify-poppify-claude-plugin-verify-render/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Verify Render does


description: Download a rendered Poppify reel, run ffprobe + frame extract, surface a verdict on whether the render matches what was requested. argument-hint: [videoUrl or sessionId]

The user wants to verify a Poppify render before shipping the URL. Args: $ARGUMENTS

**Capability gate first.** This is an OPTIONAL deep check that needs a local shell with `ffmpeg` + `ffprobe` + `curl`. If your client has no Bash/shell tool (e.g. Claude Desktop, web), STOP — you can't run it. Just give the

Alternatives in Development

  • Epic Review — Mark epic review requested, approved, or changes requested 243.5k ★
  • Haft — Engineering decisions engine that know when they're stale 1.4k ★
  • Frame Problem 652 ★

Full documentation available on GitHub

View Source Repository