debug

Guide structured debugging of Loom workflows to reproduce and verify root causes.

2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/Nickalus12/Loom --skill debug-nickalus12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/Nickalus12/Loom/tree/main/claude/skills/debug
Command: npx skills add https://github.com/Nickalus12/Loom --skill debug-nickalus12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Loom debugging workflows can be opaque and time-consuming. This skill provides a structured approach to reproduce issues, form hypotheses, gather evidence from code, logs, tests, and runtime behavior, and guide the diagnosis to a concrete fix.

Core Features & Use Cases

  • Reproduce or narrow the failure signal.
  • Form concrete hypotheses and test them with evidence.
  • Gather evidence from code, logs, tests, and runtime behavior to isolate the root cause.
  • Verify conclusions and present recommended fixes or next steps.
  • Use case: When a Loom job fails intermittently, run the debugging workflow to identify the most probable cause and outline the remediation plan.

Quick Start

Reproduce the failure signal in your Loom workflow and follow the steps to form hypotheses, collect evidence, and identify the root cause.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I debug a Loom workflow that fails intermittently?

To debug a Loom workflow that fails intermittently, reproduce the failure signal, form concrete hypotheses, and gather evidence from code, logs, and runtime behavior to isolate the root cause.

What is the best way to structure a Loom debugging investigation?

The best way to structure a Loom debugging investigation is to follow deterministic workflow steps: reproduce the issue, collect evidence from tests and logs, hypothesize, and verify the root cause before applying remediation guardrails.

Can I use this debugging workflow for both code and log analysis?

Yes, you can use this debugging workflow for both code and log analysis. It systematically gathers evidence from code, logs, tests, and runtime behavior to guide the diagnosis to a concrete fix.

Does this debugging approach provide guidance on verifying root causes?

Yes, this debugging approach provides guidance on verifying root causes. It enables you to test hypotheses with collected evidence, verify conclusions, and present recommended fixes or next steps for your Loom workflow.

What should I do before starting the Loom debugging workflow?

Before starting the Loom debugging workflow, you should reproduce or narrow the failure signal in your Loom workflow to ensure the investigation targets the correct intermittent issue.

Why does my Loom job fail without clear logs?

When a Loom job fails without clear logs, a structured investigation workflow helps by gathering broader evidence from code, tests, and runtime behavior to form and test hypotheses for root cause isolation.