What problem does it solve?
This Skill helps developers and system administrators quickly identify the root cause of common technical errors, such as NullReference exceptions, dependency injection failures, database connection problems, and authentication issues, providing clear steps for resolution.
Core Features & Use Cases
- Error Diagnosis: Analyzes error messages, stack traces, and problem descriptions to pinpoint the source of issues.
- Common Problem Solutions: Offers specific guidance for frequent problems like NullReferenceExceptions, DI failures, database connectivity, and auth errors.
- Debugging Workflow: Outlines a systematic approach to troubleshooting, from information gathering to verification and resolution.
- Use Case: When encountering a
NullReferenceException in your .NET application, use this Skill to get immediate suggestions on where to check for uninitialized objects, null query results, or configuration issues.
Quick Start
Use the troubleshooting skill to diagnose a 'NullReferenceException' with the provided error message and stack trace.