What problem does it solve?
Manually debugging various error types like test failures, build errors, runtime exceptions, and environment misconfigurations is time-consuming and requires deep context of the entire codebase. This skill eliminates that overhead by automatically categorizing errors and applying targeted fixes using only the minimal relevant context, drastically reducing debugging time.
Core Features & Use Cases
- Multi-category error classification: Automatically identifies error types including compile/type errors, test failures, runtime exceptions, environment issues, lint violations, dependency conflicts, and webtest defects to apply the correct diagnostic strategy.
- Minimal context processing: Only reads files directly related to the error to avoid unnecessary context bloat and speed up resolution.
- Validated fix workflow: Applies fixes, runs targeted validation tests, performs full regression testing, and provides clear reporting with escalation paths for unresolved issues after three fix cycles.
Use case: If your CI pipeline fails with a build error due to a missing dependency, this skill will analyze the error message, identify the missing package, update the dependency configuration, run the build to confirm the fix, and report the result.
Quick Start
Use the dev-debug skill to automatically diagnose and fix the test failure, build error, or runtime issue you are currently encountering in your project.