debugging▌
42 indexed skills · max 10 per page
debugging
supercent-io/skills-template · Productivity
Systematically isolate and fix code issues using structured debugging methodologies. \n \n Covers six-step debugging workflow: information gathering, reproduction, isolation, root cause analysis, fix implementation, and verification \n Includes common bug patterns (off-by-one, null references, race conditions, memory leaks, type mismatches) with targeted solutions \n Provides debugging techniques: binary search isolation, print/log debugging, divide-and-conquer code elimination, and regression t
parallel-debugging
wshobson/agents · Productivity
Systematic debugging framework using competing hypotheses to identify root causes across multiple failure categories. \n \n Generates hypotheses across six failure mode categories: logic errors, data issues, state problems, integration failures, resource issues, and environment mismatches \n Establishes evidence standards with citation requirements (file:line references) and confidence levels (high/medium/low) to avoid confirmation bias \n Supports parallel agent investigation with structured re