Agent skill · Code Review & Quality

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.

silversteingithub.com/silversteinGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add silverstein/minutes --skill minutes-video-review --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 6 KB
Bundled scripts: yes
Requires: opencode
Path: .opencode/skills/minutes-video-review/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,410
Language: Rust

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## 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

What's inside
Steps it walks through
  1. Skill Path
  2. What this skill does
  3. Primary command
  4. How to use it
  5. Phase 1: Run the pipeline
  6. Phase 2: Inspect the artifacts
  7. Phase 3: Produce the real brief
  8. Minutes-first transcription rules
  9. Context discipline
  10. Output contract
  11. Dependencies
  12. Gotchas
Ships with 3 files
  • references/dependencies.md
  • references/output-schema.md
  • scripts/video_review.py
Commands it runs
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" \
More from minutes
All skills →
About this skill
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.

Keep going