minutes-video-review
Analyze a product walkthrough, bug report video, Loom, or ScreenPal using Minutes transcription plus visual review. Use when the user wants a recorded demo or bug clip turned into a durable brief with transcript, key frames, issues, and next steps.
npx skills add silverstein/minutes --skill minutes-video-review --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
## Skill Path Before running helper scripts or opening bundled references, set: ```bash export MINUTES_SKILLS_ROOT="$(git rev-parse --show-toplevel)/.opencode/skills" export MINUTES_SKILL_ROOT="$MINUTES_SKILLS_ROOT/minutes-video-review" ``` # /minutes-video-review Analyze a product walkthrough, bug report video, Loom, ScreenPal, or local recording into a durable artifact bundle that agents can keep working from. This skill is for **meeting-adjacent product artifacts**, not for generic "understand any video" requests. Use it when the user wants a recorded demo, bug repro, or walkthrough turned into something actionable for engineering, product, support, or follow-up agent work. ## What this skill does The bundled script handles the deterministic pipeline: - resolve a local file or hosted video URL - download hosted video when needed - extract audio with `ffmpeg` - transcribe with Minutes first, using the user's existing Minutes transcription setup - sample key frames with adaptive caps so long videos do not blow up context - write a durable artifact bundle under `~/.minutes/video-reviews/` Then **you** review the resulting artifacts and return the actual user-facing brief. ## Primar
- Skill Path
- What this skill does
- Primary command
- How to use it
- Phase 1: Run the pipeline
- Phase 2: Inspect the artifacts
- Phase 3: Produce the real brief
- Minutes-first transcription rules
- Context discipline
- Output contract
- Dependencies
- Gotchas
export MINUTES_SKILLS_ROOT="$(git rev-parse --show-toplevel)/.opencode/skills" export MINUTES_SKILL_ROOT="$MINUTES_SKILLS_ROOT/minutes-video-review" python3 "$MINUTES_SKILL_ROOT/scripts/video_review.py" \
What does the minutes-video-review skill do?
Analyze a product walkthrough, bug report video, Loom, or ScreenPal using Minutes transcription plus visual review. Use when the user wants a recorded demo or bug clip turned into a durable brief with transcript, key frames, issues, and next steps.
How do I install it?
Run `npx skills add silverstein/minutes --skill minutes-video-review --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From silverstein/minutes, a repository with 1,410 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
