Guidelines for fixing unhandled errors from the VS Code error telemetry dashboard. Use when investigating error-telemetry issues with stack traces, error messages, and hit/user counts. Covers tracing data flow through call stacks, identifying producers of invalid data vs. consumers that crash, enriching error messages for telemetry diagnosis, and avoiding common anti-patterns like silently swallowing errors.
$npx -y skills add devswat-resonantgenesis/rg_ide --skill fix-errorsInstalls into the current project.
Run `npx skills use "https://github.com/devswat-resonantgenesis/rg_ide" --skill "devswat-resonantgenesis/rg_ide/fix-errors"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/devswat-resonantgenesis/rg_ide" that are relevant to the current task. Run `npx skills add "https://github.com/devswat-resonantgenesis/rg_ide"` and select the relevant skills, then follow their instructions.