# Debug Session

> Debug Session

- Skill: `lubochka/debug-session-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lubochka/debug-session-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lubochka/debug-session-3/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lubochka (https://skillmd.com/u/lubochka)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/lubochka/debug-session-3

---

# Debug Session

## Purpose
Package debugging work so another agent or human can resume it.

## When to Use
Use for longer debugging tasks or handoffs.

## Inputs
Goal, environment, repro, observations, attempted fixes, blockers.

## Steps
1. State the debug goal.
2. Record repro steps and environment.
3. Track attempts and results.
4. End with conclusion, blocker, or next step.

## Gates
The session is understandable without hidden context.

## Evidence
Debug session notes, checked files, and command results.

## Anti-Patterns
Leaving only "it fails" without repro or observations.

## Related
`systematic-debugging`, `session-output-contract`


