Implements a research-first methodology for systematic error diagnosis and evidence-based resolution.
The Debugging Workflow skill transforms troubleshooting into a structured process that prioritizes documentation research over trial-and-error guesses. By integrating specialized Researcher, Debugger, and Test Runner agents, it ensures developers identify root causes, reproduce errors consistently, and apply minimal, verified fixes. The skill integrates deeply with the HtmlGraph observability platform, allowing users to document findings in persistent 'spikes', manage work-in-progress (WIP) limits, and enforce strict quality gates before code is committed.
主な機能
01WIP limit management to prevent stale tasks and development bottlenecks
02Research-first methodology prioritizing documentation and evidence over assumptions
03Automated quality gate enforcement using ruff, mypy, and pytest
04Specialized agent roles for targeted research, systematic analysis, and validation
05HtmlGraph integration for persistent observability and investigation spikes
063 GitHub stars
ユースケース
01Diagnosing unfamiliar framework errors by automating documentation and GitHub issue research
02Ensuring code quality by enforcing systematic validation gates after every fix
03Resolving complex bugs that have resisted multiple previous fix attempts