MarkBovee

Debugging — Testing skill for Claude Code

Testing community

Debug a bug, crash, failing test, or broken build to root cause.

How to install Debugging

Installs to ~/.claude/skills/markbovee-agent-skills-kit-debugging/SKILL.md

Terminal
mkdir -p ~/.claude/skills/markbovee-agent-skills-kit-debugging && curl -fsSL https://raw.githubusercontent.com/MarkBovee/agent-skills-kit/HEAD/commands/debugging.md -o ~/.claude/skills/markbovee-agent-skills-kit-debugging/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Debugging does


description: Debug a bug, crash, failing test, or broken build to root cause

Load the `debugging` skill via the skill tool and follow its workflow for root-cause investigation when a bug is not explained by a clear local mistake or a first fix failed.

Apply it to: $ARGUMENTS

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • #29 — #52, #103) 92.5k ★
  • /test Routing — Vérifie le routing de commandes RTK sans exécution (dry-run) 25.5k ★

Full documentation available on GitHub

View Source Repository