What problem does it solve?
This Skill precisely identifies the location of bugs within source code, modules, or entire systems, streamlining the debugging process and reducing the time spent on root cause analysis.
Core Features & Use Cases
- Automated Error Analysis: Parses stack traces, error messages, and logs to understand failure contexts.
- Code Pattern Recognition: Analyzes code for common bug indicators like null dereferences or boundary violations.
- Suspect Ranking: Provides ranked lists of potential bug locations with confidence scores and supporting evidence.
- Use Case: When a critical application crashes, this Skill can analyze the provided stack trace and error logs to pinpoint the exact function and line of code responsible, along with a confidence score for that location.
Quick Start
Use the bug-localization skill to analyze the provided stack trace and identify the most likely source of the error.