devteam-bug

Diagnose and fix software bugs through an interview-driven multi-agent workflow.

17|8|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/michael-harris/devteam --skill devteam-bug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devteam-bug
Source: https://github.com/michael-harris/devteam/tree/main/skills/devteam-bug
Command: npx skills add https://github.com/michael-harris/devteam --skill devteam-bug

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of identifying, diagnosing, and fixing bugs in your codebase, reducing manual debugging time and effort.

Core Features & Use Cases

  • Structured Bug Fixing: Follows a systematic workflow from clarifying bug details to implementing and verifying fixes.
  • Intelligent Diagnosis: Leverages an optional "Bug Council" of specialized agents for complex issues.
  • Use Case: When a critical bug is reported in production, you can invoke this Skill with a description, and it will autonomously work towards a resolution, escalating to the Bug Council if necessary.

Quick Start

Use the devteam bug skill to fix the issue where the login page crashes on invalid credentials.

Frequently Asked Questions about devteam-bug

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

FAQPage Schema
How do I automate bug diagnosis and fixing in my codebase?

Automate bug diagnosis by invoking this Skill with a bug description; it systematically clarifies details, classifies the issue, and implements a verified fix. It reduces manual debugging time through an interview-driven, multi-agent workflow.

What is the best way to fix complex architectural bugs without manual debugging?

Fix complex architectural bugs by escalating them to the optional Bug Council, a group of specialized agents. This multi-agent approach performs deep root cause analysis and autonomously implements resolutions with quality gate enforcement.

Can I use automated testing to verify code fixes for production crashes?

Yes, you can verify code fixes for production crashes using the built-in automated testing and quality gate enforcement. The Skill ensures that implemented fixes pass verification before completing the workflow.

Does this autonomous debugging approach work for simple syntax errors and typos?

Yes, this autonomous debugging approach works for simple syntax errors and typos. It handles a wide range of issues from simple mistakes to complex architectural problems through systematic classification and resolution.

What are the limitations of using a multi-agent system for bug fixing?

The multi-agent bug fixing system requires clear bug descriptions to start its interview-driven process. While it autonomously handles root cause analysis and fix implementation, highly ambiguous issue reports may need manual clarification before diagnosis.

How does the Bug Council approach compare to standard diagnostic tools for root cause analysis?

The Bug Council approach improves upon standard diagnostic tools by using specialized agents for collaborative root cause analysis. This multi-agent strategy provides deeper architectural insights and enforces quality gates during automated fix implementation.