bugfix

Parse bug report input and generate investigation artifacts with parallel subagents.

1|Updated May 6, 2023
One-click install
npx skills add https://github.com/TobiasLaross/dotfiles --skill bugfix-tobiaslaross
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bugfix
Source: https://github.com/TobiasLaross/dotfiles/tree/main/agentic/skills/bugfix
Command: npx skills add https://github.com/TobiasLaross/dotfiles --skill bugfix-tobiaslaross

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes the end-to-end process for diagnosing, testing, and fixing bugs by coordinating input handling, report generation, and parallel analysis.

Core Features & Use Cases

  • Structured bug workflow: parse inputs, create bug.md, and orchestrate subagents for root cause analysis and test drafting.
  • Parallel investigation: run two subagents concurrently to speed up diagnosis and validation.
  • Artifact generation: produces bug.md, investigation.md, failing-test.md, fix.md, and review-fixes.md for traceability.

Quick Start

Invoke the /bugfix command with a ticket and description to start the workflow.

Frequently Asked Questions about bugfix

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

FAQPage Schema
How do I automate bug fix workflows with parallel root cause analysis?

Automate bug fix workflows by parsing a ticket and description, creating a dedicated tracking folder, and running two parallel subagents to investigate root causes and draft failing tests concurrently.

What artifacts are generated when coordinating an automated bug fix?

Bug fix coordination generates bug.md, investigation.md, failing-test.md, fix.md, and review-fixes.md artifacts to ensure full traceability from initial report through diagnosis and validation.

How do I structure a bug report for automated testing and diagnosis?

Structure a bug report by providing an optional ticket identifier and a description, which the system parses to derive a kebab-case short-name for a dedicated tracking folder.

Can I run parallel subagents to speed up bug diagnosis and test drafting?

Yes, the bugfix workflow runs two investigation subagents concurrently, accelerating root cause analysis and automated test drafting to validate the software engineering issue efficiently.

Does the bug fix workflow require external dependencies or components?

No, the bug fix workflow operates without external dependencies or components, using built-in subagents to parse input, generate tracking artifacts, and coordinate the investigation internally.