AI SummaryA CLI skill that streamlines bug task creation in Gobby by parsing user input into structured bug reports with title, description, and priority. Useful for developers and teams using Claude Code who need rapid task logging during coding sessions.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "bug" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/bug && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/bug/SKILL.md "https://raw.githubusercontent.com/GobbyAI/gobby/main/src/gobby/install/shared/skills/bug/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Quickly create a bug task. Usage: /gobby:bug <title> [description]
Usage
`text /gobby:bug <title> /gobby:bug <title> - <description> `
Examples
`text /gobby:bug Fix login timeout /gobby:bug Database connection drops - Users report intermittent connection failures after 5 minutes of inactivity `
/gobby:bug - Create Bug Task
Create a bug/defect task with the provided title and optional description.
Tool Schema Reminder
First time calling a tool this session? Use get_tool_schema(server_name, tool_name) before call_tool to get correct parameters. Schemas are cached per session—no need to refetch.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster