create-bug-from-video

Create Jira bug reports from screen recording videos with keyframe and audio analysis.

2|Updated May 27, 2026
One-click install
npx skills add https://github.com/EmergenceAI/EM-AISoftwareFactory --skill create-bug-from-video
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-bug-from-video
Source: https://github.com/EmergenceAI/EM-AISoftwareFactory/tree/main/skills/create-bug-from-video
Command: npx skills add https://github.com/EmergenceAI/EM-AISoftwareFactory --skill create-bug-from-video

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of creating bug reports in Jira from screen recording videos, saving time and reducing manual effort.

Core Features & Use Cases

  • Video Analysis: Extracts keyframes and audio from screen recording videos to identify bugs.
  • User Confirmation: Confirms bug understanding with the user before filing.
  • Structured Reporting: Files a structured bug report in Jira with the video attached.
  • Use Case: Ideal for teams that receive bug reports via video and need a streamlined process to document and track them.

Quick Start

Analyze and report a bug from a video file using the command: /create-bug-from-video path/to/video.mp4

Frequently Asked Questions about create-bug-from-video

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

FAQPage Schema
How do I create a Jira bug report from a screen recording video?

To create a Jira bug report from a screen recording, this Skill extracts keyframes and audio, analyzes the UI and narration, confirms details with you, then files a structured report with the video attached.

Do I need ffmpeg and whisper to analyze screen recordings for bug tracking?

Yes, you need ffmpeg to process the screen recording video and extract keyframes, and whisper to transcribe the audio narration for analyzing and reporting bugs in Jira.

Can I review bug details extracted from video analysis before filing to Jira?

Yes, the video analysis process includes a user confirmation step where it presents the extracted UI elements and narration details for your review before filing the structured bug report.

What's the best way to automate bug reporting from video for my team?

Automating bug reporting from video is best handled by extracting keyframes and audio, analyzing the UI and narration, confirming the bug with a user, and automatically filing a structured Jira report.

Does the Jira bug report include the original screen recording video?

Yes, the Skill files a structured bug report in Jira with the original screen recording video attached, ensuring developers have full context of the identified issue.

How does video analysis identify bugs from screen recordings?

Video analysis identifies bugs by using ffmpeg to extract keyframes and whisper to transcribe audio, then analyzing the visual UI elements and spoken narration to understand the issue.