ide-debug
SolidFull debug workflow using IDE bridge tools. Runs tests to find failures, sets conditional breakpoints, evaluates expressions in the debugger, identifies root causes, applies fixes, and verifies. Use when debugging test failures or runtime issues.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- Oolab-labs
- Repository
- Oolab-labs/patchwork-os
- Created
- 1 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
debugging-test-failures
Systematically investigates failing tests, distinguishes between test bugs and implementation bugs, and drives a fix with verification. Use when the user wants to debug test failures or replace the legacy `/debug:test` workflow.
ide-explore
Deep codebase exploration using IDE bridge LSP tools. Maps architecture, traces call chains, discovers entry points, and builds a mental model of unfamiliar code. Use when onboarding to a new codebase or understanding a module.
dev-debug
Debug with reproduction-test workflow and 3 fix strategies. Use with /dev-debug.