debug

Automate four-phase debugging workflows to identify root causes in ARC-native environments.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/SentioLabs/agent-nexus --skill debug-sentiolabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/SentioLabs/agent-nexus/tree/main/claude-marketplace/plugins/arc/skills/debug
Command: npx skills add https://github.com/SentioLabs/agent-nexus --skill debug-sentiolabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematic debugging framework that enforces evidence-based root-cause investigations for bugs, failures, and unexpected behavior in ARC-native environments.

Core Features & Use Cases

  • Phase-driven process: Investigate, Pattern Analysis, Hypothesis Testing, Implement Fix to structure debugging workflows.
  • Evidence gathering: Reproduce failures, collect stack traces, logs, and data flow insights to validate root causes.
  • Guardrails: Prohibits fixes without a clear root-cause investigation and requires documentation of findings.

Quick Start

Describe the issue and begin Phase 1 by gathering evidence and reproducing the failure.

Frequently Asked Questions about debug

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

FAQPage Schema
What is systematic root-cause debugging for ARC-native environments?

Systematic root-cause debugging is a structured investigation process that identifies the underlying causes of bugs in ARC-native environments by enforcing evidence gathering and validation before applying fixes.

How do I debug unexpected failures in ARC using a phase-driven process?

Debug unexpected failures in ARC by following a four-phase process: Investigate to gather evidence, perform Pattern Analysis, conduct Hypothesis Testing, and finally Implement Fix to remediate the verified root cause.

How do I reproduce a bug and collect stack traces for ARC troubleshooting?

To reproduce a bug and collect stack traces for ARC troubleshooting, begin Phase 1 by gathering evidence, describing the issue, and capturing logs and data flow insights to validate the failure scope.

Can I apply a quick fix during an ARC debugging investigation without finding the root cause?

You cannot apply a quick fix during an ARC debugging investigation without finding the root cause, because built-in guardrails prohibit remediation until a clear root-cause investigation is documented and verified.

Does this debugging workflow work for multi-component systems in ARC?

This debugging workflow works for multi-component systems in ARC by clarifying the scope and tasks required for evidence gathering, reproduction, and analysis across all affected components before implementing a fix.