debug-workflow

Coordinate investigator, fixer, and reviewer agents to diagnose and fix bugs.

31|6|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/nickmaglowsch/claude-setup --skill debug-workflow-nickmaglowsch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-workflow
Source: https://github.com/nickmaglowsch/claude-setup/tree/main/.claude/skills/debug-workflow
Command: npx skills add https://github.com/nickmaglowsch/claude-setup --skill debug-workflow-nickmaglowsch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Debug workflow orchestration for end-to-end bug investigation and resolution, coordinating discovery, diagnosis, testing, and review across specialized agents.

Core Features & Use Cases

  • End-to-end debugging pipeline coordination: bug-investigator, bug-fixer, and code-reviewer work together to diagnose and fix issues described in a bug report.
  • Interactive user Q&A: gather context, validate assumptions, and steer the workflow with explicit decisions.
  • App-context recon, test-plan extraction, and PR generation to streamline fixes and reviews.

Quick Start

Run a full debug workflow on a provided bug report by prompting the user for answers, executing the investigator, fixer, and reviewer, and producing a final debug report.

Frequently Asked Questions about debug-workflow

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

FAQPage Schema
How do I automate end-to-end bug investigation and code review in my software engineering workflow?

Automated bug investigation orchestrates a structured pipeline coordinating a bug-investigator, bug-fixer, and code-reviewer to diagnose and resolve issues. It performs app-context discovery, interactive user Q&A, diagnosis, code fixes, and automated code review across your codebase.

What's the best way to coordinate bug fixing and code review agents for a complex bug report?

Coordinating bug fixing and code review agents requires a structured task pipeline that routes a bug report through diagnosis, fixes, and review. The workflow prompts users for context, validates assumptions, extracts test plans, and generates a pull request for final validation.

Can I use an automated debug workflow with my existing test infrastructure and codebase?

Yes, automated debug workflows apply across codebases by extracting project context and test infrastructure details. It uses this context to guide tester commands, application logging, and pull request creation, ensuring the fix integrates with your existing software engineering environment.

How does TDD integrate with an automated debug and fix pipeline?

TDD integrates into automated debug pipelines by extracting test plans from project context during the discovery phase. These test plans guide the bug-fixer in applying test-driven development principles, ensuring code changes are validated against existing test infrastructure before review.

Do I need to provide app-context and test infrastructure details for bug investigation to work?

Yes, providing app-context and test infrastructure details is required for bug investigation to function correctly. The workflow extracts these details from your project context to guide tester commands, application logging, and pull request creation throughout the debugging pipeline.

Why does automated bug fixing require interactive user Q&A during the workflow?

Automated bug fixing requires interactive user Q&A to gather missing application context, validate diagnostic assumptions, and steer workflow decisions. This ensures the bug-investigator accurately diagnoses the root cause before the bug-fixer applies changes and the code-reviewer validates the solution.