Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
All workflows
Expert workflow guide

Best agent skills for systematic debugging

Replace speculative edits with reproducible signals, hypotheses, and regression evidence.

How to choose

Matt’s diagnosing loop is particularly sharp for hard bugs and performance regressions. Addy’s recovery workflow connects root-cause work to the broader build and verification lifecycle.

01

Diagnosing Bugs

Matt Pocock
Debugging

Runs a gated diagnosis loop from reproduction and minimization through instrumentation and regression testing.

Our take: This skill makes debugging a sequence of evidence-producing gates: reproduce, minimize, hypothesize, instrument, fix, and regression-test. It is a strong antidote to agents editing the first suspicious line and declaring victory.

Review Source
02

Research

Matt Pocock
Research

Investigates a technical question against primary sources and saves a cited research artifact.

Source
03

Debugging and Error Recovery

Addy Osmani
Debugging

Finds root causes systematically when tests, builds, or runtime behavior fail.

Source
04

Browser Testing With DevTools

Addy Osmani
Testing

Verifies browser behavior through DOM, console, network, visual, and performance evidence.

Source