bug

Create a bug task with title and optional description via gobby-tasks create_task API.

19|3|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/GobbyAI/gobby --skill bug-gobbyai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug
Source: https://github.com/GobbyAI/gobby/tree/main/src/gobby/install/shared/skills/bug
Command: npx skills add https://github.com/GobbyAI/gobby --skill bug-gobbyai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables rapid creation of bug tasks from a concise title and optional description, reducing manual entry and speeding up triage.

Core Features & Use Cases

  • Create a new bug task with the provided title.
  • Attach an optional description to provide context and reproduce steps.
  • Default to task_type "bug" and priority 1 to highlight critical issues.
  • Use Case: during incident response or when users report defects in chat, quickly convert reports into trackable tasks.

Quick Start

Use /bug <title> [description] to create a new bug task.

Frequently Asked Questions about bug

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

FAQPage Schema
How do I create a bug task from a title and description?

To create a bug task, use the /bug command followed by a title and optional description. This calls the gobby-tasks create_task API to automatically log the defect with default priority 1 for immediate triage.

What is the best way to quickly log user-reported defects for incident response?

The best way to log user-reported defects during incident response is using a rapid task creation command. Providing a concise title and optional reproduction steps converts chat reports directly into trackable bug tasks.

How do I track QA feedback and user-reported defects without manual entry?

You can track QA feedback by generating bug tasks directly from a title and optional description. This reduces manual entry by automatically setting the task type to bug and assigning priority 1 for critical issues.

Does the bug task creation tool require a description to log an issue?

No, the bug task creation tool does not require a description. You only need a title to create a bug task, while the description field is nullable and optional for adding context or reproduction steps.

What priority level do bug tasks get when created from chat reports?

Bug tasks created from chat reports automatically receive priority 1. This default setting highlights critical issues and ensures that incident response and user-reported defects are triaged quickly.

How does the gobby-tasks API authenticate bug task creation?

The gobby-tasks create_task API authenticates bug task creation by using the current session_id. This allows the system to securely log incident response and QA feedback tasks without separate manual login steps.