debug

Coordinate end-to-end debugging workflows to reproduce, isolate, and verify fixes.

49|9|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Terryc21/xcode-workflow-skills --skill debug-terryc21
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/Terryc21/xcode-workflow-skills/tree/main/skills/debug
Command: npx skills add https://github.com/Terryc21/xcode-workflow-skills --skill debug-terryc21

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reproduces, isolates, and resolves software bugs by guiding a developer through structured steps from initial report to verified fix.

Core Features & Use Cases

  • Systematic bug investigation workflow including reproduce, isolate, hypothesize, verify, and fix stages.
  • Evidence collection, code-path tracing, and root-cause analysis with actionable next steps.
  • Use Case: For an iOS/Swift project, follow the steps to locate the failing function and implement a minimal fix followed by regression checks.

Quick Start

Start the interactive /debug workflow to reproduce a bug, isolate its cause, hypothesize fixes, verify results, and apply the fix.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I systematically debug a bug in an iOS Swift project?

To debug an iOS Swift project systematically, follow a structured workflow that reproduces the bug, isolates the root cause through code-path tracing, hypothesizes a minimal fix, verifies the outcome, and documents the resolution with traceable steps.

What is the best way to reproduce and isolate a software bug?

The best way to reproduce and isolate a software bug is to collect the initial report, gather evidence, trace code paths, and perform root-cause analysis. This structured process ensures reliable debugging outcomes and repeatable steps for fix verification.

Does this debugging workflow support general software issues or only iOS Swift projects?

This debugging workflow supports both general software issues and iOS Swift projects. It guides users from bug report collection through root-cause analysis to fix verification, applicable across different software engineering contexts.

How do I trace code paths to find the root cause of a bug?

To trace code paths and find the root cause of a bug, collect evidence from the reproduced issue, isolate the failing function, and follow the structured investigation workflow to hypothesize and apply a minimal fix followed by regression checks.

Can I use root-cause analysis to verify a bug fix and document the resolution?

Yes, you can use root-cause analysis to verify a bug fix and document the resolution. The workflow emphasizes structured reporting and traceability, ensuring you verify outcomes and document the applied fix with repeatable steps.

What steps should I follow for bug triage from initial report to verified fix?

For effective bug triage from initial report to verified fix, follow the stages of reproduce, isolate, hypothesize, verify, and fix. This systematic debugging workflow ensures reliable outcomes through structured reporting and repeatable regression checks.