create-bug

Create structured Jira bug reports with environment and regression analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation of Jira bug reports by automating the collection of bug information, including environment detection and regression analysis, saving developers time and reducing error prone manual steps.

Core Features & Use Cases

  • Automated Bug Reporting: Gather bug details automatically and create a structured Jira issue.
  • Environment Detection: Identify the application version, branch, and operating system.
  • Regression Detection: Check if the bug is a regression from recent changes.
  • Jira Integration: Create the bug report directly in Jira with custom fields and labels.

Quick Start

Create a bug report for "Login fails" with a screenshot.

Frequently Asked Questions about create-bug

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

FAQPage Schema
How do I automate Jira bug reporting with environment detection?

Automating Jira bug reporting involves collecting user inputs, detecting the application version and operating system, analyzing for regressions, and creating a structured Jira issue with custom fields and labels via the API.

What is regression detection in issue tracking and how does it work?

Regression detection in issue tracking checks if a newly reported bug stems from recent changes. It analyzes the current environment and version information against recent modifications to identify if the issue is a regression.

How do I create a structured Jira issue from a bug report automatically?

Creating a structured Jira issue automatically requires gathering bug details, detecting the environment, and using Jira API integration to populate custom fields and labels directly in the issue tracking system.

Can I detect the application version and operating system when reporting a bug?

Environment detection identifies the application version, branch, and operating system automatically. This information is gathered alongside user inputs to provide complete context for the bug report.

What do I need to integrate bug reporting with Jira's API?

Integrating bug reporting with Jira's API requires tools for environment detection, regression analysis, and Jira API integration to automatically create issues populated with custom fields and labels.

Are there limitations to automating regression analysis for bug reports?

Automating regression analysis relies on detecting recent changes within the current environment and version. If the environment or version information cannot be detected, the regression analysis may not identify the root cause accurately.