debug-systematically

Installation
SKILL.md

Debug Systematically

Follow a structured debugging process when encountering errors or unexpected behavior.

Debugging Process

1. Reproduce

Goal: Confirm the error consistently occurs

  • Run the failing command/test again
  • Document exact steps to reproduce
  • Note any error messages verbatim
  • Check if error is consistent or intermittent

Example:

# Reproduce the error
make test
Installs
2
Repository
eveld/claude
GitHub Stars
4
First Seen
Feb 28, 2026
debug-systematically — eveld/claude