---
name: Debugging
slug: debugging-3
category: Quality
description: Debugging helps reproduce an issue, inspect logs and errors, isolate the cause, then fix and verify the result. Use it when troubleshooting failures in code or tooling.
github: "https://github.com/saadnvd1/agent-os/tree/main/.claude/skills/debugging"
language: TypeScript
stars: 168
forks: 25
install: "npx degit https://github.com/saadnvd1/agent-os/tree/main/.claude/skills/debugging ~/.claude/skills/debugging"
installs_to: ~/.claude/skills/debugging
source_path: .claude/skills/debugging/SKILL.md
collection_size: 1
category_size: 1897
added: 2026-09-08T05:34:10.724Z
last_synced: 2026-09-08T05:34:10.724Z
canonical_url: "https://dirskills.com/skills/debugging-3"
---

# Debugging

Debugging helps reproduce an issue, inspect logs and errors, isolate the cause, then fix and verify the result. Use it when troubleshooting failures in code or tooling.

**Install:**

```bash
npx degit https://github.com/saadnvd1/agent-os/tree/main/.claude/skills/debugging ~/.claude/skills/debugging
```

## README

# Debugging

1. Reproduce the issue
2. Check logs and error messages
3. Isolate the problem
4. Fix and verify
