debug

Diagnose Auto-AI task failures by analyzing logs, traces, and runtime metrics.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/kardelitaitu/auto-ai --skill debug-kardelitaitu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/kardelitaitu/auto-ai/tree/main/.agents/skills/debug
Command: npx skills add https://github.com/kardelitaitu/auto-ai --skill debug-kardelitaitu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Debugging Auto-AI workflows is time-consuming and error-prone. This skill provides structured approaches to error investigation, log analysis, and stack-trace interpretation to accelerate root-cause identification.

Core Features & Use Cases

  • Log Analysis: Parse and filter logs to surface relevant error data.
  • Stack Trace Parsing: Break down stack traces to locate root cause.
  • State Capture & Diagnostics: Collect page state, performance metrics, and environment details for reproducibility.
  • Workflow Repair Guidance: Suggest fixes and validation steps to prevent regression.

Quick Start

Reproduce the issue, collect evidence, and initiate a guided debugging workflow to identify and verify 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 Auto-AI workflow failures using stack traces and logs?

To debug Auto-AI workflow failures, you can parse logs and break down stack traces to locate the root cause. This skill provides structured diagnostic workflows to collect evidence and identify the exact point of failure.

What is the best way to parse stack traces for browser automation errors?

The best way to parse stack traces for browser automation errors is to use a structured debugging workflow that captures page state and runtime metrics. This isolates the root cause and provides repair guidance to prevent regression.

How do I diagnose performance issues and crashes in agent tasks?

You diagnose performance issues and crashes in agent tasks by collecting runtime metrics and environment details for reproducibility. Filtering logs surfaces the relevant error data needed for accurate crash diagnosis.

Can I use this skill to reproduce and fix errors in browser automation?

Yes, you can use this skill to reproduce and fix errors in browser automation. It captures page state and environment details, then suggests validation steps and fixes to repair the workflow and prevent future regressions.